]> git.sesse.net Git - ffmpeg/history - libavcodec/mv30.c
avcodec: Constify AVCodecs
[ffmpeg] / libavcodec / mv30.c
2021-04-27 Andreas Rheinhardtavcodec: Constify AVCodecs
2020-12-08 Andreas Rheinhardtavcodec/mv30: Inline constants
2020-12-08 Andreas Rheinhardtavcodec/mv30: Reduce the size of tables used to initial...
2020-11-24 Andreas Rheinhardtavcodec/mv30: Don't check for errors for complete VLCs
2020-11-21 Michael Niedermayeravcodec/mv30: Use unsigned in idct_1d()
2020-10-17 Michael Niedermayeravcodec/mv30: Fix multiple integer overflows
2020-09-28 Michael Niedermayeravcodec/mv30: Fix several integer overflows in idct_1d()
2020-09-16 Michael Niedermayeravcodec/mv30: Check remaining mask in decode_inter()
2020-07-02 Michael Niedermayeravcodec/mv30: Fix integer overflows in idct2_1d()
2020-06-14 Michael Niedermayeravcodec/mv30: check mode_size vs. input space
2020-06-04 Michael Niedermayeravcodec/mv30: Fix multiple integer overflows in idct_1d()
2020-06-04 Michael Niedermayeravcodec/mv30: Do not allow MVs outside the allocated...
2020-05-14 Limin Wangavcodec/mv30: fix warning: suggest braces around initia...
2020-04-17 Peter Rossavcodec/mv30: use aandcttables
2020-04-17 Peter Rossavcodec/mv30: remove unused table elements
2020-04-10 Paul B Maholavcodec: add MV30 decoder