Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Wed, 16 May 2007 09:51:45 +0000 |
diego |
Add libavcodec to compiler include flags in order to simplify header
libavcodec
|
Thu, 10 May 2007 03:13:41 +0000 |
lorenm |
sse2 version of fdct_col.
libavcodec
|
Fri, 08 Dec 2006 00:35:08 +0000 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
Sun, 12 Nov 2006 03:34:12 +0000 |
mru |
adding more static keywords
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 10 Sep 2006 14:02:42 +0000 |
diego |
Add official LGPL license headers to the files that were missing them.
libavcodec
|
Fri, 18 Aug 2006 10:43:23 +0000 |
michael |
simplify
libavcodec
|
Thu, 17 Aug 2006 07:49:22 +0000 |
michael |
insufficient alignment
libavcodec
|
Thu, 10 Aug 2006 11:29:57 +0000 |
gpoirier |
Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c
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
|
Mon, 01 Aug 2005 20:07:05 +0000 |
al |
libavutil: Utility code from libavcodec moved to a separate library.
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, 18 May 2004 17:09:46 +0000 |
michael |
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
Fri, 30 Apr 2004 19:53:54 +0000 |
michael |
mmx dct optimization
libavcodec
|
Fri, 09 Apr 2004 16:32:49 +0000 |
michael |
fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka)
libavcodec
|
Thu, 29 Jan 2004 01:15:25 +0000 |
michael |
SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
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
|
Sat, 25 Oct 2003 21:59:28 +0000 |
michael |
reorder table instead of wasting instructions to reorder the input to match the table
libavcodec
|
Sat, 25 Oct 2003 19:44:37 +0000 |
michael |
10l
libavcodec
|
Fri, 24 Oct 2003 21:57:04 +0000 |
michael |
optimizing
libavcodec
|
Thu, 23 Oct 2003 13:22:20 +0000 |
michael |
minor mmx2 optimization if the dct
libavcodec
|
Thu, 23 Oct 2003 12:59:21 +0000 |
michael |
inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger)
libavcodec
|
Tue, 05 Nov 2002 17:31:26 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 19 Sep 2002 22:14:53 +0000 |
arpi_esp |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
libavcodec
|
Sun, 01 Sep 2002 16:52:33 +0000 |
michaelni |
dct cleanup
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Wed, 15 Aug 2001 22:25:32 +0000 |
glantau |
suppressed nasm dependancy - rewrote forward DCT and motion estimation code
libavcodec
|