| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/huffyuvdsp: R-V V add_int16 | Rémi Denis-Courmont | 2023-10-31 | 1 | -1/+3 |
* | avcodec/huffyuv: Split HYuvContext into decoder and encoder context | Andreas Rheinhardt | 2022-10-09 | 1 | -0/+1 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctx | Clément Bœsch | 2017-03-22 | 1 | -2/+2 |
* | avcodec/huffyuvdsp: use an actual unsigned long constant | James Almer | 2017-02-19 | 1 | -2/+5 |
* | huffyuvdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -2/+34 |
* | lossless_videodsp: move shared functions from huffyuvdsp | James Almer | 2017-01-12 | 1 | -61/+0 |
* | avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu... | Michael Niedermayer | 2014-05-30 | 1 | -2/+2 |
* | x86: huffyuvdsp: port add_bytes to yasm | Christophe Gisquet | 2014-05-29 | 1 | -1/+1 |
* | huffyuv: change left prediction access in BGRA | Christophe Gisquet | 2014-05-29 | 1 | -7/+7 |
* | huffyuv: avoid duplicated defines | Christophe Gisquet | 2014-05-29 | 1 | -15/+0 |
* | Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' | Michael Niedermayer | 2014-05-27 | 1 | -4/+4 |
* | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -0/+132 |