summaryrefslogtreecommitdiff
path: root/libavdevice/dv1394.c
Commit message (Expand)AuthorAge
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
* Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-03
* lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-25
* dv1394: add a private option for channel.Anton Khirnov2011-05-25
* lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-25
* dv1394: add a private option for video standard.Anton Khirnov2011-05-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun2008-08-14
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun2008-03-24
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-20
* Introduce libavdeviceLuca Abeni2007-11-22