log mpegvideo.c @ 1652:834922115010 libavcodec

age author description
Wed, 03 Dec 2003 16:47:17 +0000 michael cleanup libavcodec
Wed, 03 Dec 2003 16:07:41 +0000 michael h263 modified quantization fix libavcodec
Mon, 01 Dec 2003 15:23:14 +0000 michael h263 loop filter libavcodec
Sun, 30 Nov 2003 17:30:18 +0000 michael cleanup libavcodec
Sat, 29 Nov 2003 08:37:51 +0000 michael h263 alternative inter vlc support libavcodec
Fri, 28 Nov 2003 21:31:20 +0000 michael h263 OBMC & 4MV support libavcodec
Thu, 27 Nov 2003 13:38:00 +0000 michael dont read from b frames if draw_horiz_band==NULL libavcodec
Tue, 25 Nov 2003 00:35:18 +0000 michael 16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Mon, 24 Nov 2003 21:53:32 +0000 michael 10l libavcodec
Thu, 13 Nov 2003 23:45:25 +0000 michael qprd with b frames fix libavcodec
Thu, 13 Nov 2003 23:22:06 +0000 michael qprd needs mbd=2 libavcodec
Wed, 12 Nov 2003 13:03:51 +0000 michael ac prediction with rate distorted qp fix libavcodec
Wed, 12 Nov 2003 12:25:44 +0000 michael rate distored optimal lambda->qp support libavcodec
Mon, 03 Nov 2003 17:42:50 +0000 michael flush fix (untested) libavcodec
Mon, 03 Nov 2003 13:31:02 +0000 michael 10l (fixes dct coeff noise reduction) libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Sun, 02 Nov 2003 23:19:47 +0000 michael noise reduction of dct coefficients libavcodec
Thu, 30 Oct 2003 16:58:49 +0000 michael pts fix and related fixes libavcodec
Mon, 27 Oct 2003 23:22:43 +0000 iive XvMC speedup by removing one memcpy and doing MB packing libavcodec
Mon, 27 Oct 2003 14:37:30 +0000 michael make convert_matrix() independant of MpegEncContext libavcodec
Sat, 25 Oct 2003 19:30:14 +0000 michael segfault fix libavcodec
Thu, 23 Oct 2003 09:11:56 +0000 michael optionally merge postscale into quantization table for the float aan dct libavcodec
Wed, 22 Oct 2003 18:26:38 +0000 michael floating point AAN DCT libavcodec
Wed, 22 Oct 2003 15:36:46 +0000 michael 112 bytes smaller MpegEncContext libavcodec
Wed, 22 Oct 2003 12:01:21 +0000 michael move blocks away MpegEncContext (7.4 -> 5.8k) libavcodec
Wed, 22 Oct 2003 11:23:39 +0000 michael move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodec
Wed, 22 Oct 2003 10:59:39 +0000 michael move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodec
Tue, 21 Oct 2003 19:55:31 +0000 michael dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodec
Mon, 20 Oct 2003 09:52:02 +0000 michael export mpeg2 active display area / pan scan libavcodec
Fri, 17 Oct 2003 18:56:01 +0000 michael emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set libavcodec
Thu, 16 Oct 2003 00:21:54 +0000 michael picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least libavcodec
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavcodec
Sun, 12 Oct 2003 21:32:58 +0000 michael fix decoding if the aspect ratio changes libavcodec
Sun, 12 Oct 2003 21:25:00 +0000 alex removed the obsolete and unused parameters of init_put_bits libavcodec
Tue, 07 Oct 2003 11:32:40 +0000 michaelni use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken libavcodec
Thu, 02 Oct 2003 08:52:37 +0000 michaelni rd cbp + single coeff elimination fix libavcodec
Thu, 02 Oct 2003 00:24:34 +0000 michaelni optionally try to encode each MB with MV=<0,0> and choose the one with better RD libavcodec
Tue, 30 Sep 2003 22:18:43 +0000 michaelni rate distortion optimal cbp support (h263/mpeg4 non intra only) libavcodec
Wed, 24 Sep 2003 19:45:57 +0000 michaelni slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization libavcodec
Tue, 16 Sep 2003 11:25:29 +0000 michaelni scenechange_threshold libavcodec
Wed, 10 Sep 2003 23:40:55 +0000 michaelni AVI stream header FCC / more reliable detection of old xvid files libavcodec
Tue, 09 Sep 2003 19:46:21 +0000 michaelni --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>) libavcodec
Mon, 08 Sep 2003 19:58:34 +0000 bellard ctype.h is a common header libavcodec
Tue, 26 Aug 2003 20:14:28 +0000 michaelni fixing CODEC_FLAG_GLOBAL_HEADER libavcodec
Mon, 25 Aug 2003 22:54:53 +0000 michaelni oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) libavcodec
Mon, 25 Aug 2003 22:47:32 +0000 michaelni mpeg2 encoding libavcodec
Sun, 24 Aug 2003 22:13:48 +0000 bellard removed unused variable libavcodec
Fri, 22 Aug 2003 22:18:08 +0000 michaelni custom quant matrix encoding support libavcodec
Tue, 12 Aug 2003 18:20:29 +0000 romansh * fixing a regression in mpeg encoder (not setting pix_fmt), libavcodec
Tue, 05 Aug 2003 14:08:28 +0000 michaelni check input pix_fmt libavcodec
Tue, 05 Aug 2003 10:19:43 +0000 michaelni cleanup / fixes libavcodec
Sat, 02 Aug 2003 22:01:02 +0000 michaelni clear bitstream buffers in AVCodec.flush() libavcodec
Fri, 01 Aug 2003 11:00:03 +0000 michaelni make the h263 decoder more error tolerant libavcodec
Tue, 29 Jul 2003 02:09:12 +0000 michaelni rate distortion mb decision support libavcodec
Sat, 26 Jul 2003 23:31:13 +0000 iive make MPV_frame_start fail on get_buffer failer libavcodec
Sat, 26 Jul 2003 01:28:49 +0000 iive initial XvMC support libavcodec
Wed, 23 Jul 2003 10:41:07 +0000 michaelni last frames & b frames encoding fix libavcodec
Sun, 20 Jul 2003 14:48:05 +0000 michaelni default for slices is display order again libavcodec
Fri, 18 Jul 2003 11:47:14 +0000 michaelni svq3 b frame slices fix libavcodec
Thu, 17 Jul 2003 12:29:07 +0000 michaelni AVCodec.flush() libavcodec