summaryrefslogtreecommitdiff
path: root/libavcodec/mobiclip.c
Commit message (Expand)AuthorAge
* avcodec/mobiclip: Use smaller type for codesAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Use static VLC tablesAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Don't use too big max_depth, inline constantsAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Reduce size of VLCs, inline constantsAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Avoid signed integer overflows in idct()Michael Niedermayer2020-10-20
* avcodec/mobiclip: Check that Motion vectors are within the input frameMichael Niedermayer2020-10-15
* avcodec/mobiclip: set the bitstream size to the inputMichael Niedermayer2020-10-15
* avcodec/mobiclip: Fix multiple integer overflowsMichael Niedermayer2020-10-11
* avcodec/mobiclip: Move quantizer check into setup_qtables()Michael Niedermayer2020-09-25
* avcodec/mobiclip: Fix heap-buffer-overflowAndreas Rheinhardt2020-09-15
* avcodec/mobiclip: Fix memleak upon init failureAndreas Rheinhardt2020-09-15
* avcodec/mobiclip: add missing flushPaul B Mahol2020-09-13
* avcodec/mobiclip: Check quantizer before table setupMichael Niedermayer2020-09-12
* avcodec/mobiclip: Fix mixed declarations and codeAndreas Rheinhardt2020-09-04
* avcodec: add MobiClip video decoderPaul B Mahol2020-09-03