]> git.sesse.net Git - ffmpeg/history - libavdevice
Remove redundant #undef statements that were mistakenly committed.
[ffmpeg] / libavdevice /
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-08 Diego Biurrun#include required headers directly.
2008-05-08 Diego Biurrunprettyprinting cosmetics
2008-04-27 Diego BiurrunRemove unused avdevice.h header file; add config.h...
2008-04-14 Ramiro Pollatypo
2008-04-14 Ramiro PollaAdd #if 0 code to test for yet unsupported compressions
2008-04-14 Ramiro PollaSupport biCompression I420
2008-04-14 Ramiro PollaCosmetics: remove {}s over one-lined ifs.
2008-04-14 Ramiro PollaSimplify more errors by using goto
2008-04-14 Ramiro PollaSimplify returning errors by using goto
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-03-27 François RevolFix building with C++ objects, variable names were...
2008-03-24 Diego BiurrunRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-24 Diego BiurrunRemove unneeded sys/mman.h #include.
2008-03-20 Diego BiurrunOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2008-03-15 Diego Biurruncosmetics: #include config.h before all other FFmpeg...
2008-03-15 Diego Biurruntypo fixes
2008-03-08 Ramiro PollaCorrectly handle case where buffer is 100% full
2008-03-08 Ramiro PollaVFW capture support
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-01-18 Benoit FouetMore verbose error log message.
2008-01-17 Michel BardiauxClarify the error message when video width, height...
2008-01-12 Víctor PaesaLink to libraries in dependency order.
2008-01-11 Alessandro SappiaEnabling higher frame rates for dc1394, patch by Alessa...
2008-01-11 Alessandro SappiaAdding support for libdc1394 v.2, patch by Alessandro...
2008-01-08 Roman Shaposhnik * fixing a bug preventing default values to be set...
2008-01-07 Diego PettenòMake v4l.c's video_formats constant and static.
2007-12-28 Michael NiedermayerRemove AIW support code, it is unfit for ffmpeg svn...
2007-12-01 Vitor Sessakspelling
2007-11-23 Luca AbeniLink libavdevice against libavutil, libavcodec, and...
2007-11-23 Luca AbeniFix the creation of alldevices.c (create it without...
2007-11-22 Luca AbeniIntroduce libavdevice