summaryrefslogtreecommitdiff
path: root/libavcodec/mobiclip.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mobiclip: Check quantizer for overflowMichael Niedermayer2022-11-031-2/+2
* avcodec/mobiclip: Rewrite code to make it clearerAndreas Rheinhardt2021-11-281-4/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* mobiclip: fix copyright headersFlorian Nouwt2021-03-081-0/+1
* avcodec/mobiclip: Avoid undefined integer overflow in MV computationMichael Niedermayer2021-03-031-2/+2
* Remove double ';'Andreas Rheinhardt2021-03-011-1/+1
* avcodec/mobiclip: Bound planar prediction valueMichael Niedermayer2021-02-101-1/+1
* avcodec/mobiclip: ReindentationAndreas Rheinhardt2020-12-081-64/+64
* avcodec/mobiclip: Make decoder init-threadsafeAndreas Rheinhardt2020-12-081-20/+27
* avcodec/mobiclip: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-081-56/+51
* avcodec/mobiclip: Avoid redundant codes table to initialize VLCsAndreas Rheinhardt2020-12-081-129/+75
* 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