]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64
[ffmpeg] / libavcodec / x86 /
2012-09-07 Diego Biurrunx86: more specific checks for availability of required...
2012-09-07 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffix from dsputil...
2012-09-07 Mans Rullgardcavsdsp: set idct permutation independently of dsputil
2012-09-07 Mans Rullgardx86: allow using add_hfyu_median_prediction_cmov on...
2012-09-06 Diego Biurrunx86: dsputil: Do not redundantly check for CPU caps...
2012-09-05 Hendrik Leppkesx86: vp56: cmov version of vp56_rac_get_prob requires...
2012-09-03 Diego Biurrunx86: h264dsp: drop some unnecessary ifdefs around proto...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: Fix linking with some or all of yasm, mmx, optimiz...
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-28 Diego Biurrunx86: Always compile files with functions that are calle...
2012-08-28 Diego Biurrunx86: mpegvideoenc: fix linking with --disable-mmx
2012-08-28 Diego Biurrunx86: mpegvideoenc: Do not abuse HAVE_ variables for...
2012-08-28 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffixes from filenames
2012-08-28 Diego Biurrunx86: avcodec: Drop silly "_sse" suffixes from filenames
2012-08-27 Diego Biurrunbuild: fft: x86: Drop unused YASM-OBJS-FFT- variable
2012-08-25 Mans Rullgardx86: fft: remove unused fft_dispatch* functions
2012-08-24 Diego Biurrunx86: mpegvideo: more sensible names for optimization...
2012-08-24 Diego Biurrunx86: mpegvideoenc: Split optimizations off into a separ...
2012-08-24 Diego Biurrundnxhdenc: x86: more sensible names for optimization...
2012-08-21 Diego Biurrunbuild: x86: Only compile mpegvideo optimizations when...
2012-08-16 Diego Biurrunx86: avcodec: Consistently name all init files
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-15 Diego Biurrunx86: avcodec: Appropriately name files containing only...
2012-08-15 Diego Biurrunmpegvideo_mmx_template: drop some commented-out cruft
2012-08-13 Mans Rullgardx86: cabac: allow building with suncc
2012-08-13 Mans Rullgardx86: mlpdsp: avoid taking address of void
2012-08-12 Diego Biurrunx86: Drop silly "_yasm" suffixes from filenames
2012-08-08 Mans RullgardMove MASK_ABS macro to libavcodec/mathops.h
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-08 Dave Yeox86: pngdsp: Fix assembly for OS/2
2012-08-07 Mans Rullgardx86: use 32-bit source registers with movd instruction
2012-08-07 Mans Rullgardx86: add colons after labels
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-05 Diego Biurrunx86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_a...
2012-08-03 Ronald S. Bultjefft: 3dnow: fix register name typo in DECL_IMDCT macro
2012-08-03 Diego Biurrunx86: dct32: port to cpuflags
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-08-03 Ronald S. Bultjedsputil: make add_hfyu_left_prediction_sse4() support...
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-08-02 Diego Biurrunx86: proresdsp: improve SIGNEXTEND macro comments
2012-08-02 Diego Biurrunx86: h264dsp: K&R formatting cosmetics
2012-08-02 Ronald S. Bultjex86: fft: fix imdct_half() for AVX
2012-08-02 Mans Rullgardx86: remove libmpeg2 mmx(ext) idct functions
2012-08-01 Ronald S. Bultjefft: port FFT/IMDCT 3dnow functions to yasm, and disabl...
2012-08-01 Ronald S. Bultjex86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.
2012-07-31 Diego Biurrunx86: h264dsp: Remove unused variable ff_pb_3_1
2012-07-31 Diego Biurrunx86: h264dsp: Adjust YASM #ifdefs
2012-07-31 Ronald S. Bultjeh264: convert loop filter strength dsp function to...
2012-07-28 Ronald S. Bultjeh264_idct_10bit: port x86 assembly to cpuflags.
2012-07-28 Ronald S. Bultjefft: rename "z" to "zc" to prevent name collision.
2012-07-28 Ronald S. Bultjevp3: don't compile mmx IDCT functions on x86-64.
2012-07-28 Ronald S. Bultjeh264_loopfilter: port x86 simd to cpuflags.
2012-07-28 Ronald S. Bultjeh264_chromamc_10bit: port x86 simd to cpuflags.
2012-07-28 Ronald S. Bultjevp3: port x86 SIMD to cpuflags.
2012-07-27 Ronald S. Bultjerv34: port x86 SIMD to cpuflags.
2012-07-27 Ronald S. Bultjevp56: only compile MMX SIMD on x86-32.
2012-07-27 Ronald S. Bultjevp56: port x86 simd to cpuflags.
2012-07-27 Ronald S. Bultjeproresdsp: port x86 assembly to cpuflags.
2012-07-26 Ronald S. Bultjempegaudio: bury inline asm under HAVE_INLINE_ASM.
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-25 Ronald S. Bultjevp3: don't use calls to inline asm in yasm code.
2012-07-25 Ronald S. Bultjex86/dsputil: put inline asm under HAVE_INLINE_ASM.
2012-07-25 Yang Wangdsputil_mmx: fix incorrect assembly code
2012-07-22 Jason Garrett-Glaserdsputil: x86: add SHUFFLE_MASK_W macro
2012-07-19 Diego Biurrunx86: dsputil: drop some unused CPU flag debug code
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-07-18 Mans Rullgardbuild: add CONFIG_VP3DSP, reduce repetition in OBJS...
2012-07-06 Martin Storsjöx86: h264_intrapred: Don't add the 'd' suffix to the...
2012-07-05 Diego Biurrunx86: h264_intrapred: use newly introduced SPLAT* and...
2012-07-05 Loren Merrittx86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros
2012-07-05 Diego Biurrunx86: h264_intrapred: port to cpuflag macros
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
next