| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: add SpeedHQ encoder | Jean-Baptiste Kempf | 2020-11-24 | 1 | -4/+4 |
* | avcodec/speedhq: Avoid reversing BE codes for LE bitstream reader | Andreas Rheinhardt | 2020-10-12 | 1 | -32/+9 |
* | avcodec/speedhq: Don't use ff_ prefix for static symbols | Andreas Rheinhardt | 2020-10-12 | 1 | -17/+17 |
* | avcodec/speedhq: Don't pretend reading DC can fail | Andreas Rheinhardt | 2020-10-12 | 1 | -4/+0 |
* | Speedhq: Decode field 2 correctly | Jean-Baptiste Kempf | 2020-07-06 | 1 | -1/+1 |
* | avcodec/speedhq: Make speedhq_vlc const | Michael Niedermayer | 2018-10-07 | 1 | -39/+34 |
* | libavcodec/blockdsp : add AVX version | Martin Vignali | 2017-10-03 | 1 | -1/+1 |
* | speedhq: fix behavior of single-field decoding | Steinar H. Gunderson | 2017-08-03 | 1 | -3/+6 |
* | speedhq: fix decoding artifacts | Steinar H. Gunderson | 2017-02-21 | 1 | -1/+1 |
* | speedhq: fix out-of-bounds write | Steinar H. Gunderson | 2017-02-02 | 1 | -50/+78 |
* | avcodec/speedhq: Fix warning about "initialization from incompatible pointer ... | Michael Niedermayer | 2017-01-19 | 1 | -1/+1 |
* | speedhq: Align blocks variable properly. | Steinar H. Gunderson | 2017-01-13 | 1 | -1/+1 |
* | avcodec: add Newtek SpeedHQ decoder | Steinar H. Gunderson | 2017-01-11 | 1 | -0/+659 |