summaryrefslogtreecommitdiff
path: root/libavcodec/tta.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/tta: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avformat/matroskadec: avcodec/tta: Set extradata_size to 22Andreas Rheinhardt2019-12-04
* avcodec/tta: Fix integer overflow in predictionMichael Niedermayer2019-08-29
* avcodec/tta: Limit decoder to 16 channelsMichael Niedermayer2019-07-08
* avcodec/tta: Fix undefined shiftMichael Niedermayer2019-06-26
* avcodec/tta: Don't try to read more than MIN_CACHE_BITS bitsJames Almer2017-04-07
* Merge commit '4adbb44ad154cec05e87de60bb827a13c0fe87df'James Almer2017-04-06
|\
| * tta: avoid undefined shiftsAnton Khirnov2016-11-25
| * tta: use get_unary() instead of a custom implementationAnton Khirnov2016-11-25
* | avcodec/ttadsp: cosmeticsJames Almer2016-08-06
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-29
|\|
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* | avcodec/tta: Un-break build without threadsMichael Niedermayer2015-10-04
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-04
* | avcodec/tta: Check init_get_bits8() for failureMichael Niedermayer2015-09-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/tta: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-19
* | avcodec/tta: fix macro ()Michael Niedermayer2014-06-07
* | avcodec/tta: use av_malloc(z)_array()Michael Niedermayer2014-04-18
* | tta: split off hybrid filter processing as ttadspJames Almer2014-02-13
* | Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer2013-10-28
|\|
| * lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-28
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | avcodec/tta: use init_get_bits8()Michael Niedermayer2013-08-05
* | lavc: copy AVCodecContext for threadsPaul B Mahol2013-06-13
* | lavc: add ONLY_IF_THREADS_ENABLED where it is missingPaul B Mahol2013-06-06
* | ttadec: frame multi-threading supportPaul B Mahol2013-06-05
* | tta: use interger instead of pointer to iterate output samples for 24-bit casePaul B Mahol2013-06-02
* | tta: move GetBitContext out of private contextPaul B Mahol2013-06-02
* | tta: move code that will be shared with encoder to separate filePaul B Mahol2013-06-02
* | tta: use get_unary()Paul B Mahol2013-06-01
* | tta: stop checking header checksum in extradataPaul B Mahol2013-05-31
* | tta: remove pointless codePaul B Mahol2013-05-30
* | lavc/tta: use init_get_bits8()Paul B Mahol2013-05-29
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
| * av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | lavc/tta: Use a safer check for encrypted streamsJames Almer2013-02-17
* | Merge commit 'ee6ca11b657515ad736ec0d2b8635e098d0a2680'Michael Niedermayer2013-02-13
|\|