summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-03-14Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer18-37/+39
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun18-38/+38
2012-12-24Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'Michael Niedermayer18-53/+57
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun16-19/+19
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-31filmstripdec: add new line to error messagePiotr Bandurski1-1/+1
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-181/+174
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö63-156/+174
2012-02-10filmstripdec: Check return value of avio_seek and avoid modifying state if it...Joakim 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,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov101-129/+129
2011-09-14[filmstrip] Check return value of avio_seek and avoid modifying state if it f...Joakim 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-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-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer174-975/+1108
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov76-348/+348
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov25-32/+37
2011-03-07avio: deprecate url_feofAnton Khirnov64-115/+116
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov25-32/+37
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov62-299/+299
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
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-22avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
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
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas52-90/+90
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-01-14Adobe Filmstrip muxer and demuxerPeter Ross5-0/+200