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-05avcodec/sbrdsp: Remove unnecessary headersAndreas Rheinhardt
2017-03-16Merge commit '3ccec334b8502701e72ef13bed25913c3578022e'James Almer
2016-08-03sbrdsp: Move a misplaced #endif directive to the right spotDiego Biurrun
2015-07-20avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut
2015-07-20avcodec: Template creation for AAC decoder (SBR-module)Djordje Pesut
2014-03-18Merge commit 'd961a79eb07a8911540a0bd356d68ae0cf93c6a1'Michael Niedermayer
2014-03-18sbrdsp: move #if to disable all educational codeJanne Grunau
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-04Merge commit '4a7af92cc80ced8498626401ed21f25ffe6740c8'Michael Niedermayer
2013-05-03sbrdsp: Unroll and use integer operationsChristophe Gisquet
2013-05-03sbrdsp: Unroll sbr_autocorrelate_cChristophe Gisquet
2013-04-06sbrdsp: unroll and use integer operationsChristophe Gisquet
2013-04-06sbrdsp: unroll sbr_autocorrelate_cChristophe Gisquet
2013-02-22mips: optimization for float aac decoder (sbr module)Mirjana Vulin
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-03-07SBR DSP: unroll sum_squareChristophe GISQUET
2012-02-24SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET
2012-02-24SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET
2012-01-28aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard
2012-01-28aacsbr: move some simdable loops to function pointersMans Rullgard