Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-04avcodec/truemotion2: Fix several integer overflows in tm2_motion_block()Michael Niedermayer
2019-06-25avcodec/truemotion2: Fix integer overflow in last loop in tm2_update_block()Michael Niedermayer
2019-05-27avcodec/truemotion2: Fix several integer overflows in tm2_update_block()Michael Niedermayer
2019-04-30avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block()Michael Niedermayer
2019-04-13avcodec/truemotion2: Fix integer overflow in tm2_decode_blocks()Michael Niedermayer
2019-03-25avcodec/truemotion2: Fix integer overflow in tm2_null_res_block()Michael Niedermayer
2018-11-25avcodec/truemotion2: fix integer overflows in tm2_low_chroma()Michael Niedermayer
2018-11-21avcodec/truemotion2: Check huffman code max bitsMichael Niedermayer
2018-07-04avcodec/truemotion2: Check len in tm2_read_stream()Michael Niedermayer
2018-06-06avcodec/truemotion2: Fix overflow in tm2_apply_deltas()Michael Niedermayer
2018-04-13avcodec/truemotion2: Propagate out of bounds error from GET_TOK()Michael Niedermayer
2018-01-22avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()Michael Niedermayer
2017-10-04avcodec/truemotion2: Fix integer overflows in tm2_high_chroma()Michael Niedermayer
2017-06-16avcodec/truemotion2: Move skip computation after checksMichael Niedermayer
2017-05-28avcodec/truemotion2: Fix passing null pointer to memset()Michael Niedermayer
2017-05-28avcodec/truemotion2: Fix runtime error: left shift of 1 by 31 places cannot b...Michael Niedermayer
2016-01-12avcodec/truemotion2: Cleanup in case of tm2_read_stream() failureMichael Niedermayer
2015-11-10Merge commit 'de41b555cdea2dcacbe98ee9edc83a8c15c73c4c'Hendrik Leppkes
2015-11-02truemotion2: Fix the buffer checkLuca Barbato
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-01Merge commit 'e1ea365f7e1477c78865b866a180712174536c20'Michael Niedermayer
2015-05-31truemotion2: Check memory allocationVittorio Giovara
2014-11-19avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-04-27avcodec/truemotion2: replace impossible condition by av_assert2Michael Niedermayer
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2013-11-17Merge commit '508b37557bf36eae83c18e64d42f27b44a321d81'Michael Niedermayer
2013-11-16truemotion2: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-17truemotion2: Use av_freep properly in an error pathMartin Storsjö
2013-09-09avcodec/truemotion2: use av_reallocp_array() and check return valuePaul B Mahol
2013-09-08avcodec/truemotion2: use av_calloc() & av_malloc_array()Paul B Mahol
2013-09-08avcodec/truemotion2: Fix av_freep argumentsMichael Niedermayer
2013-08-29truemotion2: check return value of av_malloc(z)Paul B Mahol
2013-07-29truemotion2: make code independent of sizeof(AVFrame)Paul B Mahol
2013-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-23truemotion2: use av_mallocz()Michael Niedermayer
2013-01-23truemotion2: clear the token array if its initialization fails.Michael Niedermayer
2013-01-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer