log motion_est.c @ 1162:8c15d82c1893 libavcodec

age author description
Mon, 31 Mar 2003 11:13:14 +0000 michaelni some static -> dynamic alloc & 16->8 bit libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Thu, 27 Feb 2003 22:56:07 +0000 michaelni user specified motion estimation range limit libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 10 Feb 2003 09:35:32 +0000 kabi * static,const,compiler warning cleanup libavcodec
Sat, 08 Feb 2003 18:23:39 +0000 michaelni direct blocksize in bframes fix (might fix qpel+bframe bug) libavcodec
Sat, 08 Feb 2003 12:00:57 +0000 michaelni mpeg1 bframe encoding patch by (Rapha¸«³l LEGRAND) with some modifications by me libavcodec
Fri, 07 Feb 2003 16:44:48 +0000 michaelni b frame segfault fix (+-1 bug) libavcodec
Tue, 28 Jan 2003 09:26:00 +0000 michaelni 10l / 4mv segfault fix libavcodec
Sun, 19 Jan 2003 18:30:29 +0000 michaelni C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (M¸«©ns Rullg¸«©rd)) 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, 06 Jan 2003 01:20:37 +0000 michaelni b frame segfault fix 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 16:47:31 +0000 michaelni bugfix libavcodec
Wed, 01 Jan 2003 14:36:20 +0000 michaelni shape adaptive diamonds for EPZS libavcodec
Fri, 27 Dec 2002 23:51:46 +0000 michaelni qpel encoding libavcodec
Thu, 05 Dec 2002 22:22:53 +0000 michaelni better? scene change detection libavcodec
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavcodec
Fri, 22 Nov 2002 07:53:06 +0000 kabi * altivec and pix_norm patch by Brian Foley libavcodec
Thu, 14 Nov 2002 18:02:07 +0000 michaelni 1l found by kabi 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
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 22:55:07 +0000 michaelni fixing q>0.0 assert failure caused by overflow of variance for b frames libavcodec
Thu, 24 Oct 2002 00:51:17 +0000 michaelni clip MVs for direct mode libavcodec
Mon, 23 Sep 2002 15:16:09 +0000 michaelni fixing variance scaling for b frames (messed adaptive quants up) libavcodec
Mon, 23 Sep 2002 14:56:11 +0000 michaelni adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec
Fri, 13 Sep 2002 09:45:32 +0000 michaelni interlaced mpeg4 b frame decoding libavcodec
Wed, 11 Sep 2002 12:39:53 +0000 michaelni put/avg_pixels16 libavcodec
Wed, 28 Aug 2002 08:15:30 +0000 michaelni warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodec
Sun, 25 Aug 2002 21:19:50 +0000 michaelni new ratecontrol code libavcodec
Thu, 22 Aug 2002 19:41:06 +0000 michaelni better scene change detection libavcodec
Wed, 31 Jul 2002 08:01:29 +0000 michaelni b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) libavcodec
Mon, 24 Jun 2002 15:02:52 +0000 michaelni 4mv bugfix libavcodec
Sun, 02 Jun 2002 12:18:18 +0000 michaelni dont double check vectors libavcodec
Sat, 25 May 2002 22:45:33 +0000 glantau license/copyright change libavcodec
Sat, 11 May 2002 23:42:16 +0000 pulento - pict_type exported to AVCodecContext libavcodec
Fri, 19 Apr 2002 03:25:20 +0000 michaelni much better ME for b frames (a bit slow though) libavcodec
Wed, 17 Apr 2002 04:32:12 +0000 michaelni fixed mpeg4 time stuff on encoding libavcodec
Sun, 14 Apr 2002 18:57:51 +0000 pulento - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. libavcodec
Mon, 01 Apr 2002 17:40:42 +0000 michaelni fixing MVs in hq mode libavcodec
Thu, 28 Mar 2002 04:25:35 +0000 michaelni mpeg4 4MV encoding libavcodec
Wed, 27 Mar 2002 21:25:22 +0000 michaelni 4MV motion estimation (not finished yet) libavcodec
Sun, 24 Mar 2002 04:58:54 +0000 michaelni seems the old intra/inter decission is slightly better with a threshold, than the new one libavcodec
Sun, 24 Mar 2002 04:16:51 +0000 michaelni 10l (motion_val was uninitilized) libavcodec
Sat, 23 Mar 2002 12:39:45 +0000 michaelni better inter/intra decission algo (same as xvid) libavcodec
Fri, 22 Mar 2002 23:22:08 +0000 michaelni mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) libavcodec
Fri, 22 Mar 2002 16:51:44 +0000 michaelni fixing epzs & mpeg1 (hopefully now really ...) libavcodec
Fri, 22 Mar 2002 02:21:17 +0000 michaelni new motion estimation (epzs) not complete yet but allready pretty good :) libavcodec
Tue, 19 Mar 2002 06:30:41 +0000 pulento - Added video coding statistics for ffmpeg. Needs more work. libavcodec
Sun, 17 Mar 2002 16:31:38 +0000 michaelni hopefully better bitrate controll libavcodec
Fri, 15 Feb 2002 20:46:37 +0000 pulento - Minor changes on bitrate control libavcodec
Sun, 10 Feb 2002 06:10:50 +0000 pulento - More work on preliminary bit rate control, just to be able to get an libavcodec
Sun, 10 Feb 2002 01:56:50 +0000 pulento - Now the ME is done for the entire picture when enconding, the libavcodec
Thu, 24 Jan 2002 19:06:47 +0000 arpi_esp (commit by michael) libavcodec
Tue, 24 Jul 2001 20:42:03 +0000 glantau added emms_c() macro which should can used in c code in both mmx/non mmx cases libavcodec