log motion_est.c @ 2522:e25782262d7d libavcodec

age author description
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavcodec
Tue, 16 Nov 2004 13:40:56 +0000 michael overflow fix 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
Mon, 18 Oct 2004 23:07:18 +0000 michael fix constrained parameters flag libavcodec
Thu, 26 Aug 2004 20:04:54 +0000 michael quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) libavcodec
Sun, 22 Aug 2004 17:16:03 +0000 michael 4x4 SSE compare function libavcodec
Fri, 11 Jun 2004 21:12:46 +0000 michael chroma me fix libavcodec
Thu, 10 Jun 2004 22:56:43 +0000 michael clip input motion vectors 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
Thu, 03 Jun 2004 19:29:47 +0000 michael change qscale -> lambda for the motion estimation libavcodec
Tue, 11 May 2004 01:38:46 +0000 michael moving motion estimation specific variables from MpegEncContext -> MotionEstContext libavcodec
Tue, 11 May 2004 00:58:08 +0000 michael reduce dependancy between motion estimation and MpegEncContext libavcodec
Fri, 30 Apr 2004 18:09:24 +0000 michael dont missuse assert() libavcodec
Sun, 25 Apr 2004 02:09:47 +0000 michael support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors libavcodec
Sat, 24 Apr 2004 03:43:43 +0000 michael sanity checks libavcodec
Sat, 24 Apr 2004 03:36:37 +0000 michael minor motion estimation cleanup libavcodec
Fri, 23 Apr 2004 19:06:30 +0000 michael reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold libavcodec
Thu, 22 Apr 2004 03:31:29 +0000 michael motion estimation cleanup libavcodec
Fri, 16 Apr 2004 01:01:45 +0000 michael unify table indexing (motion_val,dc_val,ac_val,coded_block changed) libavcodec
Wed, 24 Mar 2004 23:32:48 +0000 mellum warning patrol libavcodec
Fri, 13 Feb 2004 17:54:10 +0000 michael multithreaded/SMP motion estimation libavcodec
Wed, 28 Jan 2004 00:36:58 +0000 michael 4mv + b frame encoding segfault fix libavcodec
Wed, 14 Jan 2004 02:35:04 +0000 michael dont calculate stuff if its not used ... libavcodec
Wed, 14 Jan 2004 02:21:39 +0000 michael fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp libavcodec
Sat, 10 Jan 2004 16:04:55 +0000 michael copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec
Mon, 05 Jan 2004 22:57:07 +0000 michael interlaced dct decision cleanup libavcodec
Tue, 30 Dec 2003 16:07:57 +0000 michael interlaced motion estimation libavcodec
Tue, 09 Dec 2003 01:49:56 +0000 michael move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Fri, 28 Nov 2003 22:09:09 +0000 michael cleanup libavcodec