log

age author description
Fri, 07 Jul 2006 05:02:01 +0000 kostya Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. libavcodec
Fri, 07 Jul 2006 04:51:50 +0000 kostya Enable coefficient scaling libavcodec
Fri, 07 Jul 2006 04:50:13 +0000 kostya Don't read out-of-bounds values. libavcodec
Thu, 06 Jul 2006 21:41:54 +0000 mru simplify libavcodec
Thu, 06 Jul 2006 20:32:19 +0000 mru build mpegaudio.c and ac3enc.c only if needed libavcodec
Thu, 06 Jul 2006 19:23:21 +0000 stefang hopefully better for platforms not supporting misaligned read libavcodec
Thu, 06 Jul 2006 19:21:00 +0000 stefang make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it libavcodec
Thu, 06 Jul 2006 15:35:29 +0000 michael increasing version for AVBitStreamFilters libavcodec
Thu, 06 Jul 2006 15:28:17 +0000 michael noise bitstream filter libavcodec
Thu, 06 Jul 2006 15:04:46 +0000 michael AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) libavcodec
Thu, 06 Jul 2006 13:53:07 +0000 diego Mark some read-only datastructures as const. libavcodec
Thu, 06 Jul 2006 03:42:51 +0000 kostya Fix one case of choosing MV for chroma libavcodec
Wed, 05 Jul 2006 22:56:45 +0000 diego spelling typo libavcodec
Wed, 05 Jul 2006 19:34:26 +0000 mru use $(LIBOBJFLAGS) when compiling sparc/*.c libavcodec
Wed, 05 Jul 2006 19:31:01 +0000 mru #define SBUTTERFLY outside CONFIG_ENCODERS libavcodec
Wed, 05 Jul 2006 17:11:55 +0000 stefang even more cbp safety libavcodec
Wed, 05 Jul 2006 17:08:13 +0000 stefang missed removing this line in my last commit libavcodec
Wed, 05 Jul 2006 14:12:00 +0000 diego cosmetics: Break overly long lines. libavcodec
Tue, 04 Jul 2006 22:43:35 +0000 michael add rounding bias earlier in the idct, avoids many adds libavcodec
Tue, 04 Jul 2006 19:15:47 +0000 banan Mark read-only data as const. Patch by stefan huehner org. libavcodec
Tue, 04 Jul 2006 17:08:35 +0000 michael return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode libavcodec
Tue, 04 Jul 2006 17:06:43 +0000 michael simplify intra prediction mode decoding libavcodec
Tue, 04 Jul 2006 16:42:22 +0000 michael check cbp for validity, avoids possible out of array reads / segfaults libavcodec
Tue, 04 Jul 2006 16:30:14 +0000 michael minor simplificationn libavcodec
Tue, 04 Jul 2006 15:40:09 +0000 kostya Implement intensity compensation libavcodec
Tue, 04 Jul 2006 15:39:21 +0000 kostya Correctly choose global transform mode, MV mode and fix bitplane decoding libavcodec
Tue, 04 Jul 2006 15:33:28 +0000 kostya Optimizations suggested by Michael Niedermayer libavcodec
Mon, 03 Jul 2006 18:43:45 +0000 stefang cleanup macroblock layer: merged decode of skipped MBs libavcodec
Mon, 03 Jul 2006 17:37:57 +0000 stefang cosmetic patch: libavcodec
Mon, 03 Jul 2006 17:22:18 +0000 kostya Correctly detect when use hpel or qpel mode libavcodec