| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/x86/huffyuvencdsp: Remove obsolete MMX function | Andreas Rheinhardt | 2022-06-22 | 1 | -9/+0 |
* | avcodec/huffyuvdspenc : add diff_int16 AVX2 func | Martin Vignali | 2017-11-21 | 1 | -0/+4 |
* | avcodec/huffyuvdspenc : reorganize diff_int16 | Martin Vignali | 2017-11-21 | 1 | -7/+17 |
* | avcodec/huffyuvdsp(enc) : move duplicate macro to a template file | Martin Vignali | 2017-11-21 | 1 | -54/+2 |
* | Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6' | James Almer | 2017-09-26 | 1 | -1/+1 |
* | huffyuvencdsp: move shared functions to a new lossless_videoencdsp context | James Almer | 2017-01-12 | 1 | -122/+2 |
* | huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -0/+113 |
* | huffyuvencdsp: Undefine "i" macro after each use | Timothy Gu | 2016-02-07 | 1 | -0/+3 |
* | huffyuvencdsp: Cherry pick changes left out in the last commit | Timothy Gu | 2015-10-21 | 1 | -3/+3 |
* | huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2} | Timothy Gu | 2015-10-21 | 1 | -18/+92 |
* | huffyuvencdsp: Convert ff_diff_bytes_mmx to yasm | Timothy Gu | 2015-10-20 | 1 | -0/+73 |