summaryrefslogtreecommitdiff
path: root/libavcodec/hqx.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-04
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/hqx: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-24
* avcodec/hqx: Inline constantsAndreas Rheinhardt2020-11-24
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avcodec/hqx: Check the input data against the image sizeMichael Niedermayer2019-11-09
* avcodec/hqx: add support for frame threadsPaul B Mahol2017-04-09
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* hqx: correct type and size check of info_offsetAndreas Cadhalpun2015-11-20
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit 'bb428e00ac158244d6691bf135be404e85b66a8b'Michael Niedermayer2015-04-24
|\|
| * hqx: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-24
* | Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad'Michael Niedermayer2015-04-20
|\|
| * Implement shared parsing of INFO tag in Canopus familyVittorio Giovara2015-04-19
* | Merge commit '5b5338f6d1272526d2634501555cbaff4cdfb87b'Michael Niedermayer2015-04-20
|\|
| * hqx: Implement slice-threaded decodingVittorio Giovara2015-04-19
* | Merge commit '453642f8afe9f979fcc813a246b1ec656ec36a93'Michael Niedermayer2015-04-20
|\|
| * hqx: Store shareable data in main decoder contextVittorio Giovara2015-04-19
* | Merge commit 'ea031b75fb50c59196ccb654c9d143fb75365da9'Michael Niedermayer2015-04-20
|\|
| * hqx: Move DSP related code to a separate fileVittorio Giovara2015-04-19
* | Merge commit '17aa81d94781c6f62dc7d1dbd1f8891c020c9905'Michael Niedermayer2015-04-20
|\|
| * hqx: Merge invalid format check within switch blockVittorio Giovara2015-04-19
| * hqx: Fix clipping error in idct put functionFerdinand Oeinck2015-04-09
* | avcodec/hqx: Use av_clip_uintp2()Michael Niedermayer2015-04-10
* | libavcodec/hqx: multi threading supportFerdinand Oeinck2015-04-10
* | libavcodec/hqx: correct clipping errorferdo@bigroses.nl2015-04-08
* | avcodec/hqx: use init_get_bits8()Paul B Mahol2015-02-27
* | avcodec/hqx: fix typoPaul B Mahol2015-02-27
* | avcodec/hqx: remove superfluous log messagePaul B Mahol2015-02-23
* | Merge commit '35c6ce76b107225a19eb33aea38857d2405882af'Michael Niedermayer2015-02-23
|/
* Canopus HQX decoderVittorio Giovara2015-02-22