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
2013-08-04libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic
Iterative implementation of 32 bit fixed point split-radix FFT. Max FFT that can be calculated currently is 2^12. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-23mips: Optimization of AAC psychoacoustic model functionsBojan Zivkovic
Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-20mips: Optimization of IIR filter functionBojan Zivkovic
Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-20mips: Optimization of AAC coefficients encoder functionsBojan Zivkovic
Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-20mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic
Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reveiwed-by: Vitor Sessak <vitor1001@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-05Optimization of AC3 floating point decoder for MIPSNedeljko Babic
FFT in MIPS implementation is working iteratively instead of "recursively" calling functions for smaller FFT sizes. Some of DSP and format convert utils functions are also optimized. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Reviewed-by: Vitor Sessak <vitor1001@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-17mips: change list of files with MIPS copyright notice in mips.txtNedeljko Babic
Add files created for MP3 optimization that have MIPS copyright notice in them to list of files in mips.txt. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-07-04doc: add documentation regarding MIPS optimizationsNedeljko Babic
Add doc/mips.txt document with short explanation regarding targeted platform for MIPS optimizations and regarding MIPS copyright notice. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>