]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.
[ffmpeg] / libavcodec / x86 /
2012-04-16 Ronald S. Bultjeh264: use proper PROLOGUE statement for a function...
2012-04-13 Ronald S. Bultjedsputil: fix optimized emu_edge function on Win64.
2012-04-13 Justin Rugglesac3dsp: call femms/emms at the end of float_to_fixed24...
2012-04-13 Ronald S. Bultjeh264: fix 10bit biweight functions after recent x86inc...
2012-04-12 Diego Biurrunbuild: Consistently handle conditional compilation...
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-04-10 Christophe GISQUETrv40dsp x86: use only one register, for both increment...
2012-04-10 Christophe GISQUETrv40dsp: implement prescaled versions for biweight.
2012-04-04 Christophe GISQUETdsputil x86: use SSE float instruction instead of SSE2...
2012-04-04 Christophe GISQUETdsputil x86: remove deprecated parameter from scalarpro...
2012-04-04 Christophe GISQUETvp8dsp x86: perform rounding shift with a single instru...
2012-03-28 Ronald S. Bultjecabac: add overread protection to BRANCHLESS_GET_CABAC().
2012-03-28 Ronald S. Bultjecabac: increment jump locations by one in callers of...
2012-03-28 Ronald S. Bultjecabac: remove unused argument from BRANCHLESS_GET_CABAC...
2012-03-28 Ronald S. Bultjecabac: use struct+offset instead of memory operand...
2012-03-28 Ronald S. Bultjeh264: add overread protection to get_cabac_bypass_sign_...
2012-03-28 Ronald S. Bultjeh264: reindent get_cabac_bypass_sign_x86().
2012-03-28 Ronald S. Bultjeh264: use struct offsets in get_cabac_bypass_sign_x86().
2012-03-26 Diego Biurrunbuild: prettyprinting cosmetics
2012-03-25 Diego Biurrunx86: dsputil: prettyprint gcc inline asm
2012-03-25 Diego Biurrunx86: K&R prettyprinting cosmetics for dsputil_mmx.c
2012-03-25 Diego Biurrunx86: conditionally compile H.264 QPEL optimizations
2012-03-25 Diego Biurrundsputil_mmx: Surround QPEL macros by "do { } while...
2012-03-23 Ronald S. Bultjeaacsbr: handle m_max values smaller than 4.
2012-03-10 Ronald S. Bultjevp8: convert mbedge loopfilter x86 assembly to use...
2012-03-10 Ronald S. Bultjevp8: convert inner loopfilter x86 assembly to use named...
2012-03-07 Reimar Döffingersbrdsp.asm: convert all instructions to float/SSE ones.
2012-03-07 Christophe GISQUETdsputil: remove shift parameter from scalarproduct_int16
2012-03-07 Diego Biurrunx86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macro...
2012-03-06 Reimar DöffingerSBR DSP: fix SSE code to not use SSE2 instructions.
2012-03-05 Mans Rullgardx86: clean up ff_dsputil_init_mmx()
2012-03-04 Ronald S. Bultjevp8: convert simple loopfilter x86 assembly to use...
2012-03-04 Ronald S. Bultjevp8: convert idct x86 assembly to use named arguments.
2012-03-04 Ronald S. Bultjevp8: convert mc x86 assembly to use named arguments.
2012-03-04 Ronald S. Bultjevp8: convert loopfilter x86 assembly to use cpuflags().
2012-03-04 Ronald S. Bultjevp8: convert idct/mc x86 assembly to use cpuflags().
2012-03-02 Ronald S. Bultjeh264: change underread for 10bit QPEL to overread.
2012-03-02 Ronald S. Bultjevp8: disable mmx functions with sse/sse2 counterparts...
2012-03-02 Ronald S. Bultjevp8: change int stride to ptrdiff_t stride.
2012-02-27 Ronald S. Bultjeh264: fix mmxext chroma deblock to use correct TC values.
2012-02-23 Christophe GISQUETSBR DSP x86: implement SSE sbr_hf_g_filt
2012-02-23 Christophe GISQUETSBR DSP x86: implement SSE sbr_sum_square_sse
2012-02-20 Ronald S. Bultjerv34: change most "int stride" into "ptrdiff_t stride".
2012-02-19 Ronald S. Bultjeh264: don't use redzone in loopfilter on win64.
2012-02-16 Christophe GISQUETmpegaudio: replace memcpy by SIMD code
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to inv_zigzag_direct16
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-10 Justin Rugglesac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()
2012-02-09 Diego Biurruncosmetics: Delete empty lines at end of file.
2012-02-08 Ronald S. Bultjeh264: manually save/restore XMM registers for functions...
2012-02-07 Ronald S. Bultjepngdsp: swap argument inversion.
2012-02-07 Michael Kostylevh264: mark h264_idct_add8_10 with number of XMM registers.
2012-02-02 Ronald S. Bultjewin64: add a XMM clobber test configure option.
2012-02-02 Justin RugglesFix a typo in the x86 asm version of ff_vector_clip_int32()
2012-01-30 Christophe Gisquetrv40: x86 SIMD for biweight
2012-01-30 Diego Biurrunx86: Give RV40 init file a more suitable name.
2012-01-30 Diego Biurrunx86: Place mm_flags variable declaration below the...
2012-01-30 Christophe Gisquetx86 dsputil: provide SSE2/SSSE3 versions of bswap_buf
2012-01-30 Ronald S. Bultjepng: add support for bpp>4 to paeth x86 SIMD code.
2012-01-30 Ronald S. Bultjepng: add SSE2 version for add_bytes_l2.
2012-01-30 Ronald S. Bultjepng: convert DSP functions to yasm.
2012-01-29 Ronald S. Bultjepng: add missing #if HAVE_SSSE3 around function pointer...
2012-01-29 Ronald S. Bultjeimdct36: mark SSE functions as using all 16 XMM registers.
2012-01-29 Ronald S. Bultjepng: move DSP functions to their own DSP context.
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2012-01-25 Ronald S. Bultjedsputil: use vertical component for drawing bottom...
2012-01-16 Christophe GISQUETrv34: 1-pass inter MB reconstruction
2012-01-15 Christophe GISQUETrv34: Intra 16x16 handling
2012-01-12 Christophe GISQUETrv34: DC-only inverse transform
2012-01-11 Henrik Gramnerfft: init functions with INIT_XMM/YMM.
2012-01-09 Vitor Sessakmpegaudiodec: optimized iMDCT transform
2011-12-27 Martin Storsjöx86: Fix constraints for decode_significance*_x86
2011-12-21 Diego Biurrunx86: Tighten register constraints for decode_significan...
2011-12-19 Diego Biurrunx86: conditionally compile dnxhd encoder optimizations
2011-12-14 Diego Biurrunbuild: conditionally compile x86 H.264 chroma optimizations
2011-12-12 Martin Storsjöx86: Require 7 registers for the cabac asm
2011-12-11 Mans Rullgardx86: cabac: replace explicit memory references with...
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-22 Justin Rugglesdsputil: use cpuflags in x86 emu_edge_core
2011-11-22 Justin Rugglesdsputil: use movups instead of movdqu in ff_emu_edge_co...
2011-11-11 Justin Rugglestwinvq: add SSE/AVX optimized sum/difference stereo...
2011-11-08 Diego BiurrunRemove redundant filename self-references inside files.
2011-11-08 Diego Biurrunx86: drop pointless ARCH_X86 #ifdef from files in x86...
2011-11-07 Justin Rugglesdsputil: use cpuflags in x86 versions of vector_clip_in...
2011-11-05 Ronald S. Bultjeh264_weight: remove duplication functions.
2011-11-03 Justin Rugglesfmtconvert: fix int32_to_float_fmul_scalar() for window...
2011-10-26 Daniel KangH.264: Cometics to dsputil_mmx.c
2011-10-22 Ronald S. Bultjeh264_weight: initialize "height" function argument...
2011-10-21 Justin Rugglesfmtconvert: port float_to_int16_interleave() 2-channel...
2011-10-21 Justin Rugglesfmtconvert: port int32_to_float_fmul_scalar() x86 inlin...
2011-10-21 Justin Rugglesfmtconvert: check compile-time x86 instruction set...
2011-10-21 Justin Rugglesfmtconvert: port float_to_int16() x86 inline asm to...
2011-10-21 Ronald S. BultjeH264: change weight/biweight functions to take a height...
2011-10-21 Ronald S. BultjeSupport for lossless and inter H264 4:2:2.
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-20 Diego Biurrunx86: Move some variable declarations below the appropri...
2011-10-20 Diego Biurrunx86: Fix linking of ProRes DSP ASM with YASM disabled.
2011-10-14 Ronald S. Bultjeproresdsp: fix function prototypes.
2011-10-11 Ronald S. Bultjeprores: idct sse2/sse4 optimizations.
next