summaryrefslogtreecommitdiff
path: root/libavcodec/mobiclip.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/mobiclip: Rewrite code to make it clearerAndreas Rheinhardt2021-11-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* mobiclip: fix copyright headersFlorian Nouwt2021-03-08
* avcodec/mobiclip: Avoid undefined integer overflow in MV computationMichael Niedermayer2021-03-03
* Remove double ';'Andreas Rheinhardt2021-03-01
* avcodec/mobiclip: Bound planar prediction valueMichael Niedermayer2021-02-10
* avcodec/mobiclip: ReindentationAndreas Rheinhardt2020-12-08
* avcodec/mobiclip: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/mobiclip: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/mobiclip: Avoid redundant codes table to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/mobiclip: Check mv against INT_MAXMichael Niedermayer2020-11-21
* avcodec/mobiclip: Use get_ue_golomb_31() where possibleAndreas Rheinhardt2020-11-15
* 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