Mercurial > libavcodec.hg
graph
-
darwin patches by Heliodoro Tammaro <helio at interactives dot org> libavcodecWed, 21 Aug 2002 19:18:02 +0000, by michaelni
-
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus) libavcodecTue, 20 Aug 2002 19:23:06 +0000, by michaelni
-
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho libavcodecSun, 18 Aug 2002 00:42:58 +0000, by michaelni
-
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1 libavcodecSat, 17 Aug 2002 20:10:27 +0000, by michaelni
-
patch by (Volker Moell <volker-ml at die-moells dot de>) libavcodecTue, 13 Aug 2002 18:51:11 +0000, by michaelni
-
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) libavcodecSun, 04 Aug 2002 19:28:27 +0000, by michaelni
-
supporting rare overflow mess even with error_resilience>=0 libavcodecSun, 04 Aug 2002 16:46:18 +0000, by michaelni
-
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment libavcodecSun, 04 Aug 2002 16:05:05 +0000, by michaelni
-
10l found by Rmi Guyomarch <rguyom at pobox dot com> libavcodecThu, 01 Aug 2002 23:23:48 +0000, by michaelni
-
b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) libavcodecWed, 31 Jul 2002 08:01:29 +0000, by michaelni