]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/dsputil_mmx.c
x86: mmx2 ---> mmxext in function names
[ffmpeg] / libavcodec / x86 / dsputil_mmx.c
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in comments and messages
2012-10-05 Mans Rullgardx86: dsputil: kill VLA in gmc_mmx()
2012-09-13 Diego Biurrunx86: dsputil: Move Xvid IDCT put/add functions to a...
2012-09-12 Mans Rullgardac3: move ac3_downmix() from dsputil to ac3dsp
2012-09-11 Diego Biurrunx86: dsputil: Move specific optimization settings out...
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-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-28 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffixes from filenames
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-08-02 Mans Rullgardx86: remove libmpeg2 mmx(ext) idct functions
2012-07-28 Ronald S. Bultjeh264_chromamc_10bit: port x86 simd to cpuflags.
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-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-06-23 Diego Biurrunx86: Only use optimizations with cmov if the CPU suppor...
2012-06-23 Mans Rullgardx86: move some inline asm macros to the only places...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-05-21 Kieran KunhyaConvert vector_fmul range of functions to YASM and...
2012-05-10 Christophe Gisquetrv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations...
2012-04-28 Christophe GISQUETdsputil x86: revert a test back to its previous value
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-21 Mans Rullgardavcodec: remove AVCodecContext.dsp_mask
2012-04-04 Christophe GISQUETdsputil x86: remove deprecated parameter from scalarpro...
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-05 Mans Rullgardx86: clean up ff_dsputil_init_mmx()
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-01-30 Christophe Gisquetx86 dsputil: provide SSE2/SSSE3 versions of bswap_buf
2012-01-29 Ronald S. Bultjepng: move DSP functions to their own DSP context.
2012-01-25 Ronald S. Bultjedsputil: use vertical component for drawing bottom...
2011-12-14 Diego Biurrunbuild: conditionally compile x86 H.264 chroma optimizations
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-07 Justin Rugglesdsputil: use cpuflags in x86 versions of vector_clip_in...
2011-10-26 Daniel KangH.264: Cometics to dsputil_mmx.c
2011-10-11 Ronald S. Bultjeprores: idct sse2/sse4 optimizations.
2011-08-15 Alex Conversedsputil_mmx: Honor HAVE_AMD3DNOW
2011-08-11 Kostya ShishkovMove RV3/4-specific DSP functions into their own context
2011-07-29 Jason Garrett-GlaserH.264: tweak some other x86 asm for Atom
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-18 Diego Biurrundsputil: remove disabled code
2011-07-10 Mans Rullgarddsputil: remove ff_emulated_edge_mc macro used in one...
2011-07-08 Daniel KangH.264: Add x86 assembly for 10-bit H.264 predict functions
2011-07-04 Daniel KangYASM: Shut up unused variable compiler warning with...
2011-07-04 Daniel KangFix build with --disable-yasm.
2011-07-03 Daniel KangH.264: Add x86 assembly for 10-bit H.264 qpel functions.
2011-07-01 Justin Rugglesac3enc: add int32_t array clipping function to DSPUtil...
2011-06-28 Diego Biurrunconfigure: Drop check for availability of ten assembler...
2011-06-18 Ronald S. BultjeFix build if yasm is not available.
2011-06-18 Daniel KangH.264: Add x86 assembly for 10-bit MC Chroma H.264...
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-05-11 Jason Garrett-GlaserPort x86 10-bit H.264 deblock asm from x264
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-03-26 Alexander Strangedsputil: allow to skip drawing of top/bottom edges.
2011-03-23 Justin RugglesAdd apply_window_int16() to DSPContext with x86-optimiz...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-19 Ronald S. Bultjedsputil_mmx.c: remove ff_vector128.
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-02-01 Ronald S. BultjeImplement a SIMD version of emulated_edge_mc() for...
2011-01-31 Justin Rugglescosmetics: indentation
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2011-01-18 Mans RullgardReplace ASMALIGN() with .p2align
2011-01-18 Mans Rullgardx86: remove VLA in ac3_downmix_sse
2011-01-14 Ronald S. BultjeFix ff_pw_3 alignment.
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-12-24 Ronald S. BultjeFor rounding in chroma MC SSSE3, use 16-byte pw_3/4...
2010-12-06 Baptiste CoudurierIn yadif filter, declare asm constants directly to...
2010-12-04 Baptiste Coudurier10l, add ff_pw_1 to dsputil_mmx for yadif sse2
2010-11-01 İsmail Dönmezdsputil: Use explicit movzbl instead of movzx
2010-10-31 Ramiro Pollaxmm_clobbers: list xmm registers first in clobber list
2010-10-31 Ramiro Polladsputil_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Polladsputil_mmx: prefer xmm registers below xmm6 when they...
2010-10-05 Ronald S. BultjeMMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16...
2010-09-29 Eli FriedmanUse sse2 variant of put_pixels16() for no_rnd also...
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-09-03 Ronald S. BultjePort latest x264 deblock asm (before they moved to...
2010-09-01 Ronald S. BultjeSplit h264dsp_mmx.c (which was #included in dsputil_mmx...
2010-08-30 Ronald S. BultjeFix compilation failure if yasm is disabled (missing...
2010-08-30 Ronald S. BultjeMove H264 chroma MC from inline asm to yasm. This fixes...
2010-08-30 Ronald S. BultjeMove VP3 IDCT functions from inline ASM to YASM. This...
2010-08-30 Ronald S. BultjePut ff_ prefix on non-static {put_signed,put,add}_pixel...
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() from DSPContext to VP56DSPContext.
next