summaryrefslogtreecommitdiff
path: root/libavcodec/mobiclip.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+2
* avcodec/mobiclip: Check input size before (re)allocationMichael Niedermayer2022-11-281-0/+3
* avcodec/mobiclip: Check quantizer for overflowMichael Niedermayer2022-09-161-2/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* 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