| Commit message (Expand) | Author | Age | Files | Lines |
* | atrac9dec: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -8/+13 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -1/+1 |
* | 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 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | atrac9: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -2/+2 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | avcodec/atrac9dec: Make VLCs static | Andreas Rheinhardt | 2020-12-08 | 1 | -62/+67 |
* | avcodec/atrac9dec: Don't create VLCs that are never used | Andreas Rheinhardt | 2020-12-08 | 1 | -2/+2 |
* | avcodec/atrac9tab: Unify tables used to initialize VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -6/+13 |
* | avcodec/atrac9dec: Make tables used to initialize VLCs smaller | Andreas Rheinhardt | 2020-12-08 | 1 | -12/+19 |
* | avcodec/atrac9dec: Replace av_free() by av_freep() in close function | Andreas Rheinhardt | 2020-11-24 | 1 | -1/+1 |
* | avcodec/atrac9dec: Don't use unnecessarily large VLC tables | Andreas Rheinhardt | 2020-11-24 | 1 | -5/+10 |
* | avcodec/atrac9dec: Use least max_depth in calls to get_vlc2() | Andreas Rheinhardt | 2020-11-24 | 1 | -3/+3 |
* | avcodec/atrac9dec: Don't confuse max_depth of VLC with max codelength | Andreas Rheinhardt | 2020-11-24 | 1 | -1/+1 |
* | avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped. | Michael Niedermayer | 2019-12-28 | 1 | -1/+11 |
* | avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access... | Michael Niedermayer | 2019-12-07 | 1 | -1/+1 |
* | avcodec/atrac9dec: Check precision_fine/coarse | Michael Niedermayer | 2019-11-20 | 1 | -1/+1 |
* | avcodec/atrac9dec: Set channels | Michael Niedermayer | 2019-10-21 | 1 | -0/+1 |
* | avcodec/atrac9dec: Check block_align | Michael Niedermayer | 2019-08-27 | 1 | -0/+5 |
* | avcodec/atrac9dec: Check grad_range[1] more tightly | Michael Niedermayer | 2019-08-05 | 1 | -1/+1 |
* | avcodec/atrac9dec: Remove impossible condition | Michael Niedermayer | 2019-08-05 | 1 | -3/+0 |
* | avcodec/atrac9dec: Check conditions before apply_band_extension() to avoid ou... | Michael Niedermayer | 2019-07-19 | 1 | -4/+3 |
* | avcodec/atrac9dec: Check q_unit_cnt in parse_band_ext() | Michael Niedermayer | 2019-06-29 | 1 | -0/+2 |
* | avcodec/atrac9dec: Check that the reused block has succeeded initilization | Michael Niedermayer | 2019-06-29 | 1 | -0/+8 |
* | libavcodec: Reduce the size of some arrays | Andreas Rheinhardt | 2019-06-20 | 1 | -1/+1 |
* | atrac9dec: clean up code slightly | Rostislav Pehlivanov | 2018-08-28 | 1 | -7/+4 |
* | atrac9dec: implement LFE channel decoding | Rostislav Pehlivanov | 2018-08-27 | 1 | -1/+29 |
* | atrac9dec: relax gradient value requirements | Rostislav Pehlivanov | 2018-08-27 | 1 | -1/+1 |
* | lavc: implement an ATRAC9 decoder | Rostislav Pehlivanov | 2018-07-03 | 1 | -0/+929 |