summaryrefslogtreecommitdiff
path: root/libavcodec/mobiclip.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mobiclip: Check mv against INT_MAXMichael Niedermayer2020-11-211-0/+2
* avcodec/mobiclip: Use get_ue_golomb_31() where possibleAndreas Rheinhardt2020-11-151-4/+4
* avcodec/mobiclip: Use smaller type for codesAndreas Rheinhardt2020-10-261-1/+1
* avcodec/mobiclip: Use static VLC tablesAndreas Rheinhardt2020-10-261-42/+29
* avcodec/mobiclip: Don't use too big max_depth, inline constantsAndreas Rheinhardt2020-10-261-3/+4
* avcodec/mobiclip: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-261-21/+5
* avcodec/mobiclip: Reduce size of VLCs, inline constantsAndreas Rheinhardt2020-10-261-4/+6
* avcodec/mobiclip: Avoid signed integer overflows in idct()Michael Niedermayer2020-10-201-9/+10
* avcodec/mobiclip: Check that Motion vectors are within the input frameMichael Niedermayer2020-10-151-24/+6
* avcodec/mobiclip: set the bitstream size to the inputMichael Niedermayer2020-10-151-1/+1
* avcodec/mobiclip: Fix multiple integer overflowsMichael Niedermayer2020-10-111-6/+6
* avcodec/mobiclip: Move quantizer check into setup_qtables()Michael Niedermayer2020-09-251-7/+14
* avcodec/mobiclip: Fix heap-buffer-overflowAndreas Rheinhardt2020-09-151-1/+1
* avcodec/mobiclip: Fix memleak upon init failureAndreas Rheinhardt2020-09-151-0/+1
* avcodec/mobiclip: add missing flushPaul B Mahol2020-09-131-0/+9
* avcodec/mobiclip: Check quantizer before table setupMichael Niedermayer2020-09-121-1/+5
* avcodec/mobiclip: Fix mixed declarations and codeAndreas Rheinhardt2020-09-041-2/+4
* avcodec: add MobiClip video decoderPaul B Mahol2020-09-031-0/+1424