Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Sun, 31 Jan 2010 12:27:05 +0000 |
reimar |
Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and
libavcodec
|
Sat, 09 Jan 2010 14:59:06 +0000 |
michael |
Split H263 encoder and decoder from common code.
libavcodec
|
Tue, 01 Dec 2009 22:30:03 +0000 |
michael |
Store original width/height so that rv20 does not get stuck with some
libavcodec
|
Tue, 01 Dec 2009 21:10:37 +0000 |
michael |
Make rv1/2 decoder use the next slice if needed.
libavcodec
|
Mon, 23 Nov 2009 19:24:17 +0000 |
michael |
Correct order of arguments for avcodec_check_dimensions().
libavcodec
|
Mon, 23 Nov 2009 19:22:19 +0000 |
michael |
Make sure avcodec_set_dimensions() is used when rv20 changes resolution.
libavcodec
|
Mon, 03 Aug 2009 23:22:46 +0000 |
diego |
Split RV10 encoder off into its own file.
libavcodec
|
Mon, 03 Aug 2009 23:07:08 +0000 |
diego |
Split RV20 encoder into its own file.
libavcodec
|
Mon, 03 Aug 2009 15:23:53 +0000 |
diego |
Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.
libavcodec
|
Sun, 02 Aug 2009 15:10:03 +0000 |
diego |
Remove commented-out cruft.
libavcodec
|
Tue, 28 Jul 2009 12:50:32 +0000 |
diego |
Use dprintf() instead of '#ifdef DEBUG' and av_log().
libavcodec
|
Mon, 27 Jul 2009 16:10:38 +0000 |
diego |
Remove disabled function get_num().
libavcodec
|
Sat, 23 May 2009 23:02:33 +0000 |
michael |
indent
libavcodec
|
Sat, 23 May 2009 22:59:35 +0000 |
michael |
Fix lowres with rv20.
libavcodec
|
Sat, 11 Apr 2009 13:53:34 +0000 |
michael |
Get rid of INIT_VLC_USE_STATIC in rv10/rv20.
libavcodec
|
Sat, 11 Apr 2009 11:47:15 +0000 |
cehoyos |
Use INIT_VLC_USE_STATIC and not its value "1".
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Tue, 24 Feb 2009 18:27:52 +0000 |
michael |
Add and use ff_pixfmt_list_420.
libavcodec
|
Tue, 03 Feb 2009 03:01:17 +0000 |
michael |
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Mon, 15 Dec 2008 23:01:54 +0000 |
benoit |
Check extradata is large enough.
libavcodec
|
Thu, 02 Oct 2008 16:28:58 +0000 |
diego |
spelling cosmetics
libavcodec
|
Wed, 03 Sep 2008 12:33:21 +0000 |
diego |
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
libavcodec
|
Sun, 13 Jul 2008 14:27:48 +0000 |
ramiro |
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|