]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavdevice
Cosmetics
[frescor/ffmpeg.git] / libavdevice /
2008-09-26 bcouduriersync to latest mingw api, remove no more needed struct...
2008-09-21 diegoV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-09 bcoudurierset bits_per_coded_sample according to new lavc api
2008-09-05 lucabeADD support for the RGB32 pixel format in video4linux2...
2008-09-05 lucabeAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-19 michaelWorkaround bug in types.h that has typedef __u64 under...
2008-08-14 diegoUse '#include <poll.h>' instead of '#include <sys/poll...
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-08-08 stefanoImplement avdevice_version().
2008-08-08 stefanoCosmetics: make a v4l2 error message consistent with...
2008-08-08 benoitChange OSS long names.
2008-08-07 benoitRemove useless 'channels' assignment.
2008-08-06 stefanoDistinguish the error reporting for the cases of wrong...
2008-08-06 stefanoDistinguish the error reporting for the cases of wrong...
2008-07-24 diegocosmetics: Fix two common typos: wont --> will not...
2008-07-15 stefanoMake v4l2_read_header() don't free a stream in case...
2008-07-15 stefanoMake v4l_read_header() don't free a stream in case...
2008-07-08 takisOne bit fields should probably be unsigned. Unfortunate...
2008-06-17 stefanoAdd missing SMALL_IF_CONFIG_SMALL macros for beosaudio...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-08 diego#include required headers directly.
2008-05-08 diegoprettyprinting cosmetics
2008-04-27 diegoRemove unused avdevice.h header file; add config.h...
2008-04-14 ramirotypo
2008-04-14 ramiroAdd #if 0 code to test for yet unsupported compressions
2008-04-14 ramiroSupport biCompression I420
2008-04-14 ramiroCosmetics: remove {}s over one-lined ifs.
2008-04-14 ramiroSimplify more errors by using goto
2008-04-14 ramiroSimplify returning errors by using goto
2008-04-07 mrunon-recursive makefiles
2008-03-27 mmu_manFix building with C++ objects, variable names were...
2008-03-24 diegoRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-24 diegoRemove unneeded sys/mman.h #include.
2008-03-20 diegoOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2008-03-15 diegocosmetics: #include config.h before all other FFmpeg...
2008-03-15 diegotypo fixes
2008-03-08 ramiroCorrectly handle case where buffer is 100% full
2008-03-08 ramiroVFW capture support
2008-03-08 diegocosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 mrusimplify library version handling
2008-03-06 mruconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-02-26 mruless preprocessor magic in version number macros
2008-02-19 mruClean up lib* version definitions
2008-02-13 diegotypo fix: inited --> initialized
2008-01-18 benoitMore verbose error log message.
2008-01-17 lucabeClarify the error message when video width, height...
2008-01-12 victorLink to libraries in dependency order.
2008-01-11 romanshEnabling higher frame rates for dc1394, patch by Alessa...
2008-01-11 romanshAdding support for libdc1394 v.2, patch by Alessandro...
2008-01-08 romansh * fixing a bug preventing default values to be set...
2008-01-07 benoitMake v4l.c's video_formats constant and static.
2007-12-28 michaelRemove AIW support code, it is unfit for ffmpeg svn...
2007-12-01 vitorspelling
2007-11-23 lucabeLink libavdevice against libavutil, libavcodec, and...
2007-11-23 lucabeFix the creation of alldevices.c (create it without...
2007-11-22 lucabeIntroduce libavdevice