| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/mv30: Inline constants | Andreas Rheinhardt | 2020-12-08 | 1 | -1/+1 |
* | avcodec/mv30: Reduce the size of tables used to initialize VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -6/+4 |
* | avcodec/mv30: Don't check for errors for complete VLCs | Andreas Rheinhardt | 2020-11-24 | 1 | -3/+0 |
* | avcodec/mv30: Use unsigned in idct_1d() | Michael Niedermayer | 2020-11-21 | 1 | -1/+1 |
* | avcodec/mv30: Fix multiple integer overflows | Michael Niedermayer | 2020-10-17 | 1 | -12/+12 |
* | avcodec/mv30: Fix several integer overflows in idct_1d() | Michael Niedermayer | 2020-09-29 | 1 | -17/+17 |
* | avcodec/mv30: Check remaining mask in decode_inter() | Michael Niedermayer | 2020-09-17 | 1 | -1/+6 |
* | avcodec/mv30: Fix integer overflows in idct2_1d() | Michael Niedermayer | 2020-07-02 | 1 | -3/+3 |
* | avcodec/mv30: check mode_size vs. input space | Michael Niedermayer | 2020-06-14 | 1 | -0/+3 |
* | avcodec/mv30: Fix multiple integer overflows in idct_1d() | Michael Niedermayer | 2020-06-04 | 1 | -5/+5 |
* | avcodec/mv30: Do not allow MVs outside the allocated image | Michael Niedermayer | 2020-06-04 | 1 | -2/+2 |
* | avcodec/mv30: fix warning: suggest braces around initialization of subobject ... | Limin Wang | 2020-05-14 | 1 | -2/+2 |
* | avcodec/mv30: use aandcttables | Peter Ross | 2020-04-17 | 1 | -20/+2 |
* | avcodec/mv30: remove unused table elements | Peter Ross | 2020-04-17 | 1 | -16/+0 |
* | avcodec: add MV30 decoder | Paul B Mahol | 2020-04-10 | 1 | -0/+749 |