log

age author description
Mon, 11 Dec 2006 10:52:18 +0000 gpoirier GCC 3.3 compile fix libavcodec
Mon, 11 Dec 2006 10:51:42 +0000 diego Improve option description. libavcodec
Mon, 11 Dec 2006 09:19:58 +0000 mru improved stack misalignment warning libavcodec
Mon, 11 Dec 2006 01:00:50 +0000 takis Adding function which enables writing H.264 NAL units. libavcodec
Sat, 09 Dec 2006 13:30:28 +0000 reimar Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original libavcodec
Sat, 09 Dec 2006 13:13:45 +0000 reimar Typo in error message libavcodec
Fri, 08 Dec 2006 13:25:37 +0000 bcoudurier fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsj, martin at martin st libavcodec
Fri, 08 Dec 2006 05:28:00 +0000 kostya Deobfuscate expression libavcodec
Fri, 08 Dec 2006 05:13:40 +0000 kostya Now ZMBV encoder compiles libavcodec
Fri, 08 Dec 2006 04:37:00 +0000 kostya 1e6l forgot to add zmbvenc.c libavcodec
Fri, 08 Dec 2006 00:42:55 +0000 mru lavc is at major version 51, delete old stuff libavcodec
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavcodec
Thu, 07 Dec 2006 18:35:58 +0000 michael better warning libavcodec
Thu, 07 Dec 2006 18:33:00 +0000 michael ff_check_alignment to warn the user about a missaligned stack libavcodec
Thu, 07 Dec 2006 18:29:02 +0000 michael fix compilation libavcodec
Thu, 07 Dec 2006 16:09:33 +0000 takis Added entry for H.264 DCT to the DSP context. libavcodec
Thu, 07 Dec 2006 15:59:42 +0000 takis Add codec ID for a native H.264 encoder. libavcodec
Thu, 07 Dec 2006 09:59:05 +0000 takis Making rem6 and div6 globally visible and thus adding prefixes. libavcodec
Thu, 07 Dec 2006 09:47:29 +0000 takis Removing unused code libavcodec
Thu, 07 Dec 2006 04:17:01 +0000 kostya ZMBV encoder libavcodec
Wed, 06 Dec 2006 23:46:11 +0000 mru use the standard INT64_C() macro for 64-bit constants libavcodec
Wed, 06 Dec 2006 17:04:23 +0000 takis Add "mixed_refs" description suggested by Loren Merritt and update accompanying libavcodec
Wed, 06 Dec 2006 08:24:29 +0000 takis Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. libavcodec
Wed, 06 Dec 2006 08:17:43 +0000 takis Export symbols of several H.264 intra prediction functions libavcodec
Tue, 05 Dec 2006 22:18:19 +0000 gpoirier fix crash when decoding a truncated H264 slice libavcodec
Tue, 05 Dec 2006 22:05:09 +0000 takis Removing unused code libavcodec
Tue, 05 Dec 2006 21:57:31 +0000 takis Add comment denoting group of H.264 functions libavcodec
Tue, 05 Dec 2006 21:52:15 +0000 takis Change NAL unit type defines to an enum and move to a header file for usage libavcodec
Tue, 05 Dec 2006 12:35:47 +0000 michael 10l umh search needs hex size 2 now after the last change libavcodec
Tue, 05 Dec 2006 12:34:52 +0000 michael make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 libavcodec