log mpegvideo.c @ 3245:c2c29be6282e libavcodec

age author description
Fri, 31 Mar 2006 20:43:37 +0000 michael remove mpegvideo.c img resample dependancy libavcodec
Thu, 23 Mar 2006 21:54:46 +0000 lorenm prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). libavcodec
Sat, 25 Feb 2006 22:41:31 +0000 mru kill some warnings libavcodec
Mon, 06 Feb 2006 11:21:26 +0000 michael 1 goto 1 fix libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Sat, 04 Feb 2006 22:18:45 +0000 michael simplify libavcodec
Sat, 04 Feb 2006 20:32:02 +0000 michael faster find_startcode() libavcodec
Sat, 28 Jan 2006 00:57:59 +0000 lorenm fix crash on height < 16 pixels. libavcodec
Fri, 27 Jan 2006 23:24:24 +0000 corey Add a newline to b_frame_strategy error message. libavcodec
Fri, 27 Jan 2006 13:19:13 +0000 michael fixing bframe strategy 2 libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Wed, 04 Jan 2006 17:07:30 +0000 diego H.263: more descriptive error message libavcodec
Thu, 29 Dec 2005 15:46:23 +0000 michael second try of improved lambda/qp guessing for motion estimation RD in first pass libavcodec
Sun, 25 Dec 2005 18:34:02 +0000 michael support downscaling frames for dynamic b frame decission libavcodec
Sun, 25 Dec 2005 17:30:52 +0000 michael b frame strategy 2 libavcodec
Thu, 22 Dec 2005 22:48:09 +0000 michael better f_code guessing in 2nd pass libavcodec
Thu, 22 Dec 2005 14:17:54 +0000 michael improved lambda/qp guessing for motion estimation RD in first pass libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Mon, 19 Dec 2005 13:41:27 +0000 michael use correct qp & lambda for ME on the second pass libavcodec
Mon, 19 Dec 2005 03:08:08 +0000 michael forgot libavcodec
Sun, 18 Dec 2005 19:59:33 +0000 michael fix q=0 bug libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavcodec
Wed, 07 Dec 2005 18:21:16 +0000 michael psnr calculation with threads>1 fix libavcodec
Sat, 05 Nov 2005 00:16:03 +0000 michael frame skip fixes libavcodec
Sun, 14 Aug 2005 15:42:40 +0000 mru kill a bunch of compiler warnings libavcodec
Mon, 25 Jul 2005 23:07:27 +0000 michael Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de) libavcodec
Thu, 14 Jul 2005 21:39:36 +0000 michael skip_idct libavcodec
Fri, 17 Jun 2005 15:02:53 +0000 diego spelling fixes libavcodec
Sat, 21 May 2005 22:20:26 +0000 michael fix max b frames with b frame strategy 1 libavcodec