log mpegvideo.c @ 1021:2d7c9f5738de libavcodec

age author description
Mon, 20 Jan 2003 20:37:24 +0000 michaelni trying to fix mb skip bug in mpeg1/2 if slices are not used libavcodec
Sun, 19 Jan 2003 18:30:29 +0000 michaelni C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Mns Rullgrd)) libavcodec
Sun, 19 Jan 2003 17:55:13 +0000 michaelni finetuneing thresholds/factors libavcodec
Sat, 18 Jan 2003 01:37:42 +0000 michaelni bugs libavcodec
Wed, 15 Jan 2003 18:05:23 +0000 michaelni more compare functions (rd & bit) libavcodec
Mon, 13 Jan 2003 12:55:05 +0000 michaelni gmc1 segfault fix (found by kabi) libavcodec
Sun, 12 Jan 2003 00:48:29 +0000 michaelni get_format() libavcodec
Sun, 05 Jan 2003 17:59:26 +0000 michaelni negative linesize support (so mplayer -flip works) libavcodec
Sun, 05 Jan 2003 17:17:14 +0000 michaelni pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>) libavcodec
Sun, 05 Jan 2003 15:57:10 +0000 michaelni qpel in mmx2/3dnow libavcodec
Thu, 02 Jan 2003 12:48:09 +0000 michaelni pre motion estimation cleanup/bugfix libavcodec
Thu, 02 Jan 2003 01:29:35 +0000 michaelni motion estimation pre pass libavcodec
Wed, 01 Jan 2003 00:42:18 +0000 michaelni trellis quantization for mpeg1 libavcodec
Tue, 31 Dec 2002 22:58:41 +0000 michaelni more optimized trellis quantizer libavcodec
Tue, 31 Dec 2002 17:23:56 +0000 michaelni trellis quantization libavcodec
Fri, 27 Dec 2002 23:51:46 +0000 michaelni qpel encoding libavcodec
Tue, 17 Dec 2002 11:25:29 +0000 michaelni more debug output libavcodec
Mon, 09 Dec 2002 12:03:43 +0000 michaelni AVVideoFrame -> AVFrame libavcodec
Mon, 09 Dec 2002 00:29:17 +0000 michaelni cleanup / messup? libavcodec
Fri, 06 Dec 2002 13:30:13 +0000 michaelni fixing 2pass assert failure libavcodec
Thu, 05 Dec 2002 19:18:13 +0000 michaelni fixing hq + adaptive quant libavcodec
Wed, 04 Dec 2002 22:16:24 +0000 michaelni fixing files where the first frame isn a keyframe libavcodec
Wed, 04 Dec 2002 21:13:02 +0000 michaelni new PSNR code (now works with chroma, b frames, ...) libavcodec
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavcodec
Tue, 03 Dec 2002 01:14:34 +0000 michaelni 100l (mixing chroma & luma linesize) libavcodec
Sat, 23 Nov 2002 09:12:57 +0000 michaelni moving init of some variables (hurry_up,...) to MPV_frame_start() libavcodec
Fri, 22 Nov 2002 07:24:28 +0000 kabi * remaining part of John Ryland's patch libavcodec
Wed, 20 Nov 2002 13:08:04 +0000 michaelni aspect ratio cleanup libavcodec
Tue, 19 Nov 2002 07:33:36 +0000 kabi * compilation fix (ARM users please check) libavcodec
Tue, 12 Nov 2002 15:00:04 +0000 kabi * fixing some minor const warnings libavcodec
Mon, 11 Nov 2002 09:40:17 +0000 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
Sun, 10 Nov 2002 11:46:59 +0000 michaelni reversing header game libavcodec
Sat, 09 Nov 2002 10:38:34 +0000 michaelni cleanup libavcodec
Fri, 08 Nov 2002 18:35:39 +0000 michaelni cleanup (breaks compatibility, requested by fabrice) libavcodec
Sat, 02 Nov 2002 11:28:08 +0000 michaelni Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) libavcodec
Thu, 31 Oct 2002 16:11:03 +0000 michaelni put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them libavcodec
Thu, 31 Oct 2002 12:11:53 +0000 michaelni dont call emms_c() for each MB libavcodec
Thu, 31 Oct 2002 11:47:58 +0000 michaelni cleanup libavcodec
Thu, 31 Oct 2002 00:48:05 +0000 michaelni fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated libavcodec
Wed, 30 Oct 2002 20:41:40 +0000 michaelni exporting the internal qscale table, this allso fixes the ordering libavcodec
Sun, 27 Oct 2002 00:02:23 +0000 michaelni handle direct rendering buffer allocation failure libavcodec
Fri, 25 Oct 2002 13:39:47 +0000 michaelni idct_permutation_type variable, so the permutation type can quickly be identified libavcodec
Fri, 25 Oct 2002 10:50:02 +0000 michaelni regression test for H263+ libavcodec
Fri, 25 Oct 2002 00:08:32 +0000 michaelni slice encoding cleanup libavcodec
Wed, 23 Oct 2002 15:11:07 +0000 michaelni optimize block_permute() libavcodec
Wed, 23 Oct 2002 08:14:12 +0000 michaelni fixing interlaced MC & edge-emu libavcodec
Tue, 22 Oct 2002 18:55:20 +0000 michaelni xvid qpel bug workaround libavcodec
Sat, 19 Oct 2002 01:31:26 +0000 michaelni fixing h263 decoding (did segfault) libavcodec
Fri, 18 Oct 2002 18:32:50 +0000 michaelni fixing interlaced dct + hq mode libavcodec
Wed, 16 Oct 2002 22:18:41 +0000 michaelni init flags before using it (found by arpi) libavcodec
Wed, 16 Oct 2002 19:55:49 +0000 michaelni complete mpeg4 GMC decoding support libavcodec
Sun, 13 Oct 2002 13:16:04 +0000 michaelni better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec
Sun, 06 Oct 2002 17:46:22 +0000 michaelni set low_delay on encoding if no b frames libavcodec
Sun, 06 Oct 2002 15:27:01 +0000 michaelni trying to fix the non-x86 IDCTs (untested) libavcodec
Fri, 04 Oct 2002 20:59:29 +0000 al3x moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv) libavcodec
Thu, 03 Oct 2002 20:57:19 +0000 michaelni ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
Wed, 02 Oct 2002 17:07:39 +0000 michaelni optimization libavcodec
Mon, 30 Sep 2002 16:14:14 +0000 michaelni optimizing mpeg1_decode_block() libavcodec
Mon, 30 Sep 2002 09:19:54 +0000 michaelni convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec