summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-10-15lavf/txd: cosmetics: fix identationPaul B Mahol1-11/+11
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
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-16txd/westwood: remove demuxer specific overallocate solutions as the new gener...Michael Niedermayer2-8/+0
2011-12-16txddemux: Limit allocated packets to filesize.Michael Niedermayer1-0/+3
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-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-472/+417
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun14-159/+133
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-07avio: deprecate url_feofAnton Khirnov64-115/+116
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov62-299/+299
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov62-299/+299
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-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-03-27Use more appropriate return values in txd demuxer.Reimar Döffinger1-4/+6
2009-03-03Add a context to av_log() calls.Benoit Fouet1-2/+2
2009-02-12Use more descriptive format long_names.Diego Biurrun6-7/+7
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun82-3/+91
2008-06-19remove useless close funcsBaptiste Coudurier12-106/+5
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson89-825/+874
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris67-251/+251
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris42-105/+105
2007-05-07Renderware TXD demuxerIvo van Poorten4-0/+106