Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/huffyuvencdsp: Pass pix_fmt directly when initing dsp | Andreas Rheinhardt | 2022-10-09 | 1 | -2/+2 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avcodec/huffyuvencdsp: use an actual unsigned long constant | James Almer | 2017-02-19 | 1 | -2/+5 |
* | huffyuvencdsp: move shared functions to a new lossless_videoencdsp context | James Almer | 2017-01-12 | 1 | -55/+0 |
* | huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -2/+48 |
* | huffyuvencdsp: Use intptr_t for width | Timothy Gu | 2015-10-19 | 1 | -2/+2 |
* | avcodec/huffyuvencdsp: try to fix misaligned access | Michael Niedermayer | 2014-06-29 | 1 | -1/+1 |
* | Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' | Michael Niedermayer | 2014-05-28 | 1 | -5/+5 |
* | dsputil: Split off HuffYUV encoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -0/+84 |