| Commit message (Expand) | Author | Age | Files | Lines |
* | atrac3plus: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -9/+21 |
* | avcodec/atrac3plus: reorder channels to match the output layout | James Almer | 2022-11-03 | 1 | -1/+15 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | 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 | -12/+12 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | atrac3plus: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -14/+11 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/atrac3plus: Make decoders init-threadsafe | Andreas Rheinhardt | 2020-12-08 | 1 | -6/+12 |
* | avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUP | Michael Niedermayer | 2019-11-09 | 1 | -1/+2 |
* | avcodec/atrac3p: use float_dsp in ff_atrac3p_power_compensation | James Almer | 2017-08-01 | 1 | -18/+18 |
* | avcodec: add ATRAC Advanced Lossless decoders | Paul B Mahol | 2017-02-11 | 1 | -1/+13 |
* | 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 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '007e27d363ba7d994019dc897dc9c39071bb204a' | Michael Niedermayer | 2015-07-01 | 1 | -0/+1 |
|\| |
|
| * | avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer() | Janne Grunau | 2015-07-01 | 1 | -0/+1 |
* | | avcodec/atrac3plusdec: consume only as many bytes as available | Michael Niedermayer | 2015-06-04 | 1 | -1/+1 |
* | | avcodec/atrac3plusdec: Free mdct contexts at the end | Michael Niedermayer | 2015-04-14 | 1 | -0/+3 |
* | | avcodec: fix clobbered ff_get_buffer() | Paul B Mahol | 2015-02-10 | 1 | -3/+1 |
* | | avcodec/atrac3plusdec: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-12-03 | 1 | -7/+9 |
* | | avcodec/atrac3plusdec: use av_freep(), do not leave stale pointers in memory | Michael Niedermayer | 2014-10-08 | 1 | -1/+1 |
* | | avcodec/atrac3plusdec: Use av_mallocz_array() | Michael Niedermayer | 2014-05-21 | 1 | -2/+2 |
* | | Merge commit '5312818524484a995433b986a2a7a6602572d4db' | Michael Niedermayer | 2014-01-31 | 1 | -10/+18 |
|\| |
|
| * | atrac3plus: Make initialization dependant on channel count rather than channe... | Jan Ekström | 2014-01-31 | 1 | -10/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-09 | 1 | -0/+5 |
|\| |
|
| * | ATRAC3+ decoder | Maxim Polijakowski | 2014-01-09 | 1 | -0/+387 |
* | ATRAC+ decoder | Maxim Poliakovski | 2013-12-29 | 1 | -0/+383 |