Sat, 10 Jan 2004 16:04:55 +0000 |
michael |
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Thu, 09 Jan 2003 22:10:57 +0000 |
michaelni |
typo (noticed by kabi)
libavcodec
|
Thu, 09 Jan 2003 20:42:37 +0000 |
michaelni |
qpel fix
libavcodec
|
Tue, 07 Jan 2003 13:00:38 +0000 |
michaelni |
PIC / ebx fix
libavcodec
|
Tue, 07 Jan 2003 11:59:34 +0000 |
michaelni |
more gcc bug workarounds
libavcodec
|
Tue, 07 Jan 2003 11:07:15 +0000 |
michaelni |
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check)
libavcodec
|
Sun, 05 Jan 2003 20:59:29 +0000 |
michaelni |
qpel in b frames bugfixes
libavcodec
|
Sun, 05 Jan 2003 15:57:10 +0000 |
michaelni |
qpel in mmx2/3dnow
libavcodec
|
Wed, 11 Sep 2002 12:39:53 +0000 |
michaelni |
put/avg_pixels16
libavcodec
|
Tue, 20 Aug 2002 19:23:06 +0000 |
michaelni |
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus)
libavcodec
|
Mon, 03 Jun 2002 17:31:46 +0000 |
kabi |
* implemented remaing avg_ pixel functions (these are not used offen)
libavcodec
|
Thu, 30 May 2002 15:14:56 +0000 |
kabi |
* removed MANGLE from macros for setting constants
libavcodec
|
Wed, 29 May 2002 20:00:10 +0000 |
kabi |
* using unrolled loops seems to help to MMX Celerons
libavcodec
|
Wed, 29 May 2002 17:16:22 +0000 |
kabi |
* code with new PAVGB for MMX only CPU splited into separate file
libavcodec
|