summaryrefslogtreecommitdiffstats
path: root/libavcodec/takdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/takdec: always check bits_per_raw_sampleMichael Niedermayer2014-01-311-5/+3
* Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer2013-10-281-2/+4
|\
| * lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-281-2/+4
* | avcodec/takdec: also do crc check when er compliant is setMichael Niedermayer2013-10-271-2/+2
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* | tak: use crc table from lavuPaul B Mahol2013-07-101-1/+0
* | lavc: copy AVCodecContext for threadsPaul B Mahol2013-06-131-0/+8
* | lavc: add ONLY_IF_THREADS_ENABLED where it is missingPaul B Mahol2013-06-061-1/+1
* | takdec: frame multi-threading supportPaul B Mahol2013-06-051-2/+18
* | takdec: simplify use of scalarproduct_int16 in decode_subframe()Paul B Mahol2013-05-091-20/+7
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit '4a2b26fc1b1ad123eba473a20e270f2b0ba92bca'Michael Niedermayer2013-02-131-11/+8
|\ \ | |/
| * tak: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-11/+8
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-0/+1
|\ \ | |/
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
| * takdec: fix initialisation of LOCAL_ALIGNED arrayJosh Allmann2012-12-081-1/+3
| * takdec: fix initialisation of LOCAL_ALIGNED arrayMans Rullgard2012-12-071-1/+3
| * tak: demuxer, parser, and decoderPaul B Mahol2012-12-071-0/+929
* takdec: switch to init_get_bits8()Paul B Mahol2013-01-281-1/+2
* takdec: silence/fix warning for undefined behaviorPaul B Mahol2012-12-101-1/+2
* tak: reduce difference with qatarPaul B Mahol2012-12-091-418/+394
* lavc/takdec: s/get_b/get_bits_esc4Paul B Mahol2012-12-071-4/+4
* lavc/takdec: simplify codePaul B Mahol2012-12-071-30/+13
* takdec: use samplefmt.h from libavutilPaul B Mahol2012-12-071-8/+12
* takdec: remove get_code() and use get_sbits() directlyPaul B Mahol2012-12-071-19/+9
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
* takdec: add .sample_fmtsPaul B Mahol2012-12-031-0/+4
* takdec: stop decoding in case of unknown bpsPaul B Mahol2012-10-121-3/+11
* takdec: s/bits_per_coded_sample/bits_per_raw_samplePaul B Mahol2012-10-121-11/+11
* TAK demuxer, decoder and parserPaul B Mahol2012-10-081-0/+972
OpenPOWER on IntegriCloud