Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Tue, 20 Aug 2002 19:23:06 +0000 | 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) libavcodec |
Sun, 18 Aug 2002 00:42:58 +0000 | michaelni | same dc skip behavior for chroma & luma elimination, its confusing otherwise imho libavcodec |
Sat, 17 Aug 2002 20:10:27 +0000 | 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 libavcodec |
Tue, 13 Aug 2002 18:51:11 +0000 | michaelni | patch by (Volker Moell <volker-ml at die-moells dot de>) libavcodec |
Fri, 09 Aug 2002 10:43:02 +0000 | kabi | * resync without endless loop libavcodec |
Fri, 09 Aug 2002 00:13:54 +0000 | michaelni | faster vlc table selection libavcodec |