log

age author description
Mon, 30 Oct 2006 13:48:48 +0000 kostya IMC decoder libavcodec
Mon, 30 Oct 2006 10:15:37 +0000 lucabe AVPicture has 4 planes, not 3 libavcodec
Mon, 30 Oct 2006 02:19:55 +0000 michael dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) libavcodec
Mon, 30 Oct 2006 01:29:56 +0000 michael avoid random noise on damaged frames libavcodec
Sun, 29 Oct 2006 13:14:37 +0000 diego Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under libavcodec
Sat, 28 Oct 2006 20:18:18 +0000 michael update copyright year, it looks odd otherwise :) libavcodec
Sat, 28 Oct 2006 20:00:05 +0000 michael CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks libavcodec
Sat, 28 Oct 2006 18:30:20 +0000 ods15 I hope noone minds, adding myself to eval.c copyright... libavcodec
Sat, 28 Oct 2006 16:11:25 +0000 michael lambda* should be unsigned libavcodec
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