Tue, 24 Aug 2010 15:40:57 +0000 |
mru |
msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()
libavcodec
|
Wed, 07 Jul 2010 21:23:36 +0000 |
cehoyos |
Add new decoder property max_lowres and do not init decoder if requested value is higher.
libavcodec
|
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
|
Thu, 04 Feb 2010 14:26:57 +0000 |
michael |
Implement cool new vlc code.
libavcodec
|
Fri, 08 Jan 2010 19:40:10 +0000 |
michael |
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.
libavcodec
|
Fri, 08 Jan 2010 19:10:11 +0000 |
michael |
Use h263 tables in msmpeg4v1 dont duplicate them halfway.
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 17:28:43 +0000 |
michael |
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
libavcodec
|
Thu, 07 Jan 2010 23:53:49 +0000 |
michael |
Split the mpeg4 encoder and decoder off h263.c
libavcodec
|
Thu, 31 Dec 2009 01:27:47 +0000 |
diego |
Remove unused function msmpeg4_memsetw().
libavcodec
|
Wed, 30 Dec 2009 14:15:12 +0000 |
diego |
cosmetics: Reorder functions to avoid forward declarations.
libavcodec
|
Wed, 30 Dec 2009 13:48:03 +0000 |
diego |
Remove unnecessary forward declaration for msmpeg4_memsetw().
libavcodec
|
Mon, 16 Nov 2009 17:42:43 +0000 |
rbultje |
Use get_bits_left() instead of size_in_bits - get_bits_count().
libavcodec
|
Fri, 21 Aug 2009 09:54:28 +0000 |
reimar |
Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS.
libavcodec
|
Thu, 30 Jul 2009 20:57:41 +0000 |
diego |
Remove unused debug av_log() calls.
libavcodec
|
Thu, 30 Jul 2009 07:33:16 +0000 |
diego |
Remove unused variable intra_count.
libavcodec
|
Wed, 29 Jul 2009 09:54:49 +0000 |
diego |
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,
libavcodec
|
Fri, 17 Apr 2009 12:41:37 +0000 |
michael |
Get rid of an unused variable, found by the clang static analyzer.
libavcodec
|
Sat, 11 Apr 2009 13:29:05 +0000 |
michael |
Get rid of INIT_VLC_USE_STATIC in msmpeg4
libavcodec
|
Sat, 11 Apr 2009 11:47:15 +0000 |
cehoyos |
Use INIT_VLC_USE_STATIC and not its value "1".
libavcodec
|
Sun, 22 Feb 2009 13:48:55 +0000 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
Mon, 09 Feb 2009 22:04:34 +0000 |
michael |
Fix: libavcodec/msmpeg4.c:1612: warning: ”Ędc_pred_dir”Ē may be used uninitialized in this function
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
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Thu, 16 Oct 2008 13:34:09 +0000 |
flameeyes |
Convert asm keyword into __asm__.
libavcodec
|
Sat, 04 Oct 2008 09:43:11 +0000 |
lu_zero |
Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Petten«Ņ
libavcodec
|
Mon, 08 Sep 2008 18:18:49 +0000 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|