| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/clearvideo: Avoid superfluous VLC structures | Andreas Rheinhardt | 2023-10-31 | 1 | -38/+36 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -6/+6 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -2/+2 |
* | avcodec/clearvideo: Avoid allocations when decoding tiles | Andreas Rheinhardt | 2022-11-10 | 1 | -68/+31 |
* | avcodec/clearvideo: Use const where appropriate | Andreas Rheinhardt | 2022-11-10 | 1 | -7/+8 |
* | avcodec/clearvideo: Redo updating predicition | Andreas Rheinhardt | 2022-11-10 | 1 | -8/+16 |
* | avcodec/clearvideo: Move tile_do_block() upwards | Andreas Rheinhardt | 2022-11-10 | 1 | -14/+14 |
* | avcodec/clearvideo: Remove unnecessary level parameter | Andreas Rheinhardt | 2022-11-10 | 1 | -12/+11 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_reget_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+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/+2 |
* | 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 |
* | avcodec/clearvideo: Check tile_size to be not too large | Michael Niedermayer | 2021-06-29 | 1 | -2/+2 |
* | avcodec/clearvideo: Check for 0 tile_shift | Michael Niedermayer | 2021-05-12 | 1 | -2/+2 |
* | 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/clearvideo: Make VLC tables static | Andreas Rheinhardt | 2020-12-08 | 1 | -62/+55 |
* | avcodec/clearvideo: Apply VLC offset during init | Andreas Rheinhardt | 2020-12-08 | 1 | -4/+3 |
* | avcodec/clearvideo: Use minimal max_depth in get_vlc2() | Andreas Rheinhardt | 2020-12-08 | 1 | -1/+1 |
* | avcodec/clearvideo: Inline constants | Andreas Rheinhardt | 2020-12-08 | 1 | -9/+12 |
* | avcodec/clearvideo: Improve handling of VLC escape values | Andreas Rheinhardt | 2020-12-08 | 1 | -6/+2 |
* | avcodec/clearvideo: Avoid huge VLC length tables | Andreas Rheinhardt | 2020-12-08 | 1 | -7/+27 |
* | avcodec/clearvideo: Avoid code duplication when initializing VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -166/+35 |
* | avcodec/clearvideo: Avoid code tables for initializing VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -85/+69 |
* | avcodec/clearvideo: Don't check for errors for complete VLC | Andreas Rheinhardt | 2020-10-29 | 1 | -2/+0 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -2/+2 |
* | avcodec/clearvideo: fix invalid shift in tile size check | Michael Niedermayer | 2019-08-03 | 1 | -1/+1 |
* | avcodec/clearvideo: Check remaining data in P frames | Michael Niedermayer | 2019-03-17 | 1 | -0/+3 |
* | avcodec/clearvideo: Check remaining input bits in P macro block loop | Michael Niedermayer | 2018-12-14 | 1 | -0/+2 |
* | avcodec/clearvideo: display warning if decoder overreads input | Paul B Mahol | 2018-04-24 | 1 | -0/+3 |
* | avcodec/clearvideo: do not try to return frame when it is same as previous one | Paul B Mahol | 2018-04-24 | 1 | -5/+2 |
* | lavc/clearvideo: Allow decoding without extradata. | Carl Eugen Hoyos | 2018-04-07 | 1 | -0/+2 |
* | avcodec/clearvideo: fix mixed code and declarations | James Almer | 2018-04-04 | 1 | -4/+5 |
* | avcodec/clearvideo: add inter-frame decoding | Paul B Mahol | 2018-04-03 | 1 | -105/+614 |
* | Merge commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b' | James Almer | 2017-10-30 | 1 | -26/+30 |
|\ |
|
| * | Add ClearVideo decoder | Kostya Shishkov | 2017-04-25 | 1 | -0/+391 |
* | avcodec/clearvideo: Only output a frame if one is coded in the packet | Michael Niedermayer | 2017-09-11 | 1 | -10/+11 |
* | avcodec/clearvideo: Check buf_size before decoding frame | Michael Niedermayer | 2017-05-26 | 1 | -0/+5 |
* | avcodec/clearvideo: Fix runtime error: signed integer overflow: 181 * 1805075... | Michael Niedermayer | 2017-05-09 | 1 | -2/+2 |
* | avcodec/clearvideo: Fix multiple runtime error: left shift of negative value ... | Michael Niedermayer | 2017-05-06 | 1 | -2/+2 |
* | avcodec/clearvideo: Do not lose the return code of decode_mb() | Michael Niedermayer | 2017-03-30 | 1 | -2/+5 |
* | avcodec: stop using deprecated codec flags | James Almer | 2017-03-25 | 1 | -1/+1 |
* | avcodec: add ClearVideo decoder | Kostya Shishkov | 2017-03-02 | 1 | -0/+387 |