log mpeg12.c @ 4119:85438e10d72d libavcodec

age author description
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
Tue, 16 Mar 2004 16:57:27 +0000 michael 1000000l (using uninitalized variable for initalizing bits per MV table) libavcodec
Tue, 16 Mar 2004 16:11:29 +0000 michael init cleanup libavcodec
Tue, 16 Mar 2004 15:38:40 +0000 iive use pan_scan to remove some weight, proper pan_scan offset reading libavcodec
Mon, 15 Mar 2004 16:41:15 +0000 iive mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width libavcodec
Mon, 15 Mar 2004 00:08:24 +0000 iive move MPV_common_init after parsing stream parameters, matrix rebuild libavcodec
Sat, 13 Mar 2004 22:01:32 +0000 michael removing broken mpeg_decode_gop() libavcodec
Tue, 09 Mar 2004 15:23:14 +0000 michael find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads libavcodec
Fri, 05 Mar 2004 14:21:56 +0000 kabi * more consts libavcodec
Fri, 05 Mar 2004 14:09:12 +0000 kabi * const warn elimination libavcodec
Thu, 04 Mar 2004 14:58:48 +0000 iive silence warnings libavcodec
Tue, 02 Mar 2004 18:39:25 +0000 iive add vlc for cbp=0 that is valid in 422,444 libavcodec
Tue, 02 Mar 2004 17:21:55 +0000 michael 10l (segfault fix) libavcodec
Tue, 02 Mar 2004 00:40:18 +0000 iive forgot default chroma_format value libavcodec
Mon, 01 Mar 2004 14:55:21 +0000 iive initial chroma_format changes,xvmc tweaks and codec_cap libavcodec
Sat, 28 Feb 2004 21:02:49 +0000 michael mpeg2 field pic decoding fix libavcodec
Thu, 26 Feb 2004 18:29:39 +0000 michael AVCodec.supported_framerates libavcodec
Mon, 23 Feb 2004 20:56:56 +0000 michael multithreaded mpeg2 decoding libavcodec
Thu, 19 Feb 2004 00:30:33 +0000 iive use get_format libavcodec
Mon, 16 Feb 2004 03:34:11 +0000 michael more error checks for the sequence header libavcodec
Fri, 13 Feb 2004 17:54:10 +0000 michael multithreaded/SMP motion estimation libavcodec
Fri, 06 Feb 2004 15:27:31 +0000 alex get_bit_count -> put_bits_count libavcodec
Thu, 22 Jan 2004 19:48:28 +0000 michael closed gop support & flags2 as all bits in flags are used libavcodec
Sun, 18 Jan 2004 21:41:44 +0000 michael removing broken framerate conversation hack in mpeg1/2 libavcodec
Sat, 10 Jan 2004 16:04:55 +0000 michael copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec
Thu, 08 Jan 2004 18:44:36 +0000 michael uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) libavcodec
Mon, 05 Jan 2004 11:16:05 +0000 michael simplify libavcodec
Sun, 04 Jan 2004 22:13:14 +0000 michael gop timestamp fix libavcodec
Sun, 04 Jan 2004 17:43:28 +0000 michael frame rate emulation "fix" by (Mean <fixounet at free dot fr>) libavcodec
Sun, 04 Jan 2004 00:23:14 +0000 michael SVCD scan offset stuff libavcodec
Thu, 01 Jan 2004 02:56:35 +0000 michael print vbv buffer size & bitrate when decoding with -debug 1 libavcodec
Tue, 30 Dec 2003 16:07:57 +0000 michael interlaced motion estimation libavcodec
Tue, 30 Dec 2003 02:12:12 +0000 michael motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Wed, 17 Dec 2003 19:53:05 +0000 michael vbv_delay libavcodec
Sun, 14 Dec 2003 20:48:12 +0000 michael mv vissualization & field picture fix libavcodec
Sun, 14 Dec 2003 17:47:23 +0000 michael cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Sun, 14 Dec 2003 16:15:32 +0000 michael 10l (printing qscale before parsing it) libavcodec
Fri, 12 Dec 2003 16:56:38 +0000 bellard fixed top_field_first support when encoding libavcodec
Wed, 10 Dec 2003 16:51:54 +0000 bellard interlaced DCT support for MPEG2 encoding libavcodec
Wed, 10 Dec 2003 11:18:36 +0000 bellard fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed aspect ratio problem if CODEC_ID_MPEG2VIDEO is used to decode an MPEG1 stream (which is the recommended codec id for mpeg video) libavcodec
Wed, 10 Dec 2003 02:34:09 +0000 michael MB_TYPE_INTERLACED info fix libavcodec
Tue, 09 Dec 2003 14:51:49 +0000 bellard fixed low delay decoding libavcodec
Tue, 09 Dec 2003 01:49:56 +0000 michael move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Thu, 04 Dec 2003 18:34:47 +0000 michael rv20 (h263) b frame decoding support libavcodec
Mon, 01 Dec 2003 15:23:14 +0000 michael h263 loop filter libavcodec
Thu, 13 Nov 2003 21:55:05 +0000 iive silence few warnings libavcodec
Wed, 12 Nov 2003 01:19:36 +0000 iive mpegvideo is back libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Thu, 30 Oct 2003 19:55:44 +0000 michael 100l (SAR is written as height/width instead of width/height in the MPEG1 standard) libavcodec
Mon, 27 Oct 2003 23:22:43 +0000 iive XvMC speedup by removing one memcpy and doing MB packing libavcodec
Mon, 20 Oct 2003 23:24:39 +0000 michael mpeg2 aspect ratio encoding fixed libavcodec
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavcodec
Mon, 20 Oct 2003 09:52:02 +0000 michael export mpeg2 active display area / pan scan libavcodec
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavcodec