summaryrefslogtreecommitdiff
path: root/libavcodec/hqx.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: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-041-1/+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-3/+2
* 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-1/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/hqx: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-241-2/+0
* avcodec/hqx: Inline constantsAndreas Rheinhardt2020-11-241-2/+2
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-3/+0
* avcodec/hqx: Check the input data against the image sizeMichael Niedermayer2019-11-091-0/+8
* avcodec/hqx: add support for frame threadsPaul B Mahol2017-04-091-2/+8
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* hqx: correct type and size check of info_offsetAndreas Cadhalpun2015-11-201-2/+2
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'bb428e00ac158244d6691bf135be404e85b66a8b'Michael Niedermayer2015-04-241-4/+3
|\ \ | |/
| * hqx: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-241-4/+3
* | Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad'Michael Niedermayer2015-04-201-7/+7
|\ \ | |/
| * Implement shared parsing of INFO tag in Canopus familyVittorio Giovara2015-04-191-7/+7
* | Merge commit '5b5338f6d1272526d2634501555cbaff4cdfb87b'Michael Niedermayer2015-04-201-57/+58
|\ \ | |/
| * hqx: Implement slice-threaded decodingVittorio Giovara2015-04-191-57/+71
* | Merge commit '453642f8afe9f979fcc813a246b1ec656ec36a93'Michael Niedermayer2015-04-201-69/+52
|\ \ | |/
| * hqx: Store shareable data in main decoder contextVittorio Giovara2015-04-191-62/+52
* | Merge commit 'ea031b75fb50c59196ccb654c9d143fb75365da9'Michael Niedermayer2015-04-201-136/+33
|\ \ | |/
| * hqx: Move DSP related code to a separate fileVittorio Giovara2015-04-191-136/+33
* | Merge commit '17aa81d94781c6f62dc7d1dbd1f8891c020c9905'Michael Niedermayer2015-04-201-2/+1
|\ \ | |/
| * hqx: Merge invalid format check within switch blockVittorio Giovara2015-04-191-2/+1
| * hqx: Fix clipping error in idct put functionFerdinand Oeinck2015-04-091-1/+1
* | avcodec/hqx: Use av_clip_uintp2()Michael Niedermayer2015-04-101-1/+1
* | libavcodec/hqx: multi threading supportFerdinand Oeinck2015-04-101-68/+88
* | libavcodec/hqx: correct clipping errorferdo@bigroses.nl2015-04-081-1/+1
* | avcodec/hqx: use init_get_bits8()Paul B Mahol2015-02-271-2/+2
* | avcodec/hqx: fix typoPaul B Mahol2015-02-271-1/+1
* | avcodec/hqx: remove superfluous log messagePaul B Mahol2015-02-231-3/+1
* | Merge commit '35c6ce76b107225a19eb33aea38857d2405882af'Michael Niedermayer2015-02-231-4/+4
|/
* Canopus HQX decoderVittorio Giovara2015-02-221-0/+645