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-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2020-11-24avcodec/mpegaudiodsp: Make initializing synth windows thread-safeAndreas Rheinhardt
2020-11-24avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safeAndreas Rheinhardt
2020-11-24avcodec/mpegaudiodsp: Combine initializing float and int tablesAndreas Rheinhardt
2017-03-21Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer
2016-09-29mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun
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-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
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-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-24mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard
2012-07-05Optimization of MP3 decoders for MIPSNedeljko Babic
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09mpegaudiodec: change imdct window arrangment for better pointer alignmentVitor Sessak
2012-01-09mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak
2011-11-08mpegaudiodec: move imdct36() to MPADSPContextVitor Sessak
2011-06-13ARM: optimised mpadsp_apply_window_fixedMans Rullgard
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-20Fix ff_mpa_synth_filter_fixed() prototypeMans Rullgard
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard