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-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2020-11-24avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safeAndreas Rheinhardt
2020-11-24avcodec/mpegaudiodsp: Combine initializing float and int tablesAndreas Rheinhardt
2017-11-18Use ff_thread_once for fixed, float table init.Dale Curtis
2015-12-04mips: rename mipsdspr1 to mipsdspVicente Olivert Riera
2014-04-23Merge commit '8f9fe6ae3461ce270bce6b7083fda5ec314cdad4'Michael Niedermayer
2014-04-23aarch64: NEON fixed/floating point MPADSP apply_windowJanne Grunau
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-07-05Optimization of MP3 decoders for MIPSNedeljko Babic
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak
2011-11-08mpegaudiodec: move imdct36() to MPADSPContextVitor Sessak
2011-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-13ARM: optimised mpadsp_apply_window_fixedMans Rullgard
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard