Fri, 30 May 2008 21:08:41 +0000 |
michael |
Change init_vlc_rl() so it does not use *alloc_static() anymore.
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Wed, 13 Feb 2008 09:26:10 +0000 |
diego |
typo fix: inited --> initialized
libavcodec
|
Mon, 14 Jan 2008 22:10:19 +0000 |
diego |
Add a couple of missing consts.
libavcodec
|
Wed, 07 Nov 2007 23:42:24 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Wed, 07 Nov 2007 23:41:39 +0000 |
aurel |
split wmv2 in its own file
libavcodec
|
Wed, 07 Nov 2007 23:23:35 +0000 |
aurel |
rename some msmpeg4 symbols and make them non-static
libavcodec
|
Mon, 13 Aug 2007 17:57:06 +0000 |
diego |
Move msmpeg4 tables from a header file to msmpegdata.c.
libavcodec
|
Sun, 05 Aug 2007 20:03:37 +0000 |
michael |
make wmv1 and wmv2 playable with M$ DMO decoder
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Fri, 22 Jun 2007 08:35:21 +0000 |
benoit |
modify msmpeg4 functions to generate VC1 compatible block layer bitstream
libavcodec
|
Thu, 21 Jun 2007 07:53:48 +0000 |
benoit |
static (inline) X => ff_X
libavcodec
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Tue, 05 Jun 2007 07:18:29 +0000 |
gpoirier |
Rename code012() to ff_code012(), and remove static qualifier: paves the way
libavcodec
|
Thu, 10 May 2007 10:03:16 +0000 |
aurel |
split msmpeg4 data to easily share some of it with vc1.c
libavcodec
|
Wed, 14 Mar 2007 13:19:19 +0000 |
michael |
kill av_mallocz_static() calls in init_rl()
libavcodec
|
Sun, 12 Nov 2006 18:49:36 +0000 |
mru |
rename inverse -> ff_inverse
libavcodec
|
Wed, 01 Nov 2006 18:34:40 +0000 |
diego |
Use common define for x86_32 and x86_64.
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Wed, 27 Sep 2006 22:13:44 +0000 |
mru |
dc_val should be signed
libavcodec
|
Wed, 27 Sep 2006 19:54:07 +0000 |
mru |
add some #ifdef CONFIG_ENCODERS/DECODERS
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Sun, 09 Jul 2006 10:33:49 +0000 |
michael |
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
libavcodec
|
Tue, 27 Jun 2006 02:55:54 +0000 |
kostya |
Rename VC9 to VC1 as there is no such thing as VC9
libavcodec
|
Wed, 08 Mar 2006 11:43:10 +0000 |
diego |
(f)printf --> av_log conversion
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
|