log

age author description
2005-05-22 michael libgsm warper by (Alban Bedel: albeu, free fr) libavcodec
2005-05-21 michael fix max b frames with b frame strategy 1 libavcodec
2005-05-21 michael START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org) libavcodec
2005-05-21 melanson fix bugs in new loop filter code; also, refrain from filtering against libavcodec
2005-05-21 michael remove unused vp3 related function pointers libavcodec
2005-05-21 michael disable broken loop filter optimization libavcodec
2005-05-21 melanson apply the loop filter to fragments as they are rendered into the final libavcodec
2005-05-21 melanson render by the slice rather than the plane libavcodec
2005-05-21 melanson clean up some warnings and dead code libavcodec
2005-05-21 michael 1.) LGPL license mentioned libavcodec
2005-05-21 melanson another bitstream extraction to optimize: fixed-length motion vectors libavcodec
2005-05-19 melanson read Huffman tables from Theora header (patch courtesy of libavcodec
2005-05-19 lorenm memory leak libavcodec
2005-05-19 mru accept old extradata format libavcodec
2005-05-19 mru fix decoding of multi-channel vorbis streams libavcodec
2005-05-19 michael use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering libavcodec
2005-05-19 lorenm fix crash on negative POC libavcodec
2005-05-19 melanson replace unpack_token() with a series of lookup tables libavcodec
2005-05-19 aurel install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavcodec
2005-05-18 michael fix mpeg2 chroma_420_type libavcodec
2005-05-18 melanson fix 4MV MC and reinstate new MC VLC libavcodec
2005-05-18 mru fix shared libpostproc build libavcodec
2005-05-18 lorenm H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) libavcodec
2005-05-18 michael reduce size of Vp3Fragment from 32byte to 16byte libavcodec
2005-05-18 michael optimizing rle decoding loops a little libavcodec
2005-05-18 michael disabling buggy optimizations libavcodec
2005-05-18 melanson replace get_superblock_run_length() with a VLC table libavcodec
2005-05-17 melanson use VLCs for in place of get_fragment_run_length(), get_mode_code(), and libavcodec
2005-05-17 melanson signature has an 'x' libavcodec
2005-05-17 melanson Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavcodec
2005-05-17 michael some optimizations gcc should have done (10% faster loop filter) libavcodec
2005-05-17 michael SATURATE_U8 -> clip_uint8 (10% faster loop filter) libavcodec
2005-05-17 michael Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) libavcodec
2005-05-17 michael porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API libavcodec
2005-05-17 michael remove duplicate zigzag tables libavcodec
2005-05-17 michael fix idct permutation libavcodec
2005-05-17 michael porting vp3 idct over to lavc idct api libavcodec
2005-05-17 michael remove permutation done to quant tables and then undone during idct libavcodec
2005-05-17 michael disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct libavcodec
2005-05-17 michael fix last coeff libavcodec
2005-05-17 michael clear blocks after each idct instead of per picture libavcodec
2005-05-16 iive parse and save hrd_fullness and range_map libavcodec
2005-05-16 michael some benchmarking code libavcodec
2005-05-16 michael various 10l fixes for the loop filter libavcodec
2005-05-16 iive whitespace cosmetics libavcodec
2005-05-16 michael fix dequant matrix libavcodec
2005-05-15 michael another try at decode_ref_pic_list_reordering() libavcodec
2005-05-14 mru work with latest svn of x264 libavcodec
2005-05-14 michael preserve parse context libavcodec
2005-05-14 michael fill missing reference pictures with something to avoid assertion failure libavcodec
2005-05-13 michael 10l (%f vs. %Ld) libavcodec
2005-05-13 mru fix theora header parsing libavcodec
2005-05-13 mru remove/replace non-ascii characters libavcodec
2005-05-13 mru change extradata format for vorbis libavcodec
2005-05-13 michael alignment fix by (Gábor Kovács >picard demoscene hu) libavcodec
2005-05-13 michael 10l (mb_type uninitalized and then changed and overwritten) libavcodec
2005-05-12 michael typo found by Chengji Zhao libavcodec
2005-05-12 michael arm alignment fix libavcodec
2005-05-12 iive few bistream fixes and verbosity tweaks libavcodec
2005-05-12 michael sanity check libavcodec