Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 08 Sep 2008 05:17:17 +0000 |
diego |
Relicense as ISC with the authors' permission.
libavcodec
|
Tue, 24 Jun 2008 20:01:31 +0000 |
stefang |
mark read-only data as const
libavcodec
|
Sat, 08 Mar 2008 17:18:28 +0000 |
diego |
Fix unused variable warnings.
libavcodec
|
Tue, 26 Feb 2008 15:52:37 +0000 |
michael |
Alternative and faster (on gcc x86) plane rotation.
libavcodec
|
Tue, 26 Feb 2008 15:44:49 +0000 |
michael |
Get rid of another useless variable.
libavcodec
|
Tue, 26 Feb 2008 15:32:34 +0000 |
michael |
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),
libavcodec
|
Tue, 26 Feb 2008 15:19:37 +0000 |
michael |
One variable less. No real change to the actual code.
libavcodec
|
Mon, 25 Feb 2008 14:59:04 +0000 |
michael |
Clarify which BSD license.
libavcodec
|
Mon, 25 Feb 2008 14:42:12 +0000 |
michael |
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Fri, 08 Dec 2006 00:35:08 +0000 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
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
|
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
|
Thu, 30 Oct 2003 22:51:02 +0000 |
michael |
move identical code into its own function
libavcodec
|
Sat, 25 Oct 2003 00:32:54 +0000 |
romansh |
* adding integer/floating point AAN implementations for DCT 2-4-8
libavcodec
|
Thu, 23 Oct 2003 12:41:54 +0000 |
michael |
4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ...
libavcodec
|
Thu, 23 Oct 2003 09:11:56 +0000 |
michael |
optionally merge postscale into quantization table for the float aan dct
libavcodec
|
Thu, 23 Oct 2003 08:31:26 +0000 |
michael |
10l
libavcodec
|
Wed, 22 Oct 2003 19:15:55 +0000 |
michael |
oops forgot
libavcodec
|
Wed, 22 Oct 2003 18:26:38 +0000 |
michael |
floating point AAN DCT
libavcodec
|