Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Thu, 22 Aug 2002 23:29:45 +0000 | arpi | removed -W -Wall -g and other gcc-specific warning/debug options libavcodec |
Thu, 22 Aug 2002 19:41:39 +0000 | michaelni | faster ff_sqrt() libavcodec |
Thu, 22 Aug 2002 19:41:06 +0000 | michaelni | better scene change detection libavcodec |
Wed, 21 Aug 2002 19:18:02 +0000 | michaelni | darwin patches by Heliodoro Tammaro <helio at interactives dot org> libavcodec |
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 |