Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-06mips: port optimizations to mips n64James Cowgill
2015-03-06configure, mips: remove MIPS32R2, merging it with MIPSFPUJames Cowgill
2015-03-06mips/aacdec: remove uses of mips32r2 specific ext instructionsJames Cowgill
2015-03-03mips/aaccoder: use variables instead of using register names directlyJames Cowgill
2015-03-03mips: use float* to hold pointer instead of intJames Cowgill
2015-03-01avcodec/mips/Makefile: Build fmtconvert_mips only if CONFIG_FMTCONVERT is setMichael Niedermayer
2015-03-01Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer
2015-02-26mips/acelp_filters: fix incorrect register constraintJames Cowgill
2015-02-26mips/aacdec: refactor out duplicated assembly codeJames Cowgill
2015-02-26mips/sbrdsp: remove sbr_neg_odd_64_mipsJames Cowgill
2015-02-26mips/fft: remove some useless assemblyJames Cowgill
2015-02-26mips/aacpsdsp: fix definition of ps_decorrelate_mipsJames Cowgill
2015-02-26mips/mathops: remove 64-bit codeJames Cowgill
2014-12-02avcodec/aacdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-08-31fft: add ff_ prefix to some global arrays.Reimar Döffinger
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-16avcodec/mips/compute_antialias_float: remove unused variableMichael Niedermayer
2013-08-04libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic
2013-03-23mips: Optimization of AAC psychoacoustic model functionsBojan Zivkovic
2013-03-20libavcodec/mips: fix for mips optimized fp fft with hard coded tables disabledNedeljko Babic
2013-03-20mips: Optimization of IIR filter functionBojan Zivkovic
2013-03-20mips: Optimization of AAC coefficients encoder functionsBojan Zivkovic
2013-03-19mips: inline assembly clobber list polishingNedeljko Babic
2013-02-22libavcodec/mips/aacsbr_mips: fix ;;Michael Niedermayer
2013-02-22mips: optimization for float aac decoder (ps module)Mirjana Vulin
2013-02-22mips: optimization for float aac decoder (sbr module)Mirjana Vulin
2013-01-31mips: optimization for float aac decoder (core module)Mirjana Vulin
2013-01-16mips: move vector_fmul_window_mips to libavutilMichael Niedermayer
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-13mips: ac3 downmix updated to the new data layout.Nedeljko Babic
2012-12-10mips: disable ac3 downmix, until its updated to the new data layout.Michael Niedermayer
2012-11-20mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic
2012-11-10mips: Add dependencies on HAVE_INLINE_ASMNedeljko Babic
2012-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-18mips64: mark hi/lo registers clobbered in MAC64/MLS64 macrosMans Rullgard
2012-10-13Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f'Michael Niedermayer
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-09-05Optimization of AC3 floating point decoder for MIPSNedeljko Babic
2012-07-11replace all __volatile__ by volatileMichael Niedermayer
2012-07-05Optimization of MP3 decoders for MIPSNedeljko Babic
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-13Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun