Wed, 30 Jun 2010 15:38:06 +0000 |
mru |
Fix grammar errors in documentation
libavcodec
|
Mon, 08 Mar 2010 18:43:52 +0000 |
mru |
Add lots of missing includes
libavcodec
|
Sat, 06 Mar 2010 22:36:52 +0000 |
mru |
Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c
libavcodec
|
Sat, 09 Jan 2010 14:59:06 +0000 |
michael |
Split H263 encoder and decoder from common code.
libavcodec
|
Fri, 08 Jan 2010 17:51:48 +0000 |
michael |
Rename most non static h263 tables so their name contains h263.
libavcodec
|
Thu, 07 Jan 2010 23:53:49 +0000 |
michael |
Split the mpeg4 encoder and decoder off h263.c
libavcodec
|
Wed, 30 Dec 2009 11:07:04 +0000 |
diego |
Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
libavcodec
|
Wed, 30 Dec 2009 02:09:51 +0000 |
diego |
Get rid of pointless CONFIG_WMV_DECODER definition.
libavcodec
|
Wed, 30 Dec 2009 02:01:19 +0000 |
diego |
Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
libavcodec
|
Mon, 28 Dec 2009 17:36:03 +0000 |
diego |
Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.
libavcodec
|
Wed, 05 Aug 2009 10:46:43 +0000 |
diego |
Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or
libavcodec
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavcodec
|
Tue, 10 Jul 2007 20:23:08 +0000 |
aurel |
Avoid linking with h263.c functions when the relevant codecs
libavcodec
|