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
2018-11-14avcodec/shorten: Fix integer overflow with offsetMichael Niedermayer
2018-09-15avcodec/shorten: Fix bitstream end check in read_header()Michael Niedermayer
2018-08-16avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame()Michael Niedermayer
2018-08-16avcodec/shorten: Fix integer overflow in residual/LPC combinationMichael Niedermayer
2018-08-16avcodec/shorten: Check verbatim lengthMichael Niedermayer
2018-07-04avcodec/shorten: Fix undefined addition in shorten_decode_frame()Michael Niedermayer
2018-07-04avcodec/shorten: Fix undefined integer overflowMichael Niedermayer
2018-06-07avcodec/shorten: Fix multiple integer overflowsMichael Niedermayer
2018-06-07avcodec/shorten: Fix undefined shift in fix_bitshift()Michael Niedermayer
2018-06-07avcodec/shorten: Fix a negative left shift in shorten_decode_frame()Michael Niedermayer
2018-06-07avcodec/shorten: Sanity check nmeansMichael Niedermayer
2018-06-06avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header()Michael Niedermayer
2017-09-12avcodec/shorten: Move buffer allocation and offset init to end of read_header()Michael Niedermayer
2017-06-16avcodec/shorten: Sanity check maxnlpcMichael Niedermayer
2017-05-06avcodec/shorten: Check residual sizeMichael Niedermayer
2017-05-06avcodec/shorten: Check k in get_uint()Michael Niedermayer
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-02-24avcodec/shorten: support decoding AIFF-C variantPaul B Mahol
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-04-27avcodec/shorten: make max frame size bigger if custom block size was usedPaul B Mahol
2016-04-11avcodec/shorten: properly handle bitshift > 31Paul B Mahol
2016-04-10avcodec/shorten: mark as AV_CODEC_CAP_SUBFRAMESPaul B Mahol
2016-04-09avcodec/shorten: add support for AIFF packing, not bitexactPaul B Mahol
2016-04-09avcodec/shorten: fix decoding of very large (>2048) block sizesPaul B Mahol
2016-04-09avcodec/shorten: fix decoding of files with number of samples lower than max_...Paul B Mahol
2016-04-09avcodec/shorten: remove useless if condition and comment, reindentPaul B Mahol
2016-04-08avcodec/shorten: fix decoding of last framePaul B Mahol
2016-04-08avcodec/shorten: if allocation fails reset max_frame_sizePaul B Mahol
2016-04-07avformat: support shorten in nistshpere demuxerPaul B Mahol
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
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-07-03avcodec/shorten: use init_get_bits8()Paul B Mahol
2015-05-15avcodec/shorten: More complete pred_order checkMichael Niedermayer
2015-05-15avcodec/shorten: Fix code depending on signed overflow behaviorMichael Niedermayer
2015-05-15avcodec/shorten: Check skip_bytes()Michael Niedermayer
2015-01-13avcodec/shorten: use av_reallocp_array()Michael Niedermayer
2014-11-13Merge commit '8e104619a627fcf5f4c2bd3c09d0c2d323aae745'Michael Niedermayer
2014-11-13shorten: check for return valueVittorio Giovara
2014-04-27avcodec/shorten: check bitshiftMichael Niedermayer
2014-02-05shorten: pad the internal bitstream bufferAnton Khirnov
2013-12-26avcodec/shorten: clear bitstream bufferMichael Niedermayer
2013-12-09Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-10-11Merge commit '5f5ada3dbf97e306a74250ba8dcf8619ad59b020'Michael Niedermayer
2013-10-10shorten: Fix out-of-array readTim Walker