log

age author description
2006-10-30 kostya Init vlc tables as static libavcodec
2006-10-30 kostya IMC decoder libavcodec
2006-10-30 lucabe AVPicture has 4 planes, not 3 libavcodec
2006-10-30 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
2006-10-30 michael avoid random noise on damaged frames libavcodec
2006-10-29 diego Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under libavcodec
2006-10-28 michael update copyright year, it looks odd otherwise :) libavcodec
2006-10-28 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
2006-10-28 ods15 I hope noone minds, adding myself to eval.c copyright... libavcodec
2006-10-28 michael lambda* should be unsigned libavcodec
2006-10-28 michael prevent overflow if lambda2 is "too" large libavcodec
2006-10-28 michael use lambda/lmax instead of qscale/qmax as end check for vbv retry libavcodec
2006-10-28 ods15 ignore whitespace in ff_eval libavcodec
2006-10-28 diego sample rate fix libavcodec
2006-10-28 ods15 add missing 'e->value * ' libavcodec
2006-10-28 ods15 shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodec
2006-10-27 diego Rename dvdsub.c to dvdsubdec.c. libavcodec
2006-10-27 michael add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodec
2006-10-27 michael support seperating expressons by ; libavcodec
2006-10-27 reynaldo Fix obvious typo, BGR555 was missing libavcodec
2006-10-27 ods15 possible bug of 'gte' being read as 'gt', same with 'lte' libavcodec
2006-10-27 michael minor simplification libavcodec
2006-10-27 michael factorize AVEvalExpr alloc and init libavcodec
2006-10-27 ods15 update ratecontrol to new ff_eval API libavcodec
2006-10-27 reynaldo adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael libavcodec
2006-10-27 reynaldo adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael libavcodec
2006-10-27 ods15 new optimized eval method, by seperating parsing and runtime libavcodec
2006-10-26 kostya LZW decoder as separate module plus TIFF LZW support libavcodec
2006-10-26 kostya 10l predictor should not skip first line libavcodec
2006-10-24 diego Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodec
2006-10-24 michael simplify libavcodec
2006-10-24 michael reverse my last change, it was wrong and broken libavcodec
2006-10-24 michael remove map variable libavcodec
2006-10-24 michael factorize update state out libavcodec
2006-10-24 michael FFMAX libavcodec
2006-10-24 michael common subexpression elimination libavcodec
2006-10-24 michael merge 8 and 16bit functions, they are identical except the data type libavcodec
2006-10-24 michael set v_edge_pos correctly for field picture mpeg2 libavcodec
2006-10-24 kostya JPEG-LS 16-bit gray support libavcodec
2006-10-24 kostya PGM 16-bit gray support libavcodec
2006-10-24 kostya PNG 16-bit gray decoding support libavcodec
2006-10-24 kostya 16-bit grayscale support libavcodec
2006-10-23 lucabe Do not use a fake libavcodec/swscale.h, but always use the real one libavcodec
2006-10-23 reimar CABAC assembler optimizations ported to AMD64 libavcodec
2006-10-23 aurel document the extradata protocol for VP6F libavcodec
2006-10-22 aurel use the adjustment value present in FLV to crop VP6 video libavcodec
2006-10-22 aurel use coded_width and coded_height instead of width and height libavcodec
2006-10-22 bcoudurier indention libavcodec