Wed, 17 Oct 2007 22:29:13 +0000 |
diego |
Explain why there are no multiple inclusion guards in these header files.
libavcodec
|
Wed, 17 Oct 2007 11:19:42 +0000 |
aurel |
Remove wrong multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 09:31:06 +0000 |
diego |
Add missing multiple inclusion guards.
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 01 Oct 2006 21:25:17 +0000 |
lorenm |
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
libavcodec
|
Sat, 12 Aug 2006 16:37:31 +0000 |
gpoirier |
Support for MacIntel, last part: balign directives
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sun, 17 Apr 2005 13:30:45 +0000 |
michael |
read 32bit instead of 64bit to avoid overreading and missalignments
libavcodec
|
Mon, 11 Oct 2004 02:19:29 +0000 |
michael |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
Tue, 07 Sep 2004 01:48:45 +0000 |
michael |
h264 luma motion compensation in mmx2/3dnow
libavcodec
|
Mon, 06 Sep 2004 03:17:31 +0000 |
michael |
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
libavcodec
|
Tue, 18 May 2004 17:09:46 +0000 |
michael |
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
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
|
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
|
Thu, 30 May 2002 15:14:56 +0000 |
kabi |
* removed MANGLE from macros for setting constants
libavcodec
|
Wed, 29 May 2002 14:20:48 +0000 |
kabi |
* cosmetic minor change
libavcodec
|
Wed, 29 May 2002 08:31:22 +0000 |
kabi |
* optimized remaing avg_pixels_xy2
libavcodec
|
Tue, 28 May 2002 16:35:58 +0000 |
kabi |
* optimized avg_* functions (except xy2)
libavcodec
|
Mon, 27 May 2002 14:09:10 +0000 |
kabi |
* more PIC friendly and faster code
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Thu, 23 May 2002 10:10:14 +0000 |
kabi |
* fixed contrains and avoid usage of scale index access
libavcodec
|
Wed, 22 May 2002 23:18:59 +0000 |
michaelni |
using 1 operand less and slightly faster put_pixels_y2
libavcodec
|
Wed, 22 May 2002 20:46:24 +0000 |
kabi |
* fix for -fPIC compilation - compiles with 2.95.2 as well - any
libavcodec
|
Mon, 20 May 2002 16:25:09 +0000 |
glantau |
removed unused code
libavcodec
|
Sat, 18 May 2002 22:49:11 +0000 |
glantau |
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests)
libavcodec
|
Fri, 17 May 2002 13:01:01 +0000 |
michaelni |
shared lib support (req by kabi) ...
libavcodec
|
Fri, 17 May 2002 01:04:14 +0000 |
michaelni |
hopefully faster mmx2&3dnow MC
libavcodec
|
Sat, 10 Nov 2001 14:36:12 +0000 |
nickols_k |
fixed gcc-3.0.x compilation (by Michael Niedermayer)
libavcodec
|
Mon, 30 Jul 2001 09:04:34 +0000 |
nickols_k |
Sync with mplayer's stuff
libavcodec
|
Tue, 24 Jul 2001 20:38:55 +0000 |
glantau |
suppressed no longer needed emms()
libavcodec
|
Sun, 22 Jul 2001 14:18:56 +0000 |
glantau |
Initial revision
libavcodec
|