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
2021-01-09avcodec/ac3dec: Make decoders init-threadsafeAndreas Rheinhardt
2021-01-09avcodec/ac3dec: Check operations that can failAndreas Rheinhardt
2020-11-28avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer
2020-06-08avcodec/ac3dec_fixed: Remove some temporary variables from scale_coefs()Michael Niedermayer
2020-04-16avcodec/ac3dec_fixed: Fix several invalid left shifts in scale_coefs()Michael Niedermayer
2018-01-15avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()Michael Niedermayer
2017-06-08avcodec/ac3dec_fixed: Fix multiple runtime error: signed integer overflow: -3...Michael Niedermayer
2017-06-04avcodec/ac3dec_fixed: Fix runtime error: left shift of 419 by 23 places canno...Michael Niedermayer
2017-03-22Merge commit '43717469f9daa402f6acb48997255827a56034e9'Clément Bœsch
2017-01-22avcodec/ac3dec: add consistent noise generation option.Jonathan Campbell
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-03-14ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun
2014-09-08avcodec/ac3dec_fixed: remove unused arraysMichael Niedermayer
2014-08-31ac3dec_fixed: add missing "static const".Reimar Döffinger
2014-08-27Improved AC3 decoder level support (heavy drc, dialnorm)Jean-Francois Thibert
2014-04-01avcodec/ac3dec_fixed: add missingAVprefix to CODEC_IDMichael Niedermayer
2014-04-01avcodec/ac3: rename identifier used to select the fixed point variantMichael Niedermayer
2014-04-01libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic