summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion2.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/truemotion2: Simplify creating VLC tableAndreas Rheinhardt2020-12-08
* avcodec/truemotion2: Mark decoder as init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec/truemotion2: Allocate buffers togetherAndreas Rheinhardt2020-11-06
* avcodec/truemotion2: Cleanup generically on init failureAndreas Rheinhardt2020-11-06
* avcodec/truemotion2: Remove redundant initializationsAndreas Rheinhardt2020-11-06
* avcodec/truemotion2: Replace av_free() by av_freep() in AVCodec.closeAndreas Rheinhardt2020-11-06
* avcodec/truemotion2: Avoid duplicating array, fix memleakAndreas Rheinhardt2020-08-29
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block()Michael Niedermayer2019-12-10
* avcodec/truemotion2: Fix several integer overflows in tm2_low_res_block()Michael Niedermayer2019-11-01
* avcodec/truemotion2: Fix several integer overflows with *Yo, *Uo, *VoMichael Niedermayer2019-11-01
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec/truemotion2: Fix multiple integer overflows in tm2_null_res_block()Michael Niedermayer2019-08-31
* avcodec/truemotion2: Fix several integer overflows in tm2_motion_block()Michael Niedermayer2019-07-31
* avcodec/truemotion2: Fix integer overflow in last loop in tm2_update_block()Michael Niedermayer2019-06-25
* avcodec/truemotion2: Fix several integer overflows in tm2_update_block()Michael Niedermayer2019-05-27
* avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block()Michael Niedermayer2019-04-30
* avcodec/truemotion2: Fix integer overflow in tm2_decode_blocks()Michael Niedermayer2019-04-13
* avcodec/truemotion2: Fix integer overflow in tm2_null_res_block()Michael Niedermayer2019-03-25
* avcodec/truemotion2: fix integer overflows in tm2_low_chroma()Michael Niedermayer2018-11-24
* avcodec/truemotion2: Check huffman code max bitsMichael Niedermayer2018-11-21
* avcodec/truemotion2: Check len in tm2_read_stream()Michael Niedermayer2018-07-04
* avcodec/truemotion2: Fix overflow in tm2_apply_deltas()Michael Niedermayer2018-06-06
* avcodec/truemotion2: Propagate out of bounds error from GET_TOK()Michael Niedermayer2018-04-13
* avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()Michael Niedermayer2018-01-21
* avcodec/truemotion2: Fix integer overflows in tm2_high_chroma()Michael Niedermayer2017-10-04
* avcodec/truemotion2: Move skip computation after checksMichael Niedermayer2017-06-16
* avcodec/truemotion2: Fix passing null pointer to memset()Michael Niedermayer2017-05-28
* avcodec/truemotion2: Fix runtime error: left shift of 1 by 31 places cannot b...Michael Niedermayer2017-05-28
* avcodec/truemotion2: Cleanup in case of tm2_read_stream() failureMichael Niedermayer2016-01-12
* Merge commit 'de41b555cdea2dcacbe98ee9edc83a8c15c73c4c'Hendrik Leppkes2015-11-10
|\
| * truemotion2: Fix the buffer checkLuca Barbato2015-11-02
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit 'e1ea365f7e1477c78865b866a180712174536c20'Michael Niedermayer2015-06-01
|\|
| * truemotion2: Check memory allocationVittorio Giovara2015-05-31
* | avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-19
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-23
|\|
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* | avcodec/truemotion2: replace impossible condition by av_assert2Michael Niedermayer2014-04-27
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-22
|\|
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* | Merge commit '508b37557bf36eae83c18e64d42f27b44a321d81'Michael Niedermayer2013-11-17
|\|
| * truemotion2: use the AVFrame API properly.Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * truemotion2: Use av_freep properly in an error pathMartin Storsjö2013-09-17
* | avcodec/truemotion2: use av_reallocp_array() and check return valuePaul B Mahol2013-09-09