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
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-05x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: dct32: port to cpuflagsDiego Biurrun
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.Ronald S. Bultje
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