| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -2/+2 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | 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 | -2/+0 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/hq_hqa: Remove transient GetByteContext from context | Andreas Rheinhardt | 2022-07-28 | 1 | -23/+25 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+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 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/hq_hqa: Check info size | Michael Niedermayer | 2020-06-05 | 1 | -1/+1 |
* | avcodec/hq_hqa: Use ff_set_dimensions() | Michael Niedermayer | 2019-07-08 | 1 | -2/+4 |
* | avcodec/hq_hqa: Check available space before reading slice offsets | Michael Niedermayer | 2019-05-12 | 1 | -0/+3 |
* | avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb() | Michael Niedermayer | 2018-08-25 | 1 | -0/+3 |
* | avcodec/hq_hqa: Fix: runtime error: signed integer overflow: -255 * 10180917 ... | Michael Niedermayer | 2017-05-16 | 1 | -1/+1 |
* | avcodec/hq_hqa: Fix runtime error: left shift of negative value -207 | Michael Niedermayer | 2017-05-06 | 1 | -2/+2 |
* | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347' | Clément Bœsch | 2016-06-29 | 1 | -0/+1 |
|\ |
|
| * | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -0/+1 |
* | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2016-03-09 | 1 | -2/+2 |
* | | 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 '0cf5588d69922aa3e063bac6304c09c543a9ef52' | Michael Niedermayer | 2015-07-17 | 1 | -2/+4 |
|\| |
|
| * | hq_hqa: Fix decoding when INFO section is absent | Vittorio Giovara | 2015-07-17 | 1 | -2/+4 |
* | | avcodec/hq_hqa: Fix signness of tag | Michael Niedermayer | 2015-06-08 | 1 | -2/+3 |
* | | Merge commit '28eddef689f2b4843a84f7d05fd9614246f92cc4' | Michael Niedermayer | 2015-04-23 | 1 | -1/+4 |
|\| |
|
| * | hq_hqa: Validate get_vlc2 return value | Luca Barbato | 2015-04-22 | 1 | -1/+4 |
* | | avcodec/hq_hqa: remove superfluous log message | Paul B Mahol | 2015-04-21 | 1 | -6/+2 |
* | | Merge commit 'bd5ad8b23d0f7d469ca30d03deca879993eb0431' | Michael Niedermayer | 2015-04-20 | 1 | -1/+2 |
|\| |
|
| * | hq_hqa: Fix reading hqa quantization matrix index | Vittorio Giovara | 2015-04-20 | 1 | -1/+2 |
* | | Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437' | Michael Niedermayer | 2015-04-20 | 1 | -4/+4 |
|/ |
|
* | Canopus HQ/HQA decoder | Vittorio Giovara | 2015-04-19 | 1 | -0/+384 |