log

age author description
2006-11-09 michael 10000l to myself, fixing regression test failure libavcodec
2006-11-08 michael 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture libavcodec
2006-11-08 mru allow spaces in source and build directory names libavcodec
2006-11-07 bcoudurier typo libavcodec
2006-11-07 bcoudurier add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag libavcodec
2006-11-07 lu_zero Simplify libavcodec
2006-11-07 diego Use MMX only under x86_32, there are compilation problems. libavcodec
2006-11-07 bcoudurier add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodec
2006-11-07 kostya Bump version for Fraps v[24] support libavcodec
2006-11-06 reimar Avoid void*-arithmetic, and uint8_t* is more correct anyway. libavcodec
2006-11-06 bcoudurier include parser.h instead of mpegvideo.h libavcodec
2006-11-06 bcoudurier rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static libavcodec
2006-11-06 bcoudurier move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c libavcodec
2006-11-06 gpoirier Fix ASF format parser's broken UTF-16 string handling libavcodec
2006-11-06 kostya Check for symbol count libavcodec
2006-11-06 kostya Limit output sample to 0..maxval, fixes decoding of T16E0.JLS libavcodec
2006-11-05 bcoudurier use AVRational and ff_frame_rate_tab for frame_rate libavcodec
2006-11-05 reimar Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since libavcodec
2006-11-05 bcoudurier remove useless line variable libavcodec
2006-11-05 bcoudurier fix decoding position libavcodec
2006-11-05 kostya Correct support for Fraps v4 (and Huffman tree for < 256 symbols) libavcodec
2006-11-05 kostya Update comment libavcodec
2006-11-05 kostya Fraps v2 and v4 support libavcodec
2006-11-04 ods15 ministry of english grammar :) then->than libavcodec
2006-11-03 michael doxy libavcodec
2006-11-03 michael ensure alignment (no speed change) libavcodec
2006-11-03 michael merging mov & and (no speedchange) libavcodec
2006-11-03 michael 2 instructions less (same speed) libavcodec
2006-11-03 michael comment about failed optimization libavcodec
2006-11-03 michael move luma tc0 related init into asm libavcodec
2006-11-03 kostya RGB32 support in Targa libavcodec
2006-11-03 michael 2 instructions less in h264_loop_filter_luma_mmx2() libavcodec
2006-11-03 michael preempt possible overflow libavcodec
2006-11-03 michael 1 instruction less libavcodec
2006-11-03 kostya Use bpp from header in error message libavcodec
2006-11-03 michael optimize H264_DEBLOCK_P0_Q0 libavcodec
2006-11-02 michael new I/P frame selection heuristic libavcodec
2006-11-02 bcoudurier change gif muxer to simple gif encoder libavcodec
2006-11-02 corey Correct description of mblmin and mblmax. libavcodec
2006-11-02 gpoirier outputs bit spent on various encoding functions (motion vectors, overhead, etc) libavcodec
2006-11-01 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
2006-11-01 michael 10l (forgot ALT_SCAN) libavcodec
2006-11-01 diego Rename SWAP macro to FFSWAP. libavcodec
2006-11-01 diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavcodec
2006-11-01 michael merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) libavcodec
2006-11-01 diego Make tests compile on non-x86. libavcodec
2006-11-01 diego Use common define for x86_32 and x86_64. libavcodec
2006-11-01 mru indentation libavcodec
2006-11-01 mru CODEC_CAP_DELAY support libavcodec
2006-11-01 reimar Reenable AMD64 optimizations for cabac accidentially disabled in r6852 libavcodec
2006-11-01 diego Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change libavcodec
2006-10-31 michael fix 1/0 b frames + CBR bug libavcodec
2006-10-31 diego cosmetics: Restore alphabetical order. libavcodec
2006-10-30 mru coded line size is a multiple of 4 libavcodec
2006-10-30 ods15 fix for disabling vorbis decoder but enabling vorbis encoder libavcodec
2006-10-30 kostya Init vlc tables as static libavcodec