summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-20Merge commit 'd8798276b65543d921adadf63cc7f5ba2d1604af'Michael Niedermayer1-3/+3
2013-09-19r3d: Add more input value validationMartin Storsjö1-1/+5
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov12-110/+0
2013-01-29r3d: check that sampling rate is non negative.Michael Niedermayer1-0/+4
2013-01-29r3d: fix division by 0 with 0 sample rateMichael Niedermayer1-1/+2
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-08-05Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch10-13/+12
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun86-135/+135
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer15-32/+81
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov21-125/+160
2012-03-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-50/+54
2012-03-09Fix a bunch of common typos.Diego Biurrun5-37/+37
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer80-2482/+2375
2012-03-02r3d: don't set codec timebase.Anton Khirnov1-11/+16
2012-02-10r3d: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate1-1/+2
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-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer146-468/+570
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov139-205/+338
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer181-256/+1021
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov35-57/+83
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov101-129/+129
2011-09-14[r3d] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate1-1/+2
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov132-1466/+1311
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Do not include mathematics.h in avutil.hMans Rullgard54-1/+56
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-407/+558
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov55-218/+263
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-1481/+2244
2011-06-03Mark some variables with av_unusedMans Rullgard7-11/+15
2011-06-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer15-114/+785
2011-05-31Employ correct printf format specifiers, mostly in debug output.Diego Biurrun4-35/+42
2011-05-29Fix various bad printf format warningsClément Bœsch3-11/+11
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer74-637/+833
2011-04-03avio: introduce an AVIOContext.seekable fieldAnton Khirnov40-72/+91
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov76-348/+348
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov25-32/+37
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov62-299/+299
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-01-29Replace dprintf with av_dlogLuca Barbato47-308/+312
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
[next]