]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
libilbc: set channel layout
[ffmpeg] / libavcodec / x86 /
2012-07-05 Martin Storsjövp8: Add ifdef guards around the sse2 loopfilter in...
2012-07-04 Martin Storsjövp8: loopfilter >=sse2 functions need aligned stack...
2012-07-04 Ronald S. Bultjedsputilenc: group yasm and inline asm function pointer...
2012-06-30 Ronald S. Bultjedsputilenc_mmx: split assignment of ff_sse16_sse2 to...
2012-06-30 Ronald S. Bultjex86: fmtconvert: add special asm for float_to_int16_int...
2012-06-29 Mans Rullgardx86: vc1: fix and enable optimised loop filter
2012-06-27 Christophe Gisquetx86: fft: replace call to memcpy by a loop
2012-06-25 Mans Rullgardx86: fft: elf64: fix PIC build
2012-06-25 Mans Rullgardx86: fft: win64: fix stack alignment for memcpy() call
2012-06-25 Mans Rullgardx86: fft: convert sse inline asm to yasm
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2012-06-23 Mans Rullgardh264: use asm cabac reader under a generic condition
2012-06-23 Diego Biurrunx86: Only use optimizations with cmov if the CPU suppor...
2012-06-23 Mans Rullgardx86: remove unused inline asm macros from dsputil_mmx.h
2012-06-23 Mans Rullgardx86: move some inline asm macros to the only places...
2012-06-22 Diego Biurruncosmetics: do not use full path for local headers
2012-06-17 Ronald S. Bultjedwt: remove variable-length arrays
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-05-29 Vitor Sessakx86: use new schema for ASM macros
2012-05-22 Justin Rugglesx86: lavc: use %if HAVE_AVX guards around AVX functions...
2012-05-21 Kieran KunhyaConvert vector_fmul range of functions to YASM and...
2012-05-15 Michael Kostylevx86: rv40: Mark rv40_weight functions as MMX2; they...
2012-05-15 Justin Rugglesac3dsp: simplify x86 versions of ac3_max_msb_abs_int16
2012-05-14 Vitor Sessakx86: use more standard construct for setting ASM functi...
2012-05-12 Michael Kostylevx86: vc1: drop MMX loop filter implementation, which...
2012-05-10 Christophe Gisquetrv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations...
2012-05-02 Ronald S. Bultjesnowdsp: explicitily state instruction size.
2012-04-28 Christophe GISQUETdsputil x86: revert a test back to its previous value
2012-04-28 Christophe Gisquetrv34dsp x86: implement MMX2 inverse transform
2012-04-28 Roland Scheideggerh264: new assembly version of get_cabac for x86_64...
2012-04-28 Roland Scheideggerh264: use one table instead of several for cabac functions
2012-04-28 Roland Scheideggerh264: (trivial) remove unneeded macro argument in x86...
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-21 Mans Rullgardavcodec: remove AVCodecContext.dsp_mask
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.
next