| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/gdv: Replace assert() checking bitstream by if() | Michael Niedermayer | 2019-11-15 | 1 | -1/+2 |
* | avcodec/gdv: Check for truncated tags in decompress_5() | Michael Niedermayer | 2019-03-24 | 1 | -0/+2 |
* | avcodec/gdv: Replace divisions by shifts in rescale() | Michael Niedermayer | 2018-10-28 | 1 | -8/+8 |
* | 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 |