Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
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 20:08:09 +0000 |
mru |
rename cropTbl -> ff_cropTbl
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Wed, 19 Jul 2006 23:51:11 +0000 |
michael |
avoid 4 +
libavcodec
|
Wed, 19 Jul 2006 23:21:20 +0000 |
michael |
remove 166 useless underscores, and make this file valid c code as a result
libavcodec
|
Wed, 19 Jul 2006 23:17:18 +0000 |
michael |
remove a few useless casts and avoid the useless t1/t2 variables
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Tue, 06 Sep 2005 21:25:35 +0000 |
mru |
Kill some compiler warnings. Compiled code verified identical after changes.
libavcodec
|
Sun, 14 Aug 2005 15:42:40 +0000 |
mru |
kill a bunch of compiler warnings
libavcodec
|
Tue, 17 May 2005 11:12:04 +0000 |
michael |
porting vp3 idct over to lavc idct api
libavcodec
|
Tue, 17 May 2005 09:18:49 +0000 |
michael |
remove permutation done to quant tables and then undone during idct
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
|
Mon, 26 Apr 2004 00:20:29 +0000 |
melanson |
reorganize and simplify the VP3 IDCT stuff
libavcodec
|
Mon, 08 Mar 2004 02:13:45 +0000 |
melanson |
seperated out the C-based VP3 DSP functions into a different file; also
libavcodec
|