summaryrefslogtreecommitdiff
path: root/libavcodec/mobiclip.c
Commit message (Expand)AuthorAgeFilesLines
* 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