]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/dsputil_yasm.asm
config.asm: change %ifdef directives to %if directives.
[ffmpeg] / libavcodec / x86 / dsputil_yasm.asm
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
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-07 Justin Rugglesdsputil: use cpuflags in x86 versions of vector_clip_in...
2011-10-21 Justin Rugglesfmtconvert: port int32_to_float_fmul_scalar() x86 inlin...
2011-08-18 Ronald S. BultjeMove clipd macros to x86util.asm.
2011-08-15 Dave YeoFix NASM include directive
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.
2011-07-01 Justin Rugglesac3enc: add int32_t array clipping function to DSPUtil...
2011-05-20 Dave YeoAdd support for a.out object format to assembler macros.
2011-05-14 Diego BiurrunFix FSF address copy paste error in some license headers.
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-08 Ronald S. BultjeFix ff_emu_edge_core_sse() on Win64.
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...
2010-06-23 Jason Garrett-GlaserUpdate x264asm header files to latest versions.
2010-01-22 Alex ConverseImplement an sse version of scalarproduct_float().
2009-12-08 Loren Merrittfix a crash in ape decoding on x86_32 sse2
2009-12-05 Loren Merrittslightly faster scalarproduct_and_madd_int16_ssse3...
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-12-03 Loren Merrittport ape dsp functions from sse2 to mmx
2009-10-18 Loren Merrittfix linking on systems with a function name prefix...
2009-10-18 Loren Merritthuffyuv: add some const qualifiers
2009-10-18 Loren Merrittsimd add_hfyu_left_prediction
2009-02-08 Loren Merrittff_add_hfyu_median_prediction_mmx2
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.