summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion2.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-3/+5
* 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-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-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-4/+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: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/truemotion2: Simplify creating VLC tableAndreas Rheinhardt2020-12-081-14/+10
* avcodec/truemotion2: Mark decoder as init-threadsafeAndreas Rheinhardt2020-11-241-1/+1
* avcodec/truemotion2: Allocate buffers togetherAndreas Rheinhardt2020-11-061-27/+19
* avcodec/truemotion2: Cleanup generically on init failureAndreas Rheinhardt2020-11-061-11/+2
* avcodec/truemotion2: Remove redundant initializationsAndreas Rheinhardt2020-11-061-7/+1
* avcodec/truemotion2: Replace av_free() by av_freep() in AVCodec.closeAndreas Rheinhardt2020-11-061-2/+2
* avcodec/truemotion2: Avoid duplicating array, fix memleakAndreas Rheinhardt2020-08-291-9/+2
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-311-1/+1
* avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block()Michael Niedermayer2019-12-101-2/+2
* avcodec/truemotion2: Fix several integer overflows in tm2_low_res_block()Michael Niedermayer2019-11-011-3/+3
* avcodec/truemotion2: Fix several integer overflows with *Yo, *Uo, *VoMichael Niedermayer2019-11-011-8/+8
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/truemotion2: Fix multiple integer overflows in tm2_null_res_block()Michael Niedermayer2019-08-311-2/+2
* avcodec/truemotion2: Fix several integer overflows in tm2_motion_block()Michael Niedermayer2019-07-311-4/+4
* avcodec/truemotion2: Fix integer overflow in last loop in tm2_update_block()Michael Niedermayer2019-06-251-1/+1
* avcodec/truemotion2: Fix several integer overflows in tm2_update_block()Michael Niedermayer2019-05-271-5/+5
* avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block()Michael Niedermayer2019-04-301-2/+2
* avcodec/truemotion2: Fix integer overflow in tm2_decode_blocks()Michael Niedermayer2019-04-131-1/+1
* avcodec/truemotion2: Fix integer overflow in tm2_null_res_block()Michael Niedermayer2019-03-251-1/+2
* avcodec/truemotion2: fix integer overflows in tm2_low_chroma()Michael Niedermayer2018-11-241-3/+3
* avcodec/truemotion2: Check huffman code max bitsMichael Niedermayer2018-11-211-5/+14
* avcodec/truemotion2: Check len in tm2_read_stream()Michael Niedermayer2018-07-041-0/+4
* avcodec/truemotion2: Fix overflow in tm2_apply_deltas()Michael Niedermayer2018-06-061-1/+1
* avcodec/truemotion2: Propagate out of bounds error from GET_TOK()Michael Niedermayer2018-04-131-0/+6
* avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()Michael Niedermayer2018-01-211-2/+2
* avcodec/truemotion2: Fix integer overflows in tm2_high_chroma()Michael Niedermayer2017-10-041-1/+1
* avcodec/truemotion2: Move skip computation after checksMichael Niedermayer2017-06-161-2/+2
* avcodec/truemotion2: Fix passing null pointer to memset()Michael Niedermayer2017-05-281-1/+2
* avcodec/truemotion2: Fix runtime error: left shift of 1 by 31 places cannot b...Michael Niedermayer2017-05-281-1/+1
* avcodec/truemotion2: Cleanup in case of tm2_read_stream() failureMichael Niedermayer2016-01-121-10/+18
* Merge commit 'de41b555cdea2dcacbe98ee9edc83a8c15c73c4c'Hendrik Leppkes2015-11-101-2/+2
|\
| * truemotion2: Fix the buffer checkLuca Barbato2015-11-021-1/+1
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'e1ea365f7e1477c78865b866a180712174536c20'Michael Niedermayer2015-06-011-3/+4
|\ \ | |/
| * truemotion2: Check memory allocationVittorio Giovara2015-05-311-0/+10
* | avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-191-7/+7
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-4/+5
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-4/+5
* | avcodec/truemotion2: replace impossible condition by av_assert2Michael Niedermayer2014-04-271-1/+2