Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Thu, 08 May 2008 21:11:24 +0000 |
ramiro |
Do not misuse long as the size of a register in x86.
libavcodec
|
Thu, 30 Aug 2007 11:41:58 +0000 |
reimar |
Replace complicated and currently broken manual alignment code by
libavcodec
|
Mon, 27 Aug 2007 10:39:31 +0000 |
michael |
typo
libavcodec
|
Sun, 26 Aug 2007 16:10:53 +0000 |
ramiro |
CONFIG_7REGS has been renamed to HAVE_7REGS
libavcodec
|
Sun, 26 Aug 2007 12:34:22 +0000 |
michael |
workaround gcc bug, untested as my gcc is not complaining
libavcodec
|
Sun, 26 Aug 2007 11:16:23 +0000 |
michael |
optimize the first vertical lifting step, this also prevents another
libavcodec
|
Sun, 26 Aug 2007 08:31:55 +0000 |
michael |
optimize 1st horizontal lifting step
libavcodec
|
Sun, 26 Aug 2007 08:03:23 +0000 |
michael |
typo
libavcodec
|
Sun, 26 Aug 2007 06:51:51 +0000 |
michael |
get rid of totally senseless "m" + read in register we have enough
libavcodec
|
Sun, 26 Aug 2007 02:02:14 +0000 |
michael |
simplify senselessly complex addressing
libavcodec
|
Sun, 26 Aug 2007 01:20:09 +0000 |
michael |
cosmetics
libavcodec
|
Sun, 26 Aug 2007 01:11:02 +0000 |
michael |
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum
libavcodec
|
Sat, 25 Aug 2007 19:04:33 +0000 |
michael |
avoid an overflow in the 1 horizontal lifting step
libavcodec
|
Sat, 25 Aug 2007 16:28:45 +0000 |
michael |
prevent one overflow in the first vertical lifting step
libavcodec
|
Sat, 25 Aug 2007 15:20:56 +0000 |
michael |
update mmx code to latest snow changes
libavcodec
|
Tue, 21 Aug 2007 16:29:40 +0000 |
michael |
Change rounding of the horizontal DWT to match the vertical one.
libavcodec
|
Tue, 21 Aug 2007 00:05:30 +0000 |
michael |
remove code which become unused by the previous changes
libavcodec
|
Tue, 21 Aug 2007 00:03:18 +0000 |
michael |
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)
libavcodec
|
Tue, 21 Aug 2007 00:02:19 +0000 |
michael |
Simplify and optimize the 4th vertical lifting step of the MMX code
libavcodec
|
Mon, 20 Aug 2007 23:59:20 +0000 |
michael |
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd
libavcodec
|
Mon, 20 Aug 2007 23:54:49 +0000 |
michael |
simplify, speedup and reduce needed headroom by 2 bits in the 3rd
libavcodec
|
Mon, 20 Aug 2007 23:11:05 +0000 |
michael |
replace <<1 by add for SSE2 (untested)
libavcodec
|
Mon, 20 Aug 2007 23:09:39 +0000 |
michael |
replace <<1 by add
libavcodec
|
Mon, 20 Aug 2007 23:02:59 +0000 |
michael |
slightly change horizontal lift3 so it needs 1 bit less headroom
libavcodec
|
Mon, 20 Aug 2007 22:41:47 +0000 |
michael |
remove idiotc double subtraction from the sse2 code (untested, no sse2 here)
libavcodec
|
Mon, 20 Aug 2007 22:34:42 +0000 |
michael |
fixme note
libavcodec
|
Mon, 20 Aug 2007 22:29:21 +0000 |
michael |
and of course the unneeded double subtractions were blindly put in the
libavcodec
|
Wed, 16 May 2007 09:51:45 +0000 |
diego |
Add libavcodec to compiler include flags in order to simplify header
libavcodec
|
Tue, 30 Jan 2007 10:31:34 +0000 |
takis |
Add the const specifier as needed to reduce the number of warnings.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Thu, 10 Aug 2006 16:05:29 +0000 |
lu_zero |
Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>
libavcodec
|
Mon, 03 Jul 2006 10:52:07 +0000 |
lucabe |
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
libavcodec
|
Tue, 18 Apr 2006 03:48:30 +0000 |
gpoirier |
gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de>
libavcodec
|
Mon, 27 Mar 2006 12:51:19 +0000 |
lu_zero |
altivec support for snow
libavcodec
|
Wed, 22 Mar 2006 12:08:35 +0000 |
gpoirier |
add MMX and SSE versions of ff_snow_inner_add_yblock
libavcodec
|
Tue, 21 Mar 2006 21:51:07 +0000 |
corey |
snow mmx+sse2 optimizations, part 4
libavcodec
|
Mon, 20 Mar 2006 22:27:59 +0000 |
gpoirier |
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
libavcodec
|