summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-08-13avcodec/gsmdec: reject unsupported msn audio modesPiotr Bandurski1-0/+8
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-13Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2'Michael Niedermayer5-42/+23
2013-02-12gsm: decode directly to the user-provided AVFrameJustin Ruggles2-12/+5
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer84-319/+323
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles78-103/+99
2012-11-02gsmdec: fix decoding of non 8khz gsm filesMichael Niedermayer1-1/+2
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer21-101/+142
2012-11-01gsmdec: always set channel layout and sample rate at initializationJustin Ruggles1-4/+5
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol13-15/+56
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer87-1308/+2227
2011-12-02Add avcodec_decode_audio4().Justin Ruggles64-766/+1590
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02gsm: log error message when packet is too smallJustin Ruggles2-2/+8
2011-11-02gsmdec: do not needlessly set *data_size to 0Justin Ruggles1-1/+1
2011-11-02gsmdec: add flush function to reset the decoder state when seekingJustin Ruggles1-0/+8
2011-11-02gsmdec: log error message when output buffer is too small.Justin Ruggles1-2/+4
2011-11-02gsm: use av_get_bytes_per_sample() in frame_bytes calculationJustin Ruggles1-1/+2
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer202-2171/+1882
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov191-2109/+1826
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini80-234/+234
2010-10-02Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger7-217/+362
2010-07-27Document how the ref_buf is used.Reimar Döffinger1-0/+4
2010-07-10Add native GSM 06.10 audio decoder.Reimar Döffinger6-5/+326