log

age author description
Wed, 01 Nov 2006 21:09:14 +0000 diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavcodec
Wed, 01 Nov 2006 19:34:30 +0000 michael merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) libavcodec
Wed, 01 Nov 2006 18:51:37 +0000 diego Make tests compile on non-x86. libavcodec
Wed, 01 Nov 2006 18:34:40 +0000 diego Use common define for x86_32 and x86_64. libavcodec
Wed, 01 Nov 2006 18:19:20 +0000 mru indentation libavcodec
Wed, 01 Nov 2006 18:18:48 +0000 mru CODEC_CAP_DELAY support libavcodec
Wed, 01 Nov 2006 17:18:49 +0000 reimar Reenable AMD64 optimizations for cabac accidentially disabled in r6852 libavcodec
Wed, 01 Nov 2006 17:01:33 +0000 diego Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change libavcodec
Tue, 31 Oct 2006 22:22:11 +0000 michael fix 1/0 b frames + CBR bug libavcodec
Tue, 31 Oct 2006 11:19:51 +0000 diego cosmetics: Restore alphabetical order. libavcodec
Mon, 30 Oct 2006 20:43:07 +0000 mru coded line size is a multiple of 4 libavcodec
Mon, 30 Oct 2006 18:05:35 +0000 ods15 fix for disabling vorbis decoder but enabling vorbis encoder libavcodec
Mon, 30 Oct 2006 13:57:55 +0000 kostya Init vlc tables as static libavcodec
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
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
Tue, 24 Oct 2006 04:59:46 +0000 kostya PNG 16-bit gray decoding support libavcodec
Tue, 24 Oct 2006 04:57:43 +0000 kostya 16-bit grayscale support libavcodec
Mon, 23 Oct 2006 17:06:32 +0000 lucabe Do not use a fake libavcodec/swscale.h, but always use the real one libavcodec
Mon, 23 Oct 2006 16:54:21 +0000 reimar CABAC assembler optimizations ported to AMD64 libavcodec
Mon, 23 Oct 2006 00:10:18 +0000 aurel document the extradata protocol for VP6F libavcodec
Sun, 22 Oct 2006 23:19:42 +0000 aurel use the adjustment value present in FLV to crop VP6 video libavcodec
Sun, 22 Oct 2006 18:33:09 +0000 aurel use coded_width and coded_height instead of width and height libavcodec
Sun, 22 Oct 2006 17:25:16 +0000 bcoudurier indention libavcodec