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
Tue, 10 Jul 2007 14:37:33 +0000 aurel Split ff_set_mpeg4_time() and move the non mpeg4 specific part libavcodec
Tue, 10 Jul 2007 08:40:00 +0000 aurel don't compile some mpeg4 encoder code when encoders are disabled libavcodec
Mon, 09 Jul 2007 21:07:24 +0000 aurel move ff_set_qscale from h263.c to mpegvideo.c libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavcodec
Fri, 25 May 2007 14:42:11 +0000 takis Correct the parameter order for the call to "av_clip". libavcodec
Fri, 11 May 2007 07:21:14 +0000 diego Remove duplicate #includes, avcodec.h #includes common.h. libavcodec
Sun, 06 May 2007 15:25:04 +0000 michael fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) libavcodec
Wed, 14 Mar 2007 23:23:30 +0000 michael 10l for myself, fixing --disable-encoders libavcodec
Wed, 14 Mar 2007 13:19:19 +0000 michael kill av_mallocz_static() calls in init_rl() libavcodec
Tue, 13 Mar 2007 22:47:05 +0000 michael dont malloc() static mv_penalty arrays libavcodec
Mon, 12 Mar 2007 12:36:41 +0000 mbardiaux Give context to dprintf libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Sat, 24 Feb 2007 09:41:43 +0000 diego cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodec
Sat, 13 Jan 2007 02:45:05 +0000 michael some interlaced direct sanity checks libavcodec
Thu, 21 Dec 2006 14:24:23 +0000 michael dont randomly disallow intr4v in adaptive quant libavcodec
Thu, 21 Dec 2006 13:23:49 +0000 michael dont randomly dissallow direct MBs libavcodec
Thu, 09 Nov 2006 01:23:47 +0000 michael 10000l to myself, fixing regression test failure libavcodec
Wed, 08 Nov 2006 18:15:54 +0000 michael 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture libavcodec
Tue, 07 Nov 2006 09:46:57 +0000 bcoudurier add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodec
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Fri, 29 Sep 2006 23:34:42 +0000 michael fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) libavcodec
Wed, 27 Sep 2006 22:13:44 +0000 mru dc_val should be signed libavcodec
Wed, 27 Sep 2006 19:54:07 +0000 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Thu, 24 Aug 2006 09:24:50 +0000 michael fix non ALT bitstream reader libavcodec
Mon, 08 May 2006 13:44:54 +0000 michael add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it) libavcodec
Fri, 28 Apr 2006 17:29:07 +0000 michael use previous qscale for intra_dc_threshold check libavcodec