log

age author description
Wed, 22 Aug 2007 13:19:10 +0000 diego cosmetics: alphabetical order libavcodec
Wed, 22 Aug 2007 13:04:10 +0000 diego Simplify preprocessor directives. libavcodec
Wed, 22 Aug 2007 12:54:49 +0000 mhoffman make clean bfin libavcodec
Wed, 22 Aug 2007 12:41:16 +0000 diego Identifiers starting with underscores are reserved. libavcodec
Tue, 21 Aug 2007 18:24:08 +0000 aurel parsers and bsfs declarations are not meant to be part of public API libavcodec
Tue, 21 Aug 2007 16:29:40 +0000 michael Change rounding of the horizontal DWT to match the vertical one. libavcodec
Tue, 21 Aug 2007 15:48:08 +0000 aurel asv1.c directly uses Put/GetBitContext, so it should include bitstream.h libavcodec
Tue, 21 Aug 2007 00:05:30 +0000 michael remove code which become unused by the previous changes libavcodec
Tue, 21 Aug 2007 00:03:18 +0000 michael Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodec
Tue, 21 Aug 2007 00:02:19 +0000 michael Simplify and optimize the 4th vertical lifting step of the MMX code libavcodec
Mon, 20 Aug 2007 23:59:20 +0000 michael Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodec
Mon, 20 Aug 2007 23:54:49 +0000 michael simplify, speedup and reduce needed headroom by 2 bits in the 3rd libavcodec
Mon, 20 Aug 2007 23:11:05 +0000 michael replace <<1 by add for SSE2 (untested) libavcodec
Mon, 20 Aug 2007 23:09:39 +0000 michael replace <<1 by add libavcodec
Mon, 20 Aug 2007 23:02:59 +0000 michael slightly change horizontal lift3 so it needs 1 bit less headroom libavcodec
Mon, 20 Aug 2007 22:41:47 +0000 michael remove idiotc double subtraction from the sse2 code (untested, no sse2 here) libavcodec
Mon, 20 Aug 2007 22:34:42 +0000 michael fixme note libavcodec
Mon, 20 Aug 2007 22:29:21 +0000 michael and of course the unneeded double subtractions were blindly put in the libavcodec
Mon, 20 Aug 2007 22:26:49 +0000 michael more stupid double subtractions libavcodec
Mon, 20 Aug 2007 22:18:26 +0000 michael get rid of idiotc double subtraction libavcodec
Sun, 19 Aug 2007 20:34:27 +0000 banan Cosmetics, indentation. libavcodec
Sun, 19 Aug 2007 20:31:53 +0000 banan Trellis quantization support for adpcm_swf. libavcodec
Sun, 19 Aug 2007 12:36:15 +0000 reimar Use defines instead of raw hex numbers to specify CRC polynomials libavcodec
Wed, 15 Aug 2007 21:19:13 +0000 ramiro CONFIG_7REGS -> HAVE_7REGS libavcodec
Wed, 15 Aug 2007 12:59:27 +0000 marco Make the Golomb decoder work for Dirac libavcodec
Tue, 14 Aug 2007 22:28:09 +0000 gpoirier Statements like a = b = c = d = e; store from right-to-left, so if libavcodec
Mon, 13 Aug 2007 22:55:04 +0000 ramiro Introduce AVERROR_PATCHWELCOME libavcodec
Mon, 13 Aug 2007 17:57:06 +0000 diego Move msmpeg4 tables from a header file to msmpegdata.c. libavcodec
Mon, 13 Aug 2007 15:28:29 +0000 ramiro Add attribute that forces alignment of stack to functions that need it. libavcodec
Mon, 13 Aug 2007 14:16:20 +0000 mhoffman special handling for vp3 idct, use the c reference libavcodec