Mercurial > libavcodec.hg
graph
-
more logic behavior if the altenative deblock filters are used (turning a alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now) libavcodecFri, 19 Oct 2001 17:03:51 +0000, by michael
-
added compiletime option to turn width%8==0 on libavcodecFri, 19 Oct 2001 13:56:12 +0000, by michael
-
quick fix for movies with a height which is not a multiple of 8 libavcodecWed, 17 Oct 2001 02:04:16 +0000, by michael
-
exporting qscale data for postprocessing (for MPlayer) libavcodecTue, 16 Oct 2001 23:10:38 +0000, by arpi_esp
-
rewrote the horizontal lowpass filter to fix a bug which caused a blocky look libavcodecMon, 15 Oct 2001 03:01:08 +0000, 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) libavcodecSat, 13 Oct 2001 11:58:41 +0000, by michael
-
bugfixes: last 3 lines not brightness/contrast corrected libavcodecThu, 11 Oct 2001 22:35:45 +0000, by michael
-
new postprocess code by Michael Niedermayer (michaelni@gmx.at) libavcodecWed, 10 Oct 2001 22:13:27 +0000, by arpi
-
corrected mpeg audio encoding overflows - now it should give correct quality even for very high volumes libavcodecMon, 17 Sep 2001 21:19:09 +0000, by glantau
-
fixed symetric quantization (better quality!) libavcodecSun, 16 Sep 2001 21:52:58 +0000, by glantau
-
merged code and tables between encoder and decoder libavcodecSat, 15 Sep 2001 22:42:25 +0000, by glantau
-
added completely new mpeg audio decoder (integer only, free format support, lsf/mpeg25 support, high/low precision support, simpler code) libavcodecSat, 15 Sep 2001 22:40:28 +0000, by glantau
-
Moved some H.263+ variables to MpegEncContext to be thread-safe. libavcodecFri, 31 Aug 2001 06:21:27 +0000, by pulento
-
Added support to Unrestricted Motion Vectors (UMV) libavcodecTue, 28 Aug 2001 23:32:34 +0000, by pulento
-
suppressed nasm dependancy - rewrote forward DCT and motion estimation code libavcodecWed, 15 Aug 2001 22:25:32 +0000, by glantau
-
log2 to av_log2 - added integer version define libavcodecWed, 15 Aug 2001 13:09:28 +0000, by glantau
-
moved matrix init away from MPV_common_init() libavcodecSun, 12 Aug 2001 00:52:37 +0000, by glantau