summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-08Merge commit '71bf6b41d974229a06921806c333ce98566a5d8a'Michael Niedermayer4-5/+9
2013-08-07libavdevice: use avpriv_open()Rémi Denis-Courmont5-6/+10
2012-11-02dv1394: Swap the min and max values of the 'standard' optionMichael Niedermayer1-1/+1
2012-11-02dv1394: fix order of AVOption fieldsMichael Niedermayer1-1/+1
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer42-493/+494
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö74-359/+355
2012-09-04avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö31-403/+404
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-158/+1039
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard14-16/+0
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov129-202/+147
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-413/+821
2011-11-06Remove leftover includes of strings.hMartin Storsjö7-7/+0
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavf: use avpriv_ prefix for some dv functions.Anton Khirnov5-18/+18
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-3039/+3709
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov56-787/+798
2011-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer46-242/+94
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov16-177/+1
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer70-897/+1031
2011-06-02Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun12-32/+11
2011-06-02Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun4-34/+19
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini20-21/+19
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer31-241/+455
2011-05-25lavf: deprecate AVFormatParameters.channel.Anton Khirnov4-2/+6
2011-05-25dv1394: add a private option for channel.Anton Khirnov1-2/+1
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov5-1/+9
2011-05-25dv1394: add a private option for video standard.Anton Khirnov1-5/+25
2011-05-02Make DV (sub) demuxer set proper pkt->pos values.Reimar Döffinger9-114/+117
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2008-08-14Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun1-1/+1
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs7-0/+7
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-03-24Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun4-8/+0
2008-03-20Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun6-0/+18
2007-11-22Introduce libavdeviceLuca Abeni19-25/+145