log

age author description
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
2005-05-12 michael some asserts() libavcodec
2005-05-12 michael b_frame_strategy sanity check libavcodec
2005-05-11 diego Add missing pp=ac to pp_help. libavcodec
2005-05-11 michael fixing decoding of AlanKay-245.asf libavcodec
2005-05-11 mru theora decoding using libtheora libavcodec
2005-05-11 michael support the LE reader, so it can be tested a little libavcodec
2005-05-11 michael LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) libavcodec
2005-05-10 michael typo libavcodec
2005-05-10 michael a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] libavcodec
2005-05-10 michael optimization libavcodec
2005-05-10 michael change macros to inline functions libavcodec
2005-05-08 michael #defines for strict_std_compliance and split between inofficial extensions and non standarized things libavcodec
2005-05-08 michael fix PIC libavcodec
2005-05-08 mmu_man support BUILDSUF patch by <charles dot yates at pandora dot be> libavcodec
2005-05-08 michael fix block corruption caused by clear_blocks() optimization libavcodec