Sat, 09 Jan 2010 14:59:06 +0000 |
michael |
Split H263 encoder and decoder from common code.
libavcodec
|
Fri, 08 Jan 2010 19:59:51 +0000 |
michael |
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
libavcodec
|
Fri, 08 Jan 2010 17:51:48 +0000 |
michael |
Rename most non static h263 tables so their name contains h263.
libavcodec
|
Fri, 08 Jan 2010 04:00:06 +0000 |
michael |
Add a few CONFIG_MPEG4_DECODER that should be there.
libavcodec
|
Thu, 07 Jan 2010 23:53:49 +0000 |
michael |
Split the mpeg4 encoder and decoder off h263.c
libavcodec
|
Thu, 07 Jan 2010 15:46:45 +0000 |
michael |
Add some const qualifiers.
libavcodec
|
Thu, 07 Jan 2010 15:43:49 +0000 |
michael |
Document decide_ac_pred() and restore_ac_coeffs().
libavcodec
|
Thu, 07 Jan 2010 15:31:54 +0000 |
michael |
Move restore_ac_coeffs() call into decode_ac_pred().
libavcodec
|
Thu, 07 Jan 2010 15:24:50 +0000 |
michael |
Move restore_ac_coeffs() up so its declared before its use.
libavcodec
|
Thu, 07 Jan 2010 15:12:31 +0000 |
michael |
More doxy
libavcodec
|
Thu, 07 Jan 2010 14:55:11 +0000 |
michael |
Factorize if() surrounding every ff_h263_show_pict_info() call.
libavcodec
|
Thu, 07 Jan 2010 06:25:41 +0000 |
michael |
Split out intel H263 decoder.
libavcodec
|
Thu, 07 Jan 2010 05:36:45 +0000 |
michael |
Split flv decoding out.
libavcodec
|
Thu, 07 Jan 2010 04:42:39 +0000 |
michael |
Split out flv encoding.
libavcodec
|
Thu, 07 Jan 2010 04:01:19 +0000 |
michael |
Document aspect_to_info().
libavcodec
|
Thu, 07 Jan 2010 03:58:12 +0000 |
michael |
Cleanup aspect_to_info().
libavcodec
|
Thu, 07 Jan 2010 03:54:10 +0000 |
michael |
Document several more things.
libavcodec
|
Thu, 07 Jan 2010 03:40:41 +0000 |
michael |
Document *VLC_BITS.
libavcodec
|
Thu, 07 Jan 2010 03:36:46 +0000 |
michael |
Simplify h263_get_picture_format().
libavcodec
|
Tue, 05 Jan 2010 10:18:01 +0000 |
diego |
Add a few explanatory comments to cornercase workarounds.
libavcodec
|
Fri, 01 Jan 2010 12:28:18 +0000 |
stefano |
Remove residual use of the doxygen markup which is deprecated,
libavcodec
|
Wed, 30 Dec 2009 16:10:52 +0000 |
diego |
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.
libavcodec
|
Wed, 30 Dec 2009 16:08:47 +0000 |
diego |
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
libavcodec
|
Wed, 30 Dec 2009 14:51:46 +0000 |
diego |
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.
libavcodec
|
Wed, 30 Dec 2009 14:34:14 +0000 |
diego |
cosmetics: Move H.263-related functions around to avoid forward declarations.
libavcodec
|
Mon, 28 Dec 2009 15:27:49 +0000 |
diego |
cosmetics: Remove pointless '#if 1' preprocessor directives.
libavcodec
|
Sun, 27 Dec 2009 14:32:23 +0000 |
diego |
Remove commented-out debug console output.
libavcodec
|
Sun, 27 Dec 2009 14:28:43 +0000 |
diego |
cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.
libavcodec
|
Wed, 09 Dec 2009 14:05:39 +0000 |
michael |
Improve time_increment_bits guessing code.
libavcodec
|
Thu, 03 Dec 2009 21:36:58 +0000 |
michael |
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific.
libavcodec
|