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-03-05x86: clean up ff_dsputil_init_mmx()Mans Rullgard
2012-03-04vp8: convert simple loopfilter x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert idct x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert mc x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert loopfilter x86 assembly to use cpuflags().Ronald S. Bultje
2012-03-04vp8: convert idct/mc x86 assembly to use cpuflags().Ronald S. Bultje
2012-03-02h264: change underread for 10bit QPEL to overread.Ronald S. Bultje
2012-03-02vp8: disable mmx functions with sse/sse2 counterparts on x86-64.Ronald S. Bultje
2012-03-02vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje
2012-02-27h264: fix mmxext chroma deblock to use correct TC values.Ronald S. Bultje
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