log mpegvideo.c @ 1586:3d1d0490e5a6 libavcodec

age author description
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
Thu, 10 Jul 2003 00:15:27 +0000 michaelni flv cleanup / simplify libavcodec
Wed, 09 Jul 2003 23:10:59 +0000 michaelni flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec
Sat, 05 Jul 2003 08:31:08 +0000 michaelni memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>) libavcodec
Thu, 03 Jul 2003 23:29:00 +0000 michaelni Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
Fri, 27 Jun 2003 12:58:40 +0000 michaelni 2x100l libavcodec
Mon, 23 Jun 2003 22:32:15 +0000 michaelni DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
Wed, 18 Jun 2003 22:00:23 +0000 michaelni make ff_emulated_edge_mc() independant of MpegEncContext libavcodec
Tue, 17 Jun 2003 22:48:51 +0000 michaelni lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes libavcodec
Thu, 29 May 2003 21:34:25 +0000 michaelni mpeg1 decoding fix libavcodec
Tue, 27 May 2003 12:31:03 +0000 michaelni motion vector vissualization for mpeg1/2 libavcodec
Mon, 19 May 2003 13:30:59 +0000 michaelni ASV1 codec libavcodec
Wed, 14 May 2003 23:08:01 +0000 michaelni cleanup libavcodec
Fri, 09 May 2003 22:16:14 +0000 michaelni svq3 decoder by anonymous libavcodec
Tue, 06 May 2003 20:43:37 +0000 michaelni release buffer cleanup libavcodec
Mon, 05 May 2003 10:00:57 +0000 michaelni doxy libavcodec
Sun, 27 Apr 2003 01:11:26 +0000 michaelni 10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec
Fri, 25 Apr 2003 16:18:35 +0000 michaelni typo in a comment ... libavcodec