| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+1 |
* | avcodec/decoders: Use const uint8_t* to access input packet data | Andreas Rheinhardt | 2022-07-04 | 1 | -1/+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 | -3/+2 |
* | 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 | -1/+1 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -2/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/hqx: Don't check for errors for complete VLCs | Andreas Rheinhardt | 2020-11-24 | 1 | -2/+0 |
* | avcodec/hqx: Inline constants | Andreas Rheinhardt | 2020-11-24 | 1 | -2/+2 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -3/+0 |
* | avcodec/hqx: Check the input data against the image size | Michael Niedermayer | 2019-11-09 | 1 | -0/+8 |
* | avcodec/hqx: add support for frame threads | Paul B Mahol | 2017-04-09 | 1 | -2/+8 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
* | hqx: correct type and size check of info_offset | Andreas Cadhalpun | 2015-11-20 | 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 'bb428e00ac158244d6691bf135be404e85b66a8b' | Michael Niedermayer | 2015-04-24 | 1 | -4/+3 |
|\| |
|
| * | hqx: Mark codec as init-thread-safe and init-cleanup | Vittorio Giovara | 2015-04-24 | 1 | -4/+3 |
* | | Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad' | Michael Niedermayer | 2015-04-20 | 1 | -7/+7 |
|\| |
|
| * | Implement shared parsing of INFO tag in Canopus family | Vittorio Giovara | 2015-04-19 | 1 | -7/+7 |
* | | Merge commit '5b5338f6d1272526d2634501555cbaff4cdfb87b' | Michael Niedermayer | 2015-04-20 | 1 | -57/+58 |
|\| |
|
| * | hqx: Implement slice-threaded decoding | Vittorio Giovara | 2015-04-19 | 1 | -57/+71 |
* | | Merge commit '453642f8afe9f979fcc813a246b1ec656ec36a93' | Michael Niedermayer | 2015-04-20 | 1 | -69/+52 |
|\| |
|
| * | hqx: Store shareable data in main decoder context | Vittorio Giovara | 2015-04-19 | 1 | -62/+52 |
* | | Merge commit 'ea031b75fb50c59196ccb654c9d143fb75365da9' | Michael Niedermayer | 2015-04-20 | 1 | -136/+33 |
|\| |
|
| * | hqx: Move DSP related code to a separate file | Vittorio Giovara | 2015-04-19 | 1 | -136/+33 |
* | | Merge commit '17aa81d94781c6f62dc7d1dbd1f8891c020c9905' | Michael Niedermayer | 2015-04-20 | 1 | -2/+1 |
|\| |
|
| * | hqx: Merge invalid format check within switch block | Vittorio Giovara | 2015-04-19 | 1 | -2/+1 |
| * | hqx: Fix clipping error in idct put function | Ferdinand Oeinck | 2015-04-09 | 1 | -1/+1 |
* | | avcodec/hqx: Use av_clip_uintp2() | Michael Niedermayer | 2015-04-10 | 1 | -1/+1 |
* | | libavcodec/hqx: multi threading support | Ferdinand Oeinck | 2015-04-10 | 1 | -68/+88 |
* | | libavcodec/hqx: correct clipping error | ferdo@bigroses.nl | 2015-04-08 | 1 | -1/+1 |
* | | avcodec/hqx: use init_get_bits8() | Paul B Mahol | 2015-02-27 | 1 | -2/+2 |
* | | avcodec/hqx: fix typo | Paul B Mahol | 2015-02-27 | 1 | -1/+1 |
* | | avcodec/hqx: remove superfluous log message | Paul B Mahol | 2015-02-23 | 1 | -3/+1 |
* | | Merge commit '35c6ce76b107225a19eb33aea38857d2405882af' | Michael Niedermayer | 2015-02-23 | 1 | -4/+4 |
|/ |
|
* | Canopus HQX decoder | Vittorio Giovara | 2015-02-22 | 1 | -0/+645 |