summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-12-16thp: set durationPiotr Bandurski1-0/+2
2012-11-21thp: signal EOFPiotr 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-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-83/+473
2012-03-03thp: set audio packet durationsJustin Ruggles1-0/+3
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-16thp: simplify overallocate checks.Michael Niedermayer1-13/+3
2011-12-16thpdemux: Check that packed sizes are within the files data size and filesize.Michael Niedermayer1-3/+16
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer78-286/+388
2011-12-11lavu: replace int/float punning functionsMans Rullgard23-76/+152
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-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 intfloat_readwrite.h in avutil.hMans Rullgard18-1/+18
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
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-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun82-3/+91
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-09-16loosen dependencies over allformats.hAurelien Jacobs6-7/+8
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-04-08cosmetics: indentation fixMarco Gerards2-103/+99
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer45-104/+7
2007-04-07THP PCM decoder, used on the Nintendo GameCube.Marco Gerards6-4/+111
2007-04-01support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun9-0/+195