log i386/snowdsp_mmx.c @ 6454:f2f07ec2ab06 libavcodec

age author description
2007-08-30 reimar Replace complicated and currently broken manual alignment code by libavcodec
2007-08-27 michael typo libavcodec
2007-08-26 ramiro CONFIG_7REGS has been renamed to HAVE_7REGS libavcodec
2007-08-26 michael workaround gcc bug, untested as my gcc is not complaining libavcodec
2007-08-26 michael optimize the first vertical lifting step, this also prevents another libavcodec
2007-08-26 michael optimize 1st horizontal lifting step libavcodec
2007-08-26 michael typo libavcodec
2007-08-26 michael get rid of totally senseless "m" + read in register we have enough libavcodec
2007-08-26 michael simplify senselessly complex addressing libavcodec
2007-08-26 michael cosmetics libavcodec
2007-08-26 michael avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodec
2007-08-25 michael avoid an overflow in the 1 horizontal lifting step libavcodec
2007-08-25 michael prevent one overflow in the first vertical lifting step libavcodec
2007-08-25 michael update mmx code to latest snow changes libavcodec
2007-08-21 michael Change rounding of the horizontal DWT to match the vertical one. libavcodec
2007-08-21 michael remove code which become unused by the previous changes libavcodec
2007-08-21 michael Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodec
2007-08-21 michael Simplify and optimize the 4th vertical lifting step of the MMX code libavcodec
2007-08-20 michael Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodec
2007-08-20 michael simplify, speedup and reduce needed headroom by 2 bits in the 3rd libavcodec
2007-08-20 michael replace <<1 by add for SSE2 (untested) libavcodec
2007-08-20 michael replace <<1 by add libavcodec
2007-08-20 michael slightly change horizontal lift3 so it needs 1 bit less headroom libavcodec
2007-08-20 michael remove idiotc double subtraction from the sse2 code (untested, no sse2 here) libavcodec
2007-08-20 michael fixme note libavcodec
2007-08-20 michael and of course the unneeded double subtractions were blindly put in the libavcodec
2007-05-16 diego Add libavcodec to compiler include flags in order to simplify header libavcodec
2007-01-30 takis Add the const specifier as needed to reduce the number of warnings. libavcodec
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
2006-08-10 lu_zero Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> libavcodec
2006-07-03 lucabe Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h libavcodec
2006-04-18 gpoirier gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de> libavcodec
2006-03-27 lu_zero altivec support for snow libavcodec
2006-03-22 gpoirier add MMX and SSE versions of ff_snow_inner_add_yblock libavcodec
2006-03-21 corey snow mmx+sse2 optimizations, part 4 libavcodec
2006-03-20 gpoirier Add the mmx and sse2 implementations of ff_snow_vertical_compose(). libavcodec