Mercurial > libavcodec.hg
graph
-
apply the loop filter to fragments as they are rendered into the final libavcodec2005-05-21, by melanson
-
another bitstream extraction to optimize: fixed-length motion vectors libavcodec2005-05-21, by melanson
-
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering libavcodec2005-05-19, by michael
-
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavcodec2005-05-19, by aurel
-
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) libavcodec2005-05-18, by lorenm
-
use VLCs for in place of get_fragment_run_length(), get_mode_code(), and libavcodec2005-05-17, by melanson
-
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavcodec2005-05-17, by melanson
-
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API libavcodec2005-05-17, by michael
-
remove permutation done to quant tables and then undone during idct libavcodec2005-05-17, by michael
-
disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct libavcodec2005-05-17, by michael
-
fill missing reference pictures with something to avoid assertion failure libavcodec2005-05-14, by michael
-
LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) libavcodec2005-05-11, by michael