log h263.c @ 8297:20e0f0809b27 libavcodec

age author description
Thu, 11 Dec 2008 21:45:41 +0000 michael s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved libavcodec
Wed, 10 Dec 2008 21:35:17 +0000 lorenm clear_block mmx libavcodec
Wed, 03 Dec 2008 17:43:39 +0000 michael Implement complexity estimation parsing and try to detect an incorrectly set libavcodec
Tue, 04 Nov 2008 06:54:42 +0000 andoma Only warn about "Invalid and inefficient vfw-avi packed B frames" once. libavcodec
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Sun, 13 Jul 2008 14:27:48 +0000 ramiro bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodec
Mon, 23 Jun 2008 07:33:15 +0000 benoit Allocate static tables on stack, not heap. libavcodec
Fri, 30 May 2008 21:08:41 +0000 michael Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodec
Wed, 28 May 2008 09:20:59 +0000 diego cosmetics: spelling typo fixes libavcodec
Tue, 27 May 2008 12:32:59 +0000 diego cosmetics: XviD is now called Xvid. libavcodec
Mon, 26 May 2008 11:32:42 +0000 michael Warn about packed B-frames. (especially useful if the file in question is libavcodec
Sat, 19 Apr 2008 17:07:58 +0000 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodec
Sat, 22 Mar 2008 01:06:57 +0000 diego typo: occured --> occurred libavcodec
Sat, 15 Mar 2008 16:15:47 +0000 diego typo fixes libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Thu, 31 Jan 2008 14:01:33 +0000 michael Revert r11689 and r11690 (uninitalized warning fix) as its theoretically libavcodec
Thu, 31 Jan 2008 02:13:53 +0000 michael Comment about weird warning prevention. libavcodec
Thu, 31 Jan 2008 01:38:00 +0000 michael fix "uninitalized" warning, the alternative way. libavcodec
Thu, 31 Jan 2008 01:25:29 +0000 bcoudurier revert r11677, it is considered speed critical libavcodec
Thu, 31 Jan 2008 00:06:54 +0000 bcoudurier fix indentation libavcodec
Thu, 31 Jan 2008 00:05:44 +0000 bcoudurier init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function libavcodec
Wed, 03 Oct 2007 17:50:27 +0000 aurel merge some #ifdef CONFIG_ENCODERS sections libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Wed, 01 Aug 2007 22:12:52 +0000 michael exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodec
Thu, 26 Jul 2007 15:47:43 +0000 michael remove "Advanced Prediction Mode not supported" spam libavcodec
Thu, 26 Jul 2007 15:46:43 +0000 michael also support DEBUG_PICT_INFO for h263i libavcodec
Thu, 26 Jul 2007 15:44:46 +0000 michael move show_pict_info() to its own function libavcodec
Tue, 10 Jul 2007 17:31:17 +0000 aurel Better place to disable some mpeg4 code and ensure that libavcodec
Tue, 10 Jul 2007 17:17:42 +0000 aurel move init_vlc_rl from h263.c to mpegvideo.c libavcodec