| Commit message (Expand) | Author | Age | Files | Lines |
* | libavdevice: use avpriv_open() | Rémi Denis-Courmont | 2013-08-07 | 1 | -1/+2 |
* | dv1394: Swap the min and max values of the 'standard' option | Michael Niedermayer | 2012-11-02 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -2/+0 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 1 | -1/+0 |
* | lavf: use avpriv_ prefix for some dv functions. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -4/+4 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -12/+0 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -3/+0 |
* | Replace #ifdef + av_log() combinations by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -6/+2 |
* | lavf: deprecate AVFormatParameters.channel. | Anton Khirnov | 2011-05-25 | 1 | -1/+1 |
* | dv1394: add a private option for channel. | Anton Khirnov | 2011-05-25 | 1 | -2/+1 |
* | lavf: deprecate AVFormatParameters.standard. | Anton Khirnov | 2011-05-25 | 1 | -0/+2 |
* | dv1394: add a private option for video standard. | Anton Khirnov | 2011-05-25 | 1 | -5/+25 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | Diego Biurrun | 2008-08-14 | 1 | -1/+1 |
* | strcasecmp() requires #include <strings.h> | Aurelien Jacobs | 2008-08-13 | 1 | -0/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. | Diego Biurrun | 2008-03-24 | 1 | -2/+0 |
* | Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. | Diego Biurrun | 2008-03-20 | 1 | -0/+3 |
* | Introduce libavdevice | Luca Abeni | 2007-11-22 | 1 | -0/+236 |