aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice/dv1394.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-9/+2
|\
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-3/+0
| * Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-031-6/+2
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-7/+28
|\|
| * lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-251-1/+1
| * dv1394: add a private option for channel.Anton Khirnov2011-05-251-2/+1
| * lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-251-0/+2
| * dv1394: add a private option for video standard.Anton Khirnov2011-05-251-5/+25
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | Make DV (sub) demuxer set proper pkt->pos values.Reimar Döffinger2011-05-021-1/+1
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun2008-08-141-1/+1
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-131-0/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun2008-03-241-2/+0
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-201-0/+3
* Introduce libavdeviceLuca Abeni2007-11-221-0/+236