]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/snowdsp_mmx.c
Make 8SVX codec names just a single word for consistency with other codec names.
[ffmpeg] / libavcodec / i386 / snowdsp_mmx.c
2007-08-30 Reimar DöffingerReplace complicated and currently broken manual alignme...
2007-08-27 Michael Niedermayertypo
2007-08-26 Ramiro PollaCONFIG_7REGS has been renamed to HAVE_7REGS
2007-08-26 Michael Niedermayerworkaround gcc bug, untested as my gcc is not complaining
2007-08-26 Michael Niedermayeroptimize the first vertical lifting step, this also...
2007-08-26 Michael Niedermayeroptimize 1st horizontal lifting step
2007-08-26 Michael Niedermayertypo
2007-08-26 Michael Niedermayerget rid of totally senseless "m" + read in register...
2007-08-26 Michael Niedermayersimplify senselessly complex addressing
2007-08-26 Michael Niedermayercosmetics
2007-08-26 Michael Niedermayeravoid overflow in the 3rd lifting step, this now needs...
2007-08-25 Michael Niedermayeravoid an overflow in the 1 horizontal lifting step
2007-08-25 Michael Niedermayerprevent one overflow in the first vertical lifting...
2007-08-25 Michael Niedermayerupdate mmx code to latest snow changes
2007-08-21 Michael NiedermayerChange rounding of the horizontal DWT to match the...
2007-08-21 Michael Niedermayerremove code which become unused by the previous changes
2007-08-21 Michael NiedermayerSimplify and optimize the 4th vertical lifting step...
2007-08-21 Michael NiedermayerSimplify and optimize the 4th vertical lifting step...
2007-08-20 Michael NiedermayerSimplify and speedup code, reduce needed headroom by...
2007-08-20 Michael Niedermayersimplify, speedup and reduce needed headroom by 2 bits...
2007-08-20 Michael Niedermayerreplace <<1 by add for SSE2 (untested)
2007-08-20 Michael Niedermayerreplace <<1 by add
2007-08-20 Michael Niedermayerslightly change horizontal lift3 so it needs 1 bit...
2007-08-20 Michael Niedermayerremove idiotc double subtraction from the sse2 code...
2007-08-20 Michael Niedermayerfixme note
2007-08-20 Michael Niedermayerand of course the unneeded double subtractions were...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-01-30 Panagiotis IssarisAdd the const specifier as needed to reduce the number...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-10 Luca BarbatoFix x86 SIMD asm and pic, patch from Martin von Gagern...
2006-07-03 Luca AbeniMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2006-04-18 Wolfram Glogergcc-2.95 compile fix, patch by Wolfram Gloger <wmglo...
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-22 Robert Edeleadd MMX and SSE versions of ff_snow_inner_add_yblock
2006-03-21 Robert Edelesnow mmx+sse2 optimizations, part 4
2006-03-20 Robert EdeleAdd the mmx and sse2 implementations of ff_snow_vertica...