| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | tta: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -5/+13 |
* | avcodec/tta: Cleanup generically on init failure | Andreas Rheinhardt | 2022-02-11 | 1 | -4/+2 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -2/+1 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+2 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/tta: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -8/+0 |
* | avformat/matroskadec: avcodec/tta: Set extradata_size to 22 | Andreas Rheinhardt | 2019-12-04 | 1 | -1/+1 |
* | avcodec/tta: Fix integer overflow in prediction | Michael Niedermayer | 2019-08-29 | 1 | -5/+5 |
* | avcodec/tta: Limit decoder to 16 channels | Michael Niedermayer | 2019-07-08 | 1 | -1/+1 |
* | avcodec/tta: Fix undefined shift | Michael Niedermayer | 2019-06-26 | 1 | -1/+1 |
* | avcodec/tta: Don't try to read more than MIN_CACHE_BITS bits | James Almer | 2017-04-07 | 1 | -1/+1 |
* | Merge commit '4adbb44ad154cec05e87de60bb827a13c0fe87df' | James Almer | 2017-04-06 | 1 | -1/+1 |
|\ |
|
| * | tta: avoid undefined shifts | Anton Khirnov | 2016-11-25 | 1 | -1/+1 |
| * | tta: use get_unary() instead of a custom implementation | Anton Khirnov | 2016-11-25 | 1 | -11/+2 |
* | | avcodec/ttadsp: cosmetics | James Almer | 2016-08-06 | 1 | -2/+2 |
* | | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -4/+6 |
|\| |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -2/+4 |
* | | avcodec/tta: Un-break build without threads | Michael Niedermayer | 2015-10-04 | 1 | -2/+0 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+2 |
* | | avcodec/tta: Check init_get_bits8() for failure | Michael Niedermayer | 2015-09-04 | 1 | -1/+5 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/tta: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-11-19 | 1 | -1/+1 |
* | | avcodec/tta: fix macro () | Michael Niedermayer | 2014-06-07 | 1 | -1/+1 |
* | | avcodec/tta: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-18 | 1 | -2/+2 |
* | | tta: split off hybrid filter processing as ttadsp | James Almer | 2014-02-13 | 1 | -32/+6 |
* | | Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00' | Michael Niedermayer | 2013-10-28 | 1 | -1/+2 |
|\| |
|
| * | lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. | Anton Khirnov | 2013-10-28 | 1 | -2/+4 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec/tta: use init_get_bits8() | Michael Niedermayer | 2013-08-05 | 1 | -1/+1 |
* | | lavc: copy AVCodecContext for threads | Paul B Mahol | 2013-06-13 | 1 | -0/+2 |
* | | lavc: add ONLY_IF_THREADS_ENABLED where it is missing | Paul B Mahol | 2013-06-06 | 1 | -1/+1 |
* | | ttadec: frame multi-threading support | Paul B Mahol | 2013-06-05 | 1 | -15/+30 |
* | | tta: use interger instead of pointer to iterate output samples for 24-bit case | Paul B Mahol | 2013-06-02 | 1 | -1/+1 |
* | | tta: move GetBitContext out of private context | Paul B Mahol | 2013-06-02 | 1 | -19/+19 |
* | | tta: move code that will be shared with encoder to separate file | Paul B Mahol | 2013-06-02 | 1 | -67/+14 |
* | | tta: use get_unary() | Paul B Mahol | 2013-06-01 | 1 | -11/+2 |
* | | tta: stop checking header checksum in extradata | Paul B Mahol | 2013-05-31 | 1 | -5/+1 |
* | | tta: remove pointless code | Paul B Mahol | 2013-05-30 | 1 | -13/+2 |
* | | lavc/tta: use init_get_bits8() | Paul B Mahol | 2013-05-29 | 1 | -1/+2 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -1/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -1/+0 |