]> git.sesse.net Git - ffmpeg/history - libavdevice/dv1394.c
lavfi: remove some audio-related function from public API.
[ffmpeg] / libavdevice / dv1394.c
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-06 Martin StorsjöRemove leftover includes of strings.h
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for some dv functions.
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego BiurrunReplace #ifdef + av_log() combinations by av_dlog().
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.channel.
2011-05-25 Anton Khirnovdv1394: add a private option for channel.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.standard.
2011-05-25 Anton Khirnovdv1394: add a private option for video standard.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2008-08-14 Diego BiurrunUse '#include <poll.h>' instead of '#include <sys/poll...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-24 Diego BiurrunRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-20 Diego BiurrunOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2007-11-22 Luca AbeniIntroduce libavdevice