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-27avcodec/takdec: also do crc check when er compliant is setMichael Niedermayer1-2/+2
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-07-10tak: use crc table from lavuPaul B Mahol4-27/+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-05takdec: frame multi-threading supportPaul B Mahol1-2/+18
2013-05-09takdec: simplify use of scalarproduct_int16 in decode_subframe()Paul B Mahol1-20/+7
2013-03-13avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun19-33/+31
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 '4a2b26fc1b1ad123eba473a20e270f2b0ba92bca'Michael Niedermayer5-49/+26
2013-02-12tak: decode directly to the user-provided AVFrameJustin Ruggles1-11/+8
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer24-35/+47
2013-02-08dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun24-35/+47
2013-01-28takdec: switch to init_get_bits8()Paul B Mahol1-1/+2
2012-12-10takdec: silence/fix warning for undefined behaviorPaul B Mahol1-1/+2
2012-12-09tak: reduce difference with qatarPaul B Mahol5-513/+499
2012-12-07takdec: fix initialisation of LOCAL_ALIGNED arrayJosh Allmann1-1/+3
2012-12-07takdec: fix initialisation of LOCAL_ALIGNED arrayMans Rullgard1-1/+3
2012-12-07tak: demuxer, parser, and decoderPaul B Mahol16-2/+1579
2012-12-07lavc/takdec: s/get_b/get_bits_esc4Paul B Mahol1-4/+4
2012-12-07lavc/takdec: simplify codePaul B Mahol1-30/+13
2012-12-07takdec: use samplefmt.h from libavutilPaul B Mahol1-8/+12
2012-12-07takdec: remove get_code() and use get_sbits() directlyPaul B Mahol1-19/+9
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-03takdec: add .sample_fmtsPaul B Mahol1-0/+4
2012-10-12takdec: stop decoding in case of unknown bpsPaul B Mahol1-3/+11
2012-10-12takdec: s/bits_per_coded_sample/bits_per_raw_samplePaul B Mahol1-11/+11
2012-10-08TAK demuxer, decoder and parserPaul B Mahol18-3/+1635