log

age author description
Sat, 28 Oct 2006 15:20:00 +0000 michael prevent overflow if lambda2 is "too" large libavcodec
Sat, 28 Oct 2006 11:15:06 +0000 michael use lambda/lmax instead of qscale/qmax as end check for vbv retry libavcodec
Sat, 28 Oct 2006 09:49:13 +0000 ods15 ignore whitespace in ff_eval libavcodec
Sat, 28 Oct 2006 09:30:43 +0000 diego sample rate fix libavcodec
Sat, 28 Oct 2006 08:03:30 +0000 ods15 add missing 'e->value * ' libavcodec
Sat, 28 Oct 2006 07:03:24 +0000 ods15 shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodec
Fri, 27 Oct 2006 23:37:35 +0000 diego Rename dvdsub.c to dvdsubdec.c. libavcodec
Fri, 27 Oct 2006 22:35:55 +0000 michael add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodec
Fri, 27 Oct 2006 22:16:25 +0000 michael support seperating expressons by ; libavcodec
Fri, 27 Oct 2006 22:08:02 +0000 reynaldo Fix obvious typo, BGR555 was missing libavcodec
Fri, 27 Oct 2006 21:37:47 +0000 ods15 possible bug of 'gte' being read as 'gt', same with 'lte' libavcodec
Fri, 27 Oct 2006 21:13:31 +0000 michael minor simplification libavcodec
Fri, 27 Oct 2006 20:38:10 +0000 michael factorize AVEvalExpr alloc and init libavcodec
Fri, 27 Oct 2006 20:16:26 +0000 ods15 update ratecontrol to new ff_eval API libavcodec
Fri, 27 Oct 2006 19:53:41 +0000 reynaldo adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael libavcodec
Fri, 27 Oct 2006 19:50:31 +0000 reynaldo adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael libavcodec
Fri, 27 Oct 2006 16:42:16 +0000 ods15 new optimized eval method, by seperating parsing and runtime libavcodec
Thu, 26 Oct 2006 04:15:48 +0000 kostya LZW decoder as separate module plus TIFF LZW support libavcodec
Thu, 26 Oct 2006 04:06:08 +0000 kostya 10l predictor should not skip first line libavcodec
Tue, 24 Oct 2006 18:57:43 +0000 diego Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodec
Tue, 24 Oct 2006 10:33:40 +0000 michael simplify libavcodec
Tue, 24 Oct 2006 10:13:26 +0000 michael reverse my last change, it was wrong and broken libavcodec
Tue, 24 Oct 2006 09:45:21 +0000 michael remove map variable libavcodec
Tue, 24 Oct 2006 09:34:13 +0000 michael factorize update state out libavcodec
Tue, 24 Oct 2006 09:09:38 +0000 michael FFMAX libavcodec
Tue, 24 Oct 2006 08:52:51 +0000 michael common subexpression elimination libavcodec
Tue, 24 Oct 2006 08:33:44 +0000 michael merge 8 and 16bit functions, they are identical except the data type libavcodec
Tue, 24 Oct 2006 07:33:39 +0000 michael set v_edge_pos correctly for field picture mpeg2 libavcodec
Tue, 24 Oct 2006 05:01:04 +0000 kostya JPEG-LS 16-bit gray support libavcodec
Tue, 24 Oct 2006 05:00:14 +0000 kostya PGM 16-bit gray support libavcodec