log mpegvideo.c @ 3777:20545fbb6f7c libavcodec

age author description
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
Tue, 26 Sep 2006 14:04:36 +0000 takis Handle possible failure of ff_eval. libavcodec
Sat, 19 Aug 2006 20:55:02 +0000 michael SWAP libavcodec
Fri, 18 Aug 2006 13:38:24 +0000 diego Explicitly include fastmemcpy.h from libvo/. libavcodec
Sun, 09 Jul 2006 10:33:49 +0000 michael remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavcodec
Sat, 03 Jun 2006 06:26:04 +0000 corey Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 libavcodec
Mon, 29 May 2006 22:44:16 +0000 corey Make b_frame_strategy not fail on pass 2, but still print a notice. libavcodec
Sun, 28 May 2006 22:44:14 +0000 lorenm h264: MBAFF interlaced decoding 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
Tue, 09 May 2006 08:40:38 +0000 michael allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) libavcodec
Mon, 01 May 2006 00:28:36 +0000 aurel clip_uint8 now return an uint8_t so no need to &0xFF libavcodec
Fri, 28 Apr 2006 17:03:52 +0000 michael missmatch control for mpeg2 intra dequantization if bitexact=1 libavcodec
Fri, 21 Apr 2006 19:22:14 +0000 lorenm 10l in h264 vismb/vismv (broke on 2006-03-09) libavcodec
Fri, 31 Mar 2006 20:43:37 +0000 michael remove mpegvideo.c img resample dependancy libavcodec
Thu, 23 Mar 2006 21:54:46 +0000 lorenm prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). libavcodec
Sat, 25 Feb 2006 22:41:31 +0000 mru kill some warnings libavcodec
Mon, 06 Feb 2006 11:21:26 +0000 michael 1 goto 1 fix libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Sat, 04 Feb 2006 22:18:45 +0000 michael simplify libavcodec
Sat, 04 Feb 2006 20:32:02 +0000 michael faster find_startcode() libavcodec
Sat, 28 Jan 2006 00:57:59 +0000 lorenm fix crash on height < 16 pixels. libavcodec
Fri, 27 Jan 2006 23:24:24 +0000 corey Add a newline to b_frame_strategy error message. 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
Wed, 04 Jan 2006 17:07:30 +0000 diego H.263: more descriptive error message libavcodec
Thu, 29 Dec 2005 15:46:23 +0000 michael second try of improved lambda/qp guessing for motion estimation RD in first pass libavcodec
Sun, 25 Dec 2005 18:34:02 +0000 michael support downscaling frames for dynamic b frame decission libavcodec
Sun, 25 Dec 2005 17:30:52 +0000 michael b frame strategy 2 libavcodec
Thu, 22 Dec 2005 22:48:09 +0000 michael better f_code guessing in 2nd pass libavcodec
Thu, 22 Dec 2005 14:17:54 +0000 michael improved lambda/qp guessing for motion estimation RD in first pass libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Mon, 19 Dec 2005 13:41:27 +0000 michael use correct qp & lambda for ME on the second pass libavcodec
Mon, 19 Dec 2005 03:08:08 +0000 michael forgot libavcodec
Sun, 18 Dec 2005 19:59:33 +0000 michael fix q=0 bug libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavcodec
Wed, 07 Dec 2005 18:21:16 +0000 michael psnr calculation with threads>1 fix libavcodec
Sat, 05 Nov 2005 00:16:03 +0000 michael frame skip fixes libavcodec
Sun, 14 Aug 2005 15:42:40 +0000 mru kill a bunch of compiler warnings libavcodec
Mon, 25 Jul 2005 23:07:27 +0000 michael Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de) libavcodec
Thu, 14 Jul 2005 21:39:36 +0000 michael skip_idct libavcodec
Fri, 17 Jun 2005 15:02:53 +0000 diego spelling fixes libavcodec
Sat, 21 May 2005 22:20:26 +0000 michael fix max b frames with b frame strategy 1 libavcodec
Fri, 13 May 2005 21:04:16 +0000 mru remove/replace non-ascii characters libavcodec
Thu, 12 May 2005 01:31:11 +0000 michael b_frame_strategy 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
Sun, 08 May 2005 09:58:41 +0000 michael overflow fix libavcodec
Sun, 08 May 2005 00:44:06 +0000 michael complain about mpeg4 limits only if codec_id == MPEG4 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
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
Sun, 24 Apr 2005 11:13:49 +0000 michael Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com) libavcodec
Wed, 20 Apr 2005 10:05:15 +0000 michael remove duplicate clip to 8bit function libavcodec
Tue, 19 Apr 2005 04:29:11 +0000 melanson remove superfluous CONFIG_ENCODERS (entire function is already wrapped) libavcodec
Sun, 27 Mar 2005 12:19:59 +0000 michael motion estimation bitrate penalty compensation libavcodec
Sat, 26 Mar 2005 18:10:44 +0000 michael check mb/me_threshold range, fixes assertion failure libavcodec
Sat, 19 Mar 2005 13:10:09 +0000 michael alignment fix libavcodec
Sun, 06 Mar 2005 23:20:53 +0000 michael AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodec
Fri, 04 Mar 2005 12:47:38 +0000 lorenm H.264: decode arbitrary frame orders and allow B-frames as references. libavcodec
Thu, 03 Mar 2005 06:57:17 +0000 lorenm vismb: display 4x4 partition boundaries in H.264 libavcodec
Fri, 25 Feb 2005 15:06:21 +0000 michael set supported pix_fmts libavcodec
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavcodec
Mon, 21 Feb 2005 17:50:48 +0000 michael removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavcodec
Wed, 02 Feb 2005 18:49:04 +0000 michael Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr) libavcodec
Wed, 02 Feb 2005 18:14:59 +0000 michael rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr) libavcodec
Sun, 23 Jan 2005 14:07:25 +0000 michael framerate check libavcodec
Thu, 20 Jan 2005 00:30:20 +0000 michael jpeg style yuv fixes libavcodec
Fri, 14 Jan 2005 23:48:12 +0000 michael assertion about bits statistic and minor bits stat fix libavcodec
Thu, 13 Jan 2005 11:59:19 +0000 michael 10l (dont modify the input picture pts) libavcodec
Wed, 12 Jan 2005 18:25:48 +0000 michael av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec
Mon, 10 Jan 2005 23:41:25 +0000 michael picture heap corruption fix libavcodec
Mon, 20 Dec 2004 03:03:37 +0000 lorenm vismv for h264 displayed incorrect motion vectors. libavcodec
Tue, 14 Dec 2004 20:17:23 +0000 michael quantizer overflow warning + AAN dct fix libavcodec
Sat, 11 Dec 2004 18:33:18 +0000 michael warn the user if the quantization code could overflow with the selected custom matrix and qp limits libavcodec
Wed, 08 Dec 2004 18:02:56 +0000 michael more flexible frame skip decission libavcodec
Wed, 08 Dec 2004 11:46:16 +0000 michael frame skip support libavcodec
Tue, 07 Dec 2004 13:14:37 +0000 michael rv20 encoding libavcodec
Sun, 28 Nov 2004 14:58:50 +0000 michael 10l (dont use codec_id for error simulation) 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
Wed, 24 Nov 2004 00:15:49 +0000 michael check num_entries too to avoid reading over the array end and dont check i>0 it must be >0 there libavcodec
Tue, 23 Nov 2004 23:58:54 +0000 michael Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Loren Merritt <lorenm.u@washington@edu>) libavcodec
Fri, 12 Nov 2004 01:21:34 +0000 michael H261 fixing and cleaning: libavcodec
Thu, 28 Oct 2004 10:12:57 +0000 michael H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavcodec
Fri, 15 Oct 2004 02:37:04 +0000 michael support strictly enforcing gop size libavcodec
Thu, 14 Oct 2004 12:24:16 +0000 michael fix forcing of individual frame types libavcodec
Sat, 09 Oct 2004 12:02:19 +0000 michael lowres 4mv libavcodec
Fri, 08 Oct 2004 22:57:39 +0000 michael h.261 loop filter fix libavcodec
Fri, 08 Oct 2004 10:37:45 +0000 michael Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>) 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 23:01:42 +0000 michael lowres chroma fix libavcodec
Sun, 26 Sep 2004 21:28:31 +0000 michael lowres slice fix libavcodec
Sun, 26 Sep 2004 11:05:35 +0000 michael low resolution interlaced support libavcodec
Sat, 25 Sep 2004 23:18:58 +0000 michael 1/2 resolution decoding libavcodec
Fri, 24 Sep 2004 17:30:04 +0000 michael 100l libavcodec
Mon, 20 Sep 2004 13:47:47 +0000 michael check if the user specified timestamps are strictly monotone libavcodec
Thu, 16 Sep 2004 17:36:39 +0000 michael 10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
Wed, 15 Sep 2004 00:35:18 +0000 michael changing size segfault fix libavcodec
Tue, 14 Sep 2004 18:35:03 +0000 michael comment fix libavcodec
Tue, 14 Sep 2004 17:17:12 +0000 michael qprd + mpeg2 segfault fix libavcodec
Wed, 08 Sep 2004 10:07:08 +0000 michael 10l (wrong coded_picture) libavcodec
Fri, 13 Aug 2004 14:40:33 +0000 michael minor optimization libavcodec
Wed, 11 Aug 2004 19:32:34 +0000 michael 10l (dont store 2 different things at the same place ...) libavcodec
Tue, 20 Jul 2004 17:13:08 +0000 michael miscalculation of header_bits when using the -thread option bugfix, patch by (Christophe Massiot <cmassiot at freebox dot fr>) libavcodec
Wed, 30 Jun 2004 23:12:21 +0000 michael 10l (fixes delayed frames during encoding) libavcodec
Fri, 11 Jun 2004 07:59:12 +0000 iive mpeg2 chroma422/444 support, may be slower, may be faster for other codecs libavcodec
Mon, 07 Jun 2004 17:30:02 +0000 michael nsse weight libavcodec
Mon, 07 Jun 2004 03:23:31 +0000 michael noise preserving sum of squares comparission function libavcodec
Sun, 06 Jun 2004 19:44:05 +0000 michael sanity checks libavcodec
Sat, 05 Jun 2004 18:10:23 +0000 michael qscale + qprd fix libavcodec
Thu, 03 Jun 2004 19:29:47 +0000 michael change qscale -> lambda for the motion estimation libavcodec
Mon, 31 May 2004 00:42:55 +0000 michael h261 dequant fix libavcodec
Sun, 30 May 2004 20:37:15 +0000 michael h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavcodec
Sat, 29 May 2004 15:16:52 +0000 michael export low_delay for encoding too libavcodec
Tue, 18 May 2004 17:23:49 +0000 michael rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodec
Tue, 18 May 2004 17:09:46 +0000 michael some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
Tue, 11 May 2004 01:38:46 +0000 michael moving motion estimation specific variables from MpegEncContext -> MotionEstContext libavcodec
Fri, 30 Apr 2004 17:42:58 +0000 michael cleanup & memleak fix libavcodec