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-01-30x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet
2012-01-30png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje
2012-01-30png: add SSE2 version for add_bytes_l2.Ronald S. Bultje
2012-01-30png: convert DSP functions to yasm.Ronald S. Bultje
2012-01-30png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje
2012-01-29imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje
2012-01-29png: move DSP functions to their own DSP context.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-25dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje
2012-01-16rv34: 1-pass inter MB reconstructionChristophe GISQUET
2012-01-16rv34: Intra 16x16 handlingChristophe GISQUET
2012-01-12rv34: DC-only inverse transformChristophe GISQUET
2012-01-11fft: init functions with INIT_XMM/YMM.Henrik Gramner
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2011-12-27x86: Fix constraints for decode_significance*_x86Martin Storsjö
2011-12-21x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun
2011-12-19x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun
2011-12-14build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun
2011-12-12x86: Require 7 registers for the cabac asmMartin Storsjö
2011-12-12x86: cabac: replace explicit memory references with "m" operandsMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-23dsputil: use cpuflags in x86 emu_edge_coreJustin Ruggles
2011-11-23dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles
2011-11-11twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles
2011-11-08Remove redundant filename self-references inside files.Diego Biurrun
2011-11-08x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun
2011-11-07dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles
2011-11-05h264_weight: remove duplication functions.Ronald S. Bultje
2011-11-03fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles
2011-10-26H.264: Cometics to dsputil_mmx.cDaniel Kang
2011-10-22h264_weight: initialize "height" function argument properly.Ronald S. Bultje
2011-10-21fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-10-21fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles
2011-10-21fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje
2011-10-21Support for lossless and inter H264 4:2:2.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-20x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun
2011-10-20x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun
2011-10-14proresdsp: fix function prototypes.Ronald S. Bultje
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
2011-09-24fft: avoid a signed overflowSean McGovern
2011-08-18Move clipd macros to x86util.asm.Ronald S. Bultje
2011-08-15Fix NASM include directiveDave Yeo
2011-08-15dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-08-02dct32: Add SSE2 ASM optimizationsVitor Sessak