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
2022-08-27avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-04avcodec/dcadec: Treat the input packet's data as constAndreas Rheinhardt
2022-03-15dca: convert to new channel layout APIAnton Khirnov
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2017-07-19avcodec/dca: avoid using bitstream reader in a non-standard wayfoo86
2017-03-12avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 629...Michael Niedermayer
2017-03-12avcodec/dca_xll: Fix runtime error: signed integer overflow: 1762028192 + 698...Michael Niedermayer
2017-02-28avcodec/dca: Fix multiple runtime error: signed integer overflowMichael Niedermayer
2017-02-21avcodec/dca_xll: Fix runtime error: signed integer overflow: -1073741824 * 32...Michael Niedermayer
2017-02-21avcodec/dca_xll: signed integer overflow: 255251 * 32768 cannot be represente...Michael Niedermayer
2017-01-07avcodec/dca: add support for 20-bit XLLfoo86
2016-05-31avcodec/dca: require checked bitstream readerfoo86
2016-05-20avcodec/dca: remove Rice code length limitfoo86
2016-05-03avcodec/dca: convert to AVCRCfoo86
2016-03-03avcodec/dca: simplify conditionfoo86
2016-03-03avcodec/dca: fix av_cold placement in declarationsfoo86
2016-01-31avcodec/dca: add new decoder based on libdcadecfoo86
2016-01-31avcodec/dca: remove old decoderfoo86
2015-04-18dca_xll: use av_clip_intp2()James Almer
2015-03-17Merge commit 'c9ed48e80ef807ab0c1bb946ac8db5f34d83d9c9'Michael Niedermayer
2015-03-17dca: Read params->pancABIT0[param_index] only if part0 is setNiels Möller
2015-03-16Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'Michael Niedermayer
2015-03-15dca: Support for XLL (lossless extension)Niels Möller