summaryrefslogtreecommitdiffstats
path: root/libavcodec/takdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/takdec: Skip last p2 sample (which is unused)Michael Niedermayer2015-11-151-1/+1
* avcodec/takdec: Use memove, avoid undefined memcpy() useMichael Niedermayer2015-11-071-1/+1
* avcodec/takdec: add x86 SIMD for rest of decorrelation modesPaul B Mahol2015-10-091-25/+19
* avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+2
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | takdec: ensure chan2 is a valid channel indexAndreas Cadhalpun2015-06-101-0/+6
* | Revert "takdec: pad filter coeff buffer for DSP functions"James Almer2015-02-231-8/+24
* | takdec: pad filter coeff buffer for DSP functionsChristophe Gisquet2015-02-221-24/+8
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-211-2/+2
|\ \ | |/
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-211-2/+2
* | Merge commit '5ac06633cb63fcc51f2471a3478b44d3f010b16b'Michael Niedermayer2014-12-191-0/+2
|\ \ | |/
| * takdec: check av_samples_get_buffer_size() return valueVittorio Giovara2014-12-181-0/+2
* | avcodec/takdec: remove unused variableMichael Niedermayer2014-08-031-1/+0
* | avcodec/takdec: move tmp declaration to where its usedMichael Niedermayer2014-08-031-4/+4
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-221-7/+7
|\ \ | |/
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-221-7/+7
* | avcodec/takdec: Always initialize hsize, silence "may be used uninitialized" ...Michael Niedermayer2014-05-081-1/+1
* | 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
OpenPOWER on IntegriCloud