Mercurial > libavcodec.hg
graph
-
qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <steve@daviesfam.org> libavcodec2002-01-08, by arpi_esp
-
fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu> libavcodec2002-01-08, by arpi_esp
-
minor brightness/contrast bugfix / moved some global vars into ppMode libavcodec2001-12-28, by michael
-
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable libavcodec2001-12-09, by arpi_esp
-
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable libavcodec2001-12-09, by arpi_esp
-
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound libavcodec2001-11-27, by michael
-
use fastmemcpy for chrominance if no chrominance filtering is done libavcodec2001-11-24, by michael
-
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version libavcodec2001-11-14, by michael
-
- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code. libavcodec2001-11-13, by pulento
-
gcc does optimize writes to non volatile variables away if it didnt know that they were read in between libavcodec2001-11-06, by michael
-
minor changes (fixed some warnings, added attribute aligned(8) stuff) libavcodec2001-11-06, by michael
-
postprocessing array increased to handle HDTV resolutions (1920x1152) libavcodec2001-11-05, by arpi_esp
-
dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at> libavcodec2001-11-03, by arpi_esp
-
fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 versions libavcodec2001-10-25, by michael
-
much better horizontal filters (transpose & use the vertical ones) :) libavcodec2001-10-24, by michael
-
rewrote the horizontal lowpass filter to fix a bug which caused a blocky look libavcodec2001-10-15, by michael
-
fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me a "disassemble $eip-16 $eip+16" from gdb) libavcodec2001-10-13, by michael
-
corrected mpeg audio encoding overflows - now it should give correct quality even for very high volumes libavcodec2001-09-17, by glantau