log

age author description
Tue, 04 Sep 2007 06:48:22 +0000 benoit add a close function to bitstream filter libavcodec
Mon, 03 Sep 2007 08:46:24 +0000 benoit Remove error raising when explicitely skipping frame libavcodec
Sat, 01 Sep 2007 21:03:17 +0000 vitor Remove reimplementation of get_unary. libavcodec
Sat, 01 Sep 2007 14:00:47 +0000 lu_zero Cosmetics libavcodec
Sat, 01 Sep 2007 13:04:25 +0000 aurel add a warning message for unsupported kind of encoding libavcodec
Fri, 31 Aug 2007 18:51:22 +0000 vitor Cosmetical: Empty line removal libavcodec
Fri, 31 Aug 2007 15:05:40 +0000 vitor Comment about unsupported sample size libavcodec
Fri, 31 Aug 2007 14:58:44 +0000 mhoffman renaming ARCH_BFIN to HAVE_BFIN libavcodec
Thu, 30 Aug 2007 23:16:34 +0000 diego cosmetics: Add some whitespace for better readability. libavcodec
Thu, 30 Aug 2007 23:13:10 +0000 diego cosmetics: Sort bitstream filters. libavcodec
Thu, 30 Aug 2007 23:11:24 +0000 diego cosmetics: Sort some lines, whitespace changes. libavcodec
Thu, 30 Aug 2007 22:41:54 +0000 diego Use a consistent multiple inclusion guard. libavcodec
Thu, 30 Aug 2007 19:18:23 +0000 gpoirier add simple_idct implemented in Sparc VIS libavcodec
Thu, 30 Aug 2007 16:40:51 +0000 vitor Rename function libavcodec
Thu, 30 Aug 2007 16:04:00 +0000 vitor Replace two #define's by inline functions libavcodec
Thu, 30 Aug 2007 15:16:52 +0000 mhoffman Hooking bfin/mathops.h libavcodec
Thu, 30 Aug 2007 15:15:48 +0000 mhoffman Blackfin 32bit multiplication primitives MULH MUL16 libavcodec
Thu, 30 Aug 2007 11:41:58 +0000 reimar Replace complicated and currently broken manual alignment code by libavcodec
Tue, 28 Aug 2007 13:39:50 +0000 lu_zero snow altivec is broken libavcodec
Mon, 27 Aug 2007 21:58:39 +0000 rtogni Change 4xm demuxer and video decoder to pass the video format version in libavcodec
Mon, 27 Aug 2007 10:39:31 +0000 michael typo libavcodec
Mon, 27 Aug 2007 09:21:33 +0000 diego Simplify preprocessor directives. libavcodec
Mon, 27 Aug 2007 09:17:03 +0000 diego Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodec
Sun, 26 Aug 2007 22:38:57 +0000 aurel add get_unary_0_33() to help gcc with inlining libavcodec
Sun, 26 Aug 2007 22:34:49 +0000 aurel cleanup get_unary() libavcodec
Sun, 26 Aug 2007 22:33:48 +0000 aurel move get_unary() to its own file libavcodec
Sun, 26 Aug 2007 22:06:40 +0000 diego Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodec
Sun, 26 Aug 2007 21:47:58 +0000 gpoirier remove alignment correction of the destination pointers in luma_16x6 libavcodec
Sun, 26 Aug 2007 16:10:53 +0000 ramiro CONFIG_7REGS has been renamed to HAVE_7REGS libavcodec
Sun, 26 Aug 2007 12:34:22 +0000 michael workaround gcc bug, untested as my gcc is not complaining libavcodec
Sun, 26 Aug 2007 11:16:23 +0000 michael optimize the first vertical lifting step, this also prevents another libavcodec
Sun, 26 Aug 2007 08:31:55 +0000 michael optimize 1st horizontal lifting step libavcodec
Sun, 26 Aug 2007 08:03:23 +0000 michael typo libavcodec
Sun, 26 Aug 2007 06:51:51 +0000 michael get rid of totally senseless "m" + read in register we have enough libavcodec
Sun, 26 Aug 2007 02:02:14 +0000 michael simplify senselessly complex addressing libavcodec
Sun, 26 Aug 2007 01:20:09 +0000 michael cosmetics libavcodec
Sun, 26 Aug 2007 01:11:02 +0000 michael avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodec
Sat, 25 Aug 2007 19:04:33 +0000 michael avoid an overflow in the 1 horizontal lifting step libavcodec
Sat, 25 Aug 2007 16:28:45 +0000 michael prevent one overflow in the first vertical lifting step libavcodec
Sat, 25 Aug 2007 15:20:56 +0000 michael update mmx code to latest snow changes libavcodec
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