log mpeg12.c @ 6517:48759bfbd073 libavcodec

age author description
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 14 Mar 2008 13:19:39 +0000 diego Use correct t printf modifier for pointer differences. libavcodec
Fri, 14 Mar 2008 09:33:38 +0000 bcoudurier log aspect ratio forbidden value, and fail if error resilience is high libavcodec
Thu, 13 Mar 2008 18:26:53 +0000 bcoudurier do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Wed, 20 Feb 2008 19:45:38 +0000 michael Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 libavcodec
Tue, 19 Feb 2008 15:55:14 +0000 michael Reduce the number of senselessly scanned bytes. libavcodec
Fri, 01 Feb 2008 03:34:43 +0000 michael const libavcodec
Sat, 05 Jan 2008 01:14:09 +0000 michael Drop non key frames before the first key frame. libavcodec
Sat, 13 Oct 2007 01:34:00 +0000 ramiro Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodec
Sat, 04 Aug 2007 11:01:11 +0000 michael Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodec
Thu, 02 Aug 2007 20:49:42 +0000 michael output last frame if seq end code is encountered libavcodec
Thu, 02 Aug 2007 01:28:37 +0000 michael simplify s->mv_dir init 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
Wed, 01 Aug 2007 21:17:26 +0000 michael exchange if() and for() in the MT_FIELD case libavcodec
Wed, 01 Aug 2007 21:05:58 +0000 michael exchange for() and if() order in the MT_FRAME case libavcodec
Wed, 01 Aug 2007 20:37:41 +0000 michael change libavcodec
Wed, 01 Aug 2007 20:04:12 +0000 michael merge another 2 if() to save a few cpu cycles libavcodec
Wed, 01 Aug 2007 19:37:28 +0000 michael reorder if() so that the condition can be simplified libavcodec
Wed, 01 Aug 2007 19:26:24 +0000 michael merge/simplify 2 if() libavcodec
Wed, 01 Aug 2007 19:17:36 +0000 michael merge 2 if() libavcodec
Tue, 31 Jul 2007 21:39:09 +0000 michael move some code which was executed for every skipped MB so it is only executed libavcodec
Tue, 31 Jul 2007 21:00:17 +0000 michael get rid of a useless variable libavcodec
Tue, 31 Jul 2007 20:52:49 +0000 michael avoid 2 additions (1 cpu cycle) per MB libavcodec
Tue, 31 Jul 2007 20:44:48 +0000 michael chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodec
Thu, 05 Jul 2007 09:21:55 +0000 aurel add proper ff_ prefix to new extern symbols libavcodec
Thu, 05 Jul 2007 09:08:28 +0000 aurel split mpeg12 encoder out of mpeg12.c libavcodec
Fri, 22 Jun 2007 17:18:58 +0000 michael get rid of one unneeded #ifdef HAVE_XVMC libavcodec
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Sat, 19 May 2007 00:44:41 +0000 aurel move imx_dump_header bitstream filter in its own file libavcodec
Sat, 12 May 2007 23:33:53 +0000 aurel allow to enable or disable every bitstream filters individually libavcodec
Mon, 07 May 2007 00:47:03 +0000 aurel make some parser parameters const to avoid casting const to non-const libavcodec
Sat, 05 May 2007 18:25:02 +0000 aurel add a ff_ prefix to the now exported mpeg1_find_frame_end() function libavcodec
Sat, 05 May 2007 18:18:51 +0000 aurel move mpegvideo_parser in it's own file libavcodec
Wed, 02 May 2007 08:18:28 +0000 benoit make mpeg decoder handle mid-stream changes in resolution libavcodec
Sat, 07 Apr 2007 14:09:20 +0000 diego typos/grammar libavcodec
Wed, 14 Mar 2007 13:20:29 +0000 michael 10l to whoever wrote this 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
Thu, 08 Mar 2007 18:25:47 +0000 bcoudurier fix drop frame timecode flag libavcodec
Sun, 04 Mar 2007 02:59:11 +0000 bcoudurier imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder libavcodec
Sun, 04 Mar 2007 02:26:20 +0000 bcoudurier dummy support for mpeg2 non linear quant libavcodec
Fri, 09 Feb 2007 02:21:34 +0000 michael fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) libavcodec
Thu, 01 Feb 2007 09:47:36 +0000 bcoudurier correctly set profile/level for hd libavcodec
Mon, 15 Jan 2007 23:26:09 +0000 michael fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v libavcodec
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavcodec
Sun, 12 Nov 2006 23:14:20 +0000 mru make more tables static libavcodec
Tue, 07 Nov 2006 13:50:41 +0000 bcoudurier typo libavcodec
Tue, 07 Nov 2006 13:45:08 +0000 bcoudurier add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag libavcodec
Mon, 06 Nov 2006 10:46:54 +0000 bcoudurier rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static libavcodec
Mon, 06 Nov 2006 10:43:49 +0000 bcoudurier move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c libavcodec
Wed, 01 Nov 2006 21:09:14 +0000 diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavcodec
Tue, 24 Oct 2006 07:33:39 +0000 michael set v_edge_pos correctly for field picture mpeg2 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
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Sun, 02 Jul 2006 14:50:23 +0000 michael staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) libavcodec
Tue, 16 May 2006 15:19:54 +0000 bcoudurier MPEG-2 4:2:2 encoding support libavcodec
Sat, 13 May 2006 17:16:58 +0000 bcoudurier add MPEG-2 intra vlc support libavcodec
Sat, 13 May 2006 15:43:51 +0000 bcoudurier remove unused variable libavcodec
Tue, 02 May 2006 09:03:22 +0000 michael d10 decoding fix libavcodec
Wed, 08 Mar 2006 11:43:10 +0000 diego (f)printf --> av_log conversion libavcodec
Wed, 01 Mar 2006 22:59:22 +0000 michael fix decoding of mpeg2-trunc.vob libavcodec
Sat, 04 Feb 2006 20:32:02 +0000 michael faster find_startcode() libavcodec
Sat, 14 Jan 2006 17:43:22 +0000 banan Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net. libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. 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
Sun, 20 Nov 2005 23:09:05 +0000 iive Mark all 12 block unused when there are no coded blocks libavcodec
Sun, 14 Aug 2005 15:42:40 +0000 mru kill a bunch of compiler warnings libavcodec
Thu, 14 Jul 2005 21:39:36 +0000 michael skip_idct libavcodec
Mon, 11 Jul 2005 22:15:03 +0000 michael fix decoding of (broken) files with f_code=0 libavcodec
Wed, 18 May 2005 19:42:42 +0000 michael fix mpeg2 chroma_420_type libavcodec
Sat, 14 May 2005 15:34:49 +0000 michael preserve parse context libavcodec
Thu, 12 May 2005 10:15:19 +0000 michael sanity check 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
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases 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
Thu, 21 Apr 2005 21:23:22 +0000 michael avoid clearing block[] if its not used at all libavcodec
Wed, 20 Apr 2005 20:31:04 +0000 michael mpeg2_fast_decode_block_intra() libavcodec
Tue, 19 Apr 2005 11:37:01 +0000 michael optimizing non_intra ac coeff decode libavcodec
Mon, 18 Apr 2005 20:07:48 +0000 michael avoid UPDATE_CACHE() in GET_RL_VLC() if not needed libavcodec
Mon, 04 Apr 2005 11:25:44 +0000 michael Typo errors patch by (QuickTime | ffmpeg gmail com> libavcodec
Sun, 03 Apr 2005 17:34:31 +0000 iive reinitialize on aspect change, libavcodec
Sat, 26 Mar 2005 17:01:49 +0000 michael more checks, fixes assertion failure libavcodec
Tue, 08 Mar 2005 20:35:27 +0000 michael (10l) supported pix_fmts forgotten libavcodec
Sat, 05 Mar 2005 03:37:19 +0000 michael typo libavcodec
Mon, 21 Feb 2005 17:50:48 +0000 michael removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavcodec
Sun, 23 Jan 2005 18:09:06 +0000 michael avoid buf_size == 0 checks in every decoder 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, 18 Oct 2004 23:07:18 +0000 michael fix constrained parameters flag libavcodec
Mon, 27 Sep 2004 11:50:56 +0000 michael lowres width/height cleanup 3rd try libavcodec
Mon, 27 Sep 2004 02:39:55 +0000 michael set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) libavcodec
Sun, 26 Sep 2004 13:03:43 +0000 michael lowres slice fix libavcodec
Sat, 25 Sep 2004 23:18:58 +0000 michael 1/2 resolution decoding libavcodec
Fri, 10 Sep 2004 18:54:02 +0000 michael mess cleanup libavcodec
Thu, 02 Sep 2004 18:46:41 +0000 michael typo libavcodec
Thu, 02 Sep 2004 15:46:03 +0000 michael optional non spec compliant optimizations for mpeg1 libavcodec
Thu, 02 Sep 2004 15:30:46 +0000 michael optional non spec compliant optimizations libavcodec
Fri, 13 Aug 2004 13:59:28 +0000 michael user overrideable level & profile libavcodec
Fri, 16 Jul 2004 18:36:39 +0000 michael Avoid segfault on ffmpeg "buffer flush" in mpeg12.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodec
Wed, 30 Jun 2004 23:12:21 +0000 michael 10l (fixes delayed frames during encoding) libavcodec
Sat, 26 Jun 2004 02:20:38 +0000 michael support skiping of mb rows during decoding libavcodec
Fri, 25 Jun 2004 14:11:44 +0000 michael optimization libavcodec
Sat, 12 Jun 2004 16:51:15 +0000 iive better cbp handling and small speedup in mpeg12 libavcodec
Fri, 11 Jun 2004 07:59:12 +0000 iive mpeg2 chroma422/444 support, may be slower, may be faster for other codecs libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Fri, 30 Apr 2004 13:44:29 +0000 michael intra_dc_precission>0 encoding support libavcodec
Thu, 29 Apr 2004 23:20:46 +0000 iive cola test libavcodec
Thu, 29 Apr 2004 14:21:33 +0000 michael remove duplicated find_frame_end() code libavcodec
Tue, 27 Apr 2004 13:50:41 +0000 michael simplify libavcodec
Thu, 22 Apr 2004 21:41:08 +0000 michael corrupted field pictures segfault fix libavcodec
Mon, 19 Apr 2004 03:33:23 +0000 michael exporting field_select/ref_index values libavcodec
Sun, 18 Apr 2004 17:46:52 +0000 michael fix exported motion vectors libavcodec
Fri, 16 Apr 2004 01:01:45 +0000 michael unify table indexing (motion_val,dc_val,ac_val,coded_block changed) libavcodec
Fri, 02 Apr 2004 19:48:20 +0000 michael skiped mbs in interlaced b frames fix libavcodec
Wed, 24 Mar 2004 23:32:48 +0000 mellum warning patrol libavcodec
Mon, 22 Mar 2004 20:54:04 +0000 michael 1000l for iive libavcodec