log

age author description
Sat, 25 Aug 2007 09:23:17 +0000 diego prettyprinting cosmetics libavcodec
Sat, 25 Aug 2007 03:19:39 +0000 michael cleanup (remove some old experimentation related code) libavcodec
Sat, 25 Aug 2007 03:04:13 +0000 michael we only have 2 wavelets, the 3rd was just for experimentation ... libavcodec
Sat, 25 Aug 2007 03:00:51 +0000 michael use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodec
Fri, 24 Aug 2007 23:49:11 +0000 diego whitespace/indentation cosmetics libavcodec
Fri, 24 Aug 2007 23:01:50 +0000 diego Remove HAVE_ALTIVEC preprocessor directives that are only compiled libavcodec
Fri, 24 Aug 2007 15:42:50 +0000 diego Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodec
Fri, 24 Aug 2007 15:38:37 +0000 diego Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodec
Fri, 24 Aug 2007 15:18:41 +0000 diego Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec
Fri, 24 Aug 2007 15:08:46 +0000 diego Merge __MWERKS__ preprocessor directives. libavcodec
Fri, 24 Aug 2007 15:04:00 +0000 diego Move Apple gcc AltiVec vector declaration syntax to libavutil. libavcodec
Fri, 24 Aug 2007 14:57:46 +0000 diego Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec
Fri, 24 Aug 2007 14:18:09 +0000 michael int->uint8_t libavcodec
Fri, 24 Aug 2007 14:02:02 +0000 michael int->int8_t (no need for them to be int ...) libavcodec
Thu, 23 Aug 2007 20:28:28 +0000 reimar Add request_channels member to AVCodecContext so we now have a proper libavcodec
Thu, 23 Aug 2007 10:49:14 +0000 michael use more bits on the encoder side libavcodec
Thu, 23 Aug 2007 07:02:27 +0000 lucabe Initialize the "stc" variable before using it in ff_find_start_code() libavcodec
Wed, 22 Aug 2007 22:46:39 +0000 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodec
Wed, 22 Aug 2007 17:26:49 +0000 michael simplify libavcodec
Wed, 22 Aug 2007 15:03:14 +0000 benoit right filename in doxygen comment libavcodec
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