log h263.c @ 7061:3e51aa540377 libavcodec

age author description
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
Sun, 09 Apr 2006 06:53:40 +0000 rfelker signedness error caused broken decoding libavcodec
Sun, 09 Apr 2006 06:04:00 +0000 rfelker 100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing) libavcodec
Mon, 03 Apr 2006 07:52:24 +0000 lorenm 2x faster ff_mpeg4_set_direct_mv libavcodec
Mon, 20 Mar 2006 01:18:56 +0000 michael fixing interlaced direct mode field select values libavcodec
Sun, 12 Mar 2006 19:55:52 +0000 michael reset interlaced_dct flag libavcodec
Fri, 10 Mar 2006 18:40:41 +0000 michael fixing uninitalized dc_pred_dir libavcodec
Fri, 10 Mar 2006 18:37:18 +0000 michael very minor optimization libavcodec
Fri, 10 Mar 2006 18:34:51 +0000 michael unused variable libavcodec
Fri, 27 Jan 2006 13:19:13 +0000 michael fixing bframe strategy 2 libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sun, 08 Jan 2006 21:19:39 +0000 banan get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h libavcodec
Sat, 24 Dec 2005 03:12:07 +0000 michael slightly better mv_penalty table libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sat, 17 Dec 2005 11:31:56 +0000 michael bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com) libavcodec
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavcodec
Mon, 19 Sep 2005 12:03:51 +0000 michael set pts for h.263 decoding libavcodec
Sun, 18 Sep 2005 21:21:01 +0000 diego Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. libavcodec
Fri, 26 Aug 2005 19:05:44 +0000 michael Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodec
Sun, 31 Jul 2005 10:51:04 +0000 michael A.B.C versions libavcodec
Sun, 31 Jul 2005 10:00:25 +0000 michael try to check for nonsense time_base instead of setting fake one libavcodec
Sat, 30 Jul 2005 16:15:36 +0000 michael check time_base.den for mpeg4 libavcodec
Sun, 24 Jul 2005 09:28:24 +0000 michael fix user data parsing code so it suppors pre1 and cvs libavcodec
Sat, 23 Jul 2005 11:16:18 +0000 michael minor user data reading bugfix libavcodec
Fri, 17 Jun 2005 15:02:53 +0000 diego spelling fixes libavcodec
Fri, 13 May 2005 23:11:32 +0000 michael 10l (%f vs. %Ld) libavcodec
Wed, 11 May 2005 17:13:42 +0000 michael fixing decoding of AlanKay-245.asf libavcodec
Sun, 08 May 2005 20:15:42 +0000 michael #defines for strict_std_compliance and split between inofficial extensions and non standarized things libavcodec
Thu, 05 May 2005 14:34:47 +0000 michael Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com) libavcodec
Mon, 02 May 2005 22:14:42 +0000 michael put most codecs under ifdefs libavcodec
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavcodec
Mon, 25 Apr 2005 00:57:48 +0000 michael avoid unneeded clear_blocks() libavcodec
Sun, 24 Apr 2005 17:21:11 +0000 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavcodec
Mon, 18 Apr 2005 20:07:48 +0000 michael avoid UPDATE_CACHE() in GET_RL_VLC() if not needed libavcodec
Wed, 23 Mar 2005 11:39:38 +0000 michael support omiting various headers in mpeg4 as WMP seems to have difficulty with them libavcodec
Tue, 08 Mar 2005 14:39:58 +0000 michael fixing playback of xvid pretending to be divx (sample_vop_nc.avi) libavcodec
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavcodec
Sun, 06 Feb 2005 18:43:06 +0000 michael emulate (idiotic) MS behavior for inconsistant dimensions libavcodec
Sun, 06 Feb 2005 17:01:07 +0000 michael support skiping some bitstream encoding libavcodec
Tue, 18 Jan 2005 01:01:54 +0000 michael x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>) libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec
Thu, 06 Jan 2005 01:02:36 +0000 michael print "D" instead of "P" for dropable frames in flv with -debug 1 libavcodec
Sat, 01 Jan 2005 23:02:09 +0000 michael WV1F support libavcodec
Sat, 27 Nov 2004 18:10:06 +0000 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
Mon, 27 Sep 2004 17:46:07 +0000 michael dont print "vop not coded" by default libavcodec
Fri, 24 Sep 2004 20:35:59 +0000 michael trellis quantization for h263(p) libavcodec
Mon, 20 Sep 2004 13:47:47 +0000 michael check if the user specified timestamps are strictly monotone libavcodec
Fri, 03 Sep 2004 02:32:39 +0000 michael Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
Wed, 18 Aug 2004 22:10:39 +0000 michael copy & paste bug libavcodec
Fri, 13 Aug 2004 13:59:28 +0000 michael user overrideable level & profile libavcodec
Fri, 25 Jun 2004 14:11:44 +0000 michael optimization libavcodec
Mon, 14 Jun 2004 23:41:41 +0000 michael coefficient saturation fix libavcodec
Wed, 26 May 2004 19:42:00 +0000 michael 10l (interlaced b frame decoding fix) libavcodec
Wed, 12 May 2004 02:03:24 +0000 michael motion estimation for SVQ1 libavcodec
Wed, 05 May 2004 19:53:40 +0000 michael support decoding mpeg4 with buggy dc clipping libavcodec
Wed, 05 May 2004 00:14:22 +0000 michael mpeg4 dc prediction simplification libavcodec
Fri, 30 Apr 2004 18:56:33 +0000 michael AMV bug workaround libavcodec
Mon, 26 Apr 2004 21:46:01 +0000 michael H.263 MCBPC fix libavcodec
Sun, 25 Apr 2004 19:03:35 +0000 michael fix decoding with quant matrixes which contain elements <16 libavcodec
Sun, 25 Apr 2004 16:14:13 +0000 michael rv10 decoding fix libavcodec
Mon, 19 Apr 2004 03:33:23 +0000 michael exporting field_select/ref_index values libavcodec
Sat, 17 Apr 2004 13:36:21 +0000 michael flv dropable p frame support libavcodec
Fri, 16 Apr 2004 01:01:45 +0000 michael unify table indexing (motion_val,dc_val,ac_val,coded_block changed) libavcodec
Tue, 13 Apr 2004 13:17:35 +0000 michael assert(time_incr >= 0) so its clear that this MUST be the case libavcodec
Fri, 02 Apr 2004 16:21:55 +0000 michael gmc segfault fix libavcodec
Mon, 29 Mar 2004 00:29:27 +0000 michael fixing alignment, 2nd try libavcodec
Fri, 26 Mar 2004 21:58:55 +0000 michael ensure that the bitstream buffers for encoding partitioned frames are aligned libavcodec
Thu, 18 Mar 2004 22:45:37 +0000 michael h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>) libavcodec