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-09-29Merge commit '59480abce7e4238e22b3a4a904a9fe6abf4e4188'Michael Niedermayer1-0/+3
2013-09-29alac: Do bounds checking of lpc_order read from the bitstreamMartin Storsjö1-0/+3
2013-09-04Merge commit '35cbc98b720db95b923cb2d745f77bb2ee4363dc'Michael Niedermayer1-3/+2
2013-09-04Merge commit 'f7c5883126f9440547933eefcf000aa78af4821c'Michael Niedermayer1-6/+3
2013-09-03alac: Check that the channels fit at the given offsetMartin Storsjö1-1/+2
2013-09-03alac: Limit max_samples_per_frameMartin Storsjö1-1/+2
2013-06-13lavc: copy AVCodecContext for threadsPaul B Mahol5-1/+20
2013-06-06lavc: add ONLY_IF_THREADS_ENABLED where it is missingPaul B Mahol5-6/+6
2013-06-05alac: frame multi-threading supportPaul B Mahol1-2/+11
2013-05-29alac: use init_get_bits8()Paul B Mahol1-1/+2
2013-03-19alac: Fix order of values in commentchinshou1-2/+2
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer37-104/+107
2013-03-13avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun36-104/+107
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 'e3db34291f4401a16f6ac92721617a9f33cd4c31'Michael Niedermayer6-49/+43
2013-02-12alac: decode directly to the user-provided AVFrameJustin Ruggles1-12/+8
2012-12-23Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer4-27/+36
2012-12-22alacdec: do not be too strict about the extradata sizeJustin Ruggles1-4/+3
2012-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-81/+178
2012-12-05alacenc: add support for multi-channel encodingJustin Ruggles6-80/+177
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-13alac: check channel count more completely, fix out of array readMichael Niedermayer1-1/+1
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-10alac: fix bps checkMichael Niedermayer1-1/+1
2012-11-10alac: Check channel indexes more completely, fix out of array accesses.Michael Niedermayer1-1/+3
2012-11-10alac: fix integer overflow leading to subsequent out of array accesses.Michael Niedermayer1-1/+5
2012-11-10alac: fix nb_samples < order caseMichael Niedermayer1-1/+1
2012-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-1/+8
2012-10-22alacdec: set bits_per_raw_sampleJustin Ruggles1-0/+1
2012-09-01lavc: add missing new line to some messagesPiotr Bandurski7-8/+8
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-08-01alac: remove redundant "alac: " from log messagesPaul B Mahol1-2/+2
2012-07-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-256/+807
2012-07-27alac: check for truncated packetsJustin Ruggles1-4/+11
2012-07-27alac: reverse lpc coeff order, simplify filterJustin Ruggles1-13/+12
2012-07-21alacdec: fix packed sample output with 5.1Michael Niedermayer1-3/+9
2012-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-6/+30
2012-07-20alac: drop packed sample output support with the next major bumpMichael Niedermayer1-1/+1
2012-07-20alacdec: several players have problems with planar audio still thus temporary...Michael Niedermayer1-5/+36
2012-07-20alac: fix channel pointer assignment for 24 and 32-bitJustin Ruggles1-4/+4
2012-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-462/+414
2012-07-19alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles1-31/+18
[next]