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
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
2012-08-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-03x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun
2012-08-03fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje
2012-08-02x86: h264dsp: K&R formatting cosmeticsDiego Biurrun
2012-08-02x86: fft: fix imdct_half() for AVXRonald S. Bultje
2012-08-02x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard
2012-08-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-01fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje
2012-08-01x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-08-01x86: h264dsp: Remove unused variable ff_pb_3_1Diego Biurrun
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-31x86: h264dsp: Adjust YASM #ifdefsDiego Biurrun
2012-07-31h264: convert loop filter strength dsp function to yasm.Ronald S. Bultje
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje
2012-07-28fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje
2012-07-28vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje
2012-07-28h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-28h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-28vp3: port x86 SIMD to cpuflags.Ronald S. Bultje
2012-07-28rv34: port x86 SIMD to cpuflags.Ronald S. Bultje
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28vp56: only compile MMX SIMD on x86-32.Ronald S. Bultje
2012-07-28vp56: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-27proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje
2012-07-27dwt: Fix several warnings about incompatible pointer typejamal
2012-07-27mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-27x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-25vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje
2012-07-25x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-25dsputil_mmx: fix incorrect assembly codeYang Wang
2012-07-24dsputil_mmx: fix incorrect assembly codeyang
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-19x86: dsputil: drop some unused CPU flag debug codeDiego Biurrun
2012-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-07-18build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard
2012-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-07x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosLoren Merritt
2012-07-06x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macroMartin Storsjö
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosDiego Biurrun
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-07-05x86: h264_intrapred: port to cpuflag macrosDiego Biurrun
2012-07-05vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch tooMartin Storsjö