summaryrefslogtreecommitdiff
path: root/libavcodec/tta.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tta: Don't try to read more than MIN_CACHE_BITS bitsJames Almer2017-04-071-1/+1
* Merge commit '4adbb44ad154cec05e87de60bb827a13c0fe87df'James Almer2017-04-061-1/+1
|\
| * tta: avoid undefined shiftsAnton Khirnov2016-11-251-1/+1
| * tta: use get_unary() instead of a custom implementationAnton Khirnov2016-11-251-11/+2
* | avcodec/ttadsp: cosmeticsJames Almer2016-08-061-2/+2
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-4/+6
|\ \ | |/
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-2/+4
* | avcodec/tta: Un-break build without threadsMichael Niedermayer2015-10-041-2/+0
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+2
* | avcodec/tta: Check init_get_bits8() for failureMichael Niedermayer2015-09-041-1/+5
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/tta: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-191-1/+1
* | avcodec/tta: fix macro ()Michael Niedermayer2014-06-071-1/+1
* | avcodec/tta: use av_malloc(z)_array()Michael Niedermayer2014-04-181-2/+2
* | tta: split off hybrid filter processing as ttadspJames Almer2014-02-131-32/+6
* | Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer2013-10-281-1/+2
|\ \ | |/
| * lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-281-2/+4
* | 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/tta: use init_get_bits8()Michael Niedermayer2013-08-051-1/+1
* | lavc: copy AVCodecContext for threadsPaul B Mahol2013-06-131-0/+2
* | lavc: add ONLY_IF_THREADS_ENABLED where it is missingPaul B Mahol2013-06-061-1/+1
* | ttadec: frame multi-threading supportPaul B Mahol2013-06-051-15/+30
* | tta: use interger instead of pointer to iterate output samples for 24-bit casePaul B Mahol2013-06-021-1/+1
* | tta: move GetBitContext out of private contextPaul B Mahol2013-06-021-19/+19
* | tta: move code that will be shared with encoder to separate filePaul B Mahol2013-06-021-67/+14
* | tta: use get_unary()Paul B Mahol2013-06-011-11/+2
* | tta: stop checking header checksum in extradataPaul B Mahol2013-05-311-5/+1
* | tta: remove pointless codePaul B Mahol2013-05-301-13/+2
* | lavc/tta: use init_get_bits8()Paul B Mahol2013-05-291-1/+2
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-1/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-1/+0
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
| * av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | lavc/tta: Use a safer check for encrypted streamsJames Almer2013-02-171-1/+1
* | Merge commit 'ee6ca11b657515ad736ec0d2b8635e098d0a2680'Michael Niedermayer2013-02-131-13/+9
|\ \ | |/
| * tta: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-12/+8
* | lavc/tta: Add support for encrypted streamsJames Almer2013-02-121-4/+47
* | lavc/tta: remove nonsense s->avctx indirection, use avctx directlyPaul B Mahol2013-01-241-6/+6
* | Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer2012-12-231-16/+17
|\ \ | |/
| * ttadec: fix last frame handling when seekingJustin Ruggles2012-12-221-13/+17
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | lavc/tta: do not overwrite bits_per_coded_samplePaul B Mahol2012-10-191-4/+2
* | lavc/tta: use meaningful error codesPaul B Mahol2012-10-171-4/+4
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-131-1/+1
|\ \ | |/