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-02-24SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET
2012-02-24SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET
2012-02-21rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje
2012-02-20h264: don't use redzone in loopfilter on win64.Ronald S. Bultje
2012-02-16mpegaudio: replace memcpy by SIMD codeChristophe GISQUET
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to inv_zigzag_direct16Martin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-10ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2012-02-08h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje
2012-02-08pngdsp: swap argument inversion.Ronald S. Bultje
2012-02-07h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-02-02Fix a typo in the x86 asm version of ff_vector_clip_int32()Justin Ruggles
2012-01-31rv40: x86 SIMD for biweightChristophe Gisquet
2012-01-31x86: Give RV40 init file a more suitable name.Diego Biurrun
2012-01-31x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun
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