log

age author description
Sun, 27 Jul 2008 20:50:24 +0000 michael Make the selftesting code use and compileable. libavutil
Thu, 24 Jul 2008 17:09:28 +0000 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavutil
Thu, 24 Jul 2008 10:53:32 +0000 diego Remove AltiVec vector declaration compiler compatibility macros. libavutil
Fri, 18 Jul 2008 01:18:59 +0000 mru intreadwrite: support DEC compiler __unaligned type qualifier libavutil
Thu, 17 Jul 2008 18:42:19 +0000 mru Rearrange AV_[RW][BL]*() macros libavutil
Tue, 15 Jul 2008 19:06:18 +0000 mru ARM: ARMv6 optimised FASTDIV libavutil
Tue, 15 Jul 2008 19:06:03 +0000 mru ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() libavutil
Tue, 15 Jul 2008 19:05:49 +0000 mru ARM: ARMv6 optimised bswap_16/32 libavutil
Tue, 15 Jul 2008 17:17:35 +0000 astrange Print the address of the AVCodecContext in av_log(). libavutil
Sun, 13 Jul 2008 19:59:44 +0000 vitor Add av_clipf() function to common.h and use it in ra288.c libavutil
Sun, 13 Jul 2008 14:56:01 +0000 lorenm simplify vorbis windowing libavutil
Sat, 05 Jul 2008 08:10:47 +0000 diego Only define AltiVec vector syntax macro when AltiVec is enabled. libavutil
Sun, 08 Jun 2008 10:55:34 +0000 michael Make START/STOP_TIMER not require -v 2. libavutil
Thu, 05 Jun 2008 19:49:47 +0000 mru alloc_size attribute is new to gcc 4.3; don't use it with lesser versions libavutil
Tue, 03 Jun 2008 22:10:53 +0000 diego Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition. libavutil