summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-11-04vocenc: fix 10l regressionPaul B Mahol1-1/+1
2012-11-04vocenc: abort if unsupported codec is usedPaul B Mahol1-0/+6
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
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-06-25vocenc: use new header from codec tag 4Michael Niedermayer2-3/+3
2012-06-25vocenc: change default codec to 16bitMichael Niedermayer2-2/+2
2012-06-25vocenc: fix sample rate rounding directionMichael Niedermayer4-16/+16
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-181/+174
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö63-156/+174
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
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-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra12-10/+16
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2008-12-11avoid POSIX reserved _t suffixAurelien Jacobs6-27/+27
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni71-207/+206
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger13-24/+24
2008-08-24voc: add ff_ prefix to some global const dataAurelien Jacobs4-10/+10
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-08-13Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla1-1/+1
2007-07-20Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris1-1/+1
2007-07-19Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris4-5/+5
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-01-21remove now useless codec_tag setting code in voc muxerAurelien Jacobs1-6/+4
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer10-18/+18
2007-01-21export a few more codec_tag-codec_id tablesMichael Niedermayer5-0/+7
2006-11-21move common voc muxer and demuxer data to voc.cAurelien Jacobs5-35/+42
2006-11-21split voc.c into vocdec.c and vocenc.cAurelien Jacobs5-277/+308