| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/gdv: Remove unused variable | Michael Niedermayer | 2018-09-30 | 1 | -1/+1 |
* | avcodec/gdv: Error out if we had insufficent input for the output frame in de... | Michael Niedermayer | 2018-09-28 | 1 | -0/+6 |
* | avcodec/gdv: Optimize 2x scaling loop a little in gdv_decode_frame() | Michael Niedermayer | 2018-09-28 | 1 | -2/+6 |
* | avcodec/gdv: Replace loop in gdv_decode_frame() by memcpy() | Michael Niedermayer | 2018-09-28 | 1 | -3/+1 |
* | avcodec/gdv: Eliminate 50% of the reads in the first inner loop in rescale() | Michael Niedermayer | 2018-09-28 | 1 | -1/+7 |
* | avcodec/gdv: Simplify first inner loop in rescale() | Michael Niedermayer | 2018-09-28 | 1 | -2/+1 |
* | avcodec/gdv: Combine first and 3rd case in rescale() | Michael Niedermayer | 2018-09-28 | 1 | -12/+2 |
* | avcodec/gdv: Factor terms out of inner loops in rescale() | Michael Niedermayer | 2018-09-28 | 1 | -10/+17 |
* | avcodec/gdv: Replace divisions by shifts in rescale() | Michael Niedermayer | 2018-09-28 | 1 | -8/+8 |
* | avcodec/gdv: Check compression before allocating frame | Michael Niedermayer | 2017-11-03 | 1 | -6/+9 |
* | avcodec/gdv: Check available space before reading palette | Michael Niedermayer | 2017-08-11 | 1 | -0/+2 |
* | avcodec/gdv: add decompression for 2 and 5 method | Paul B Mahol | 2017-06-29 | 1 | -0/+107 |
* | avcodec/gdv: Fix undefined shift | Michael Niedermayer | 2017-06-16 | 1 | -1/+1 |
* | avcodec/gdv: fix compiler warnings | Paul B Mahol | 2017-06-11 | 1 | -8/+10 |
* | avcodec: add Gremlin Digital Video decoder | Paul B Mahol | 2017-06-11 | 1 | -0/+404 |