]> git.sesse.net Git - ffmpeg/history - libavcodec/mobiclip.c
avcodec: Constify AVCodecs
[ffmpeg] / libavcodec / mobiclip.c
2021-04-27 Andreas Rheinhardtavcodec: Constify AVCodecs
2021-03-08 Florian Nouwtmobiclip: fix copyright headers
2021-03-03 Michael Niedermayeravcodec/mobiclip: Avoid undefined integer overflow...
2021-03-01 Andreas RheinhardtRemove double ';'
2021-02-10 Michael Niedermayeravcodec/mobiclip: Bound planar prediction value
2020-12-08 Andreas Rheinhardtavcodec/mobiclip: Reindentation
2020-12-08 Andreas Rheinhardtavcodec/mobiclip: Make decoder init-threadsafe
2020-12-08 Andreas Rheinhardtavcodec/mobiclip: Avoid code duplication when initializ...
2020-12-08 Andreas Rheinhardtavcodec/mobiclip: Avoid redundant codes table to initia...
2020-11-21 Michael Niedermayeravcodec/mobiclip: Check mv against INT_MAX
2020-11-15 Andreas Rheinhardtavcodec/mobiclip: Use get_ue_golomb_31() where possible
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Use smaller type for codes
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Use static VLC tables
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Don't use too big max_depth, inline...
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Don't check for errors for complete...
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Reduce size of VLCs, inline constants
2020-10-20 Michael Niedermayeravcodec/mobiclip: Avoid signed integer overflows in...
2020-10-15 Michael Niedermayeravcodec/mobiclip: Check that Motion vectors are within...
2020-10-15 Michael Niedermayeravcodec/mobiclip: set the bitstream size to the input
2020-10-11 Michael Niedermayeravcodec/mobiclip: Fix multiple integer overflows
2020-09-25 Michael Niedermayeravcodec/mobiclip: Move quantizer check into setup_qtables()
2020-09-15 Andreas Rheinhardtavcodec/mobiclip: Fix heap-buffer-overflow
2020-09-15 Andreas Rheinhardtavcodec/mobiclip: Fix memleak upon init failure
2020-09-13 Paul B Maholavcodec/mobiclip: add missing flush
2020-09-12 Michael Niedermayeravcodec/mobiclip: Check quantizer before table setup
2020-09-04 Andreas Rheinhardtavcodec/mobiclip: Fix mixed declarations and code
2020-09-03 Paul B Maholavcodec: add MobiClip video decoder