summaryrefslogtreecommitdiffstats
path: root/libavcodec/hqx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud