summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-28Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer6-7/+23
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov6-7/+24
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-05avcodec/tta: use init_get_bits8()Michael Niedermayer1-1/+1
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-05ttadec: frame multi-threading supportPaul B Mahol1-15/+30
2013-06-02tta: use interger instead of pointer to iterate output samples for 24-bit casePaul B Mahol1-1/+1
2013-06-02tta: move GetBitContext out of private contextPaul B Mahol1-19/+19
2013-06-02tta: move code that will be shared with encoder to separate filePaul B Mahol4-68/+117
2013-06-01tta: use get_unary()Paul B Mahol1-11/+2
2013-05-31tta: stop checking header checksum in extradataPaul B Mahol1-5/+1
2013-05-30tta: remove pointless codePaul B Mahol3-28/+13
2013-05-29lavc/tta: use init_get_bits8()Paul B Mahol1-1/+2
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-03-13avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun19-33/+31
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun18-23/+30
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-16lavc/tta: Use a safer check for encrypted streamsJames Almer1-1/+1
2013-02-13Merge commit 'ee6ca11b657515ad736ec0d2b8635e098d0a2680'Michael Niedermayer5-52/+33
2013-02-12tta: decode directly to the user-provided AVFrameJustin Ruggles1-12/+8
2013-02-12lavc/tta: Add support for encrypted streamsJames Almer2-5/+48
2013-01-24lavc/tta: remove nonsense s->avctx indirection, use avctx directlyPaul B Mahol1-6/+6
2012-12-23Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer4-27/+36
2012-12-22ttadec: fix last frame handling when seekingJustin Ruggles1-13/+17
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
2012-10-19lavc/tta: do not overwrite bits_per_coded_samplePaul B Mahol1-4/+2
2012-10-17lavc/tta: use meaningful error codesPaul B Mahol1-4/+4
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer19-24/+57
2012-10-12Use proper return values in case of missing featuresDiego Biurrun13-21/+21
2012-09-30tta: let samples declaration match castPaul B Mahol1-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-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-257/+301
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun56-75/+75
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer33-279/+311
2012-05-15tta: Fix comment about channel number; TTA supports >2 channels.Aneesh Dogra1-1/+1
2012-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-30/+45
2012-05-02tta: prevents overflows for 32bit integers in header.Ronald S. Bultje1-3/+5
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-28tm2dec: check total_frames and extradata_size.Michael Niedermayer1-1/+4
2012-03-21ttadec: refactor ttafilter_process()Paul B Mahol1-51/+19
2012-03-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-52/+52
[next]