summaryrefslogtreecommitdiff
path: root/libavcodec/hq_hqa.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-2/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/hq_hqa: Remove transient GetByteContext from contextAndreas Rheinhardt2022-07-281-23/+25
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/hq_hqa: Check info sizeMichael Niedermayer2020-06-051-1/+1
* avcodec/hq_hqa: Use ff_set_dimensions()Michael Niedermayer2019-07-081-2/+4
* avcodec/hq_hqa: Check available space before reading slice offsetsMichael Niedermayer2019-05-121-0/+3
* avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb()Michael Niedermayer2018-08-251-0/+3
* avcodec/hq_hqa: Fix: runtime error: signed integer overflow: -255 * 10180917 ...Michael Niedermayer2017-05-161-1/+1
* avcodec/hq_hqa: Fix runtime error: left shift of negative value -207Michael Niedermayer2017-05-061-2/+2
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-291-0/+1
|\
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-0/+1
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-091-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '0cf5588d69922aa3e063bac6304c09c543a9ef52'Michael Niedermayer2015-07-171-2/+4
|\ \ | |/
| * hq_hqa: Fix decoding when INFO section is absentVittorio Giovara2015-07-171-2/+4
* | avcodec/hq_hqa: Fix signness of tagMichael Niedermayer2015-06-081-2/+3
* | Merge commit '28eddef689f2b4843a84f7d05fd9614246f92cc4'Michael Niedermayer2015-04-231-1/+4
|\ \ | |/
| * hq_hqa: Validate get_vlc2 return valueLuca Barbato2015-04-221-1/+4
* | avcodec/hq_hqa: remove superfluous log messagePaul B Mahol2015-04-211-6/+2
* | Merge commit 'bd5ad8b23d0f7d469ca30d03deca879993eb0431'Michael Niedermayer2015-04-201-1/+2
|\ \ | |/
| * hq_hqa: Fix reading hqa quantization matrix indexVittorio Giovara2015-04-201-1/+2
* | Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437'Michael Niedermayer2015-04-201-4/+4
|/
* Canopus HQ/HQA decoderVittorio Giovara2015-04-191-0/+384