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 (Collapse)Author
2016-02-01all: Make header guard names consistentTimothy Gu
2015-07-31x86/aacpsdsp: add SSE and SSE3 optimized functionsJames Almer
Between 1.5 and 2.5 times faster Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2015-07-22avcodec: Implementation of AAC_fixed_decoder (PS-module)Djordje Pesut
Add fixed point implementation. Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2013-11-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: aacps: Adjust some const qualifiers to suppress warnings Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-22aacps: Adjust some const qualifiers to suppress warningsDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-02-22mips: optimization for float aac decoder (ps module)Mirjana Vulin
Signed-off-by: Mirjana Vulin <mvulin@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-06aacps: NEON optimisationsMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-06aacps: align some arraysMans Rullgard
This is required for SIMD optimisations. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-06aacps: move some loops to function pointersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>