log

age author description
Sun, 22 Feb 2009 17:53:14 +0000 michael Compact repeated messages to "Last message repeated x times". libavutil
Sun, 22 Feb 2009 14:27:50 +0000 stefano Split avutil.h, move all the pixel format definitions to the new libavutil
Sun, 22 Feb 2009 13:48:25 +0000 michael Add note about big vs. little endian. libavutil
Sun, 22 Feb 2009 00:55:49 +0000 pross Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. libavutil
Sun, 22 Feb 2009 00:13:23 +0000 mru Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers libavutil
Sat, 21 Feb 2009 20:38:27 +0000 diego Check return value of posix_memalign and explicitly set pointer to NULL if it libavutil
Sat, 21 Feb 2009 16:03:30 +0000 mru Correct, portable definition of INT_BIT libavutil
Thu, 12 Feb 2009 02:02:42 +0000 diego Remove reference to renamed header file xvmc_render.h. libavutil
Tue, 10 Feb 2009 09:12:52 +0000 cehoyos Silence one icc warning: libavutil
Tue, 10 Feb 2009 01:24:06 +0000 diego Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check. libavutil
Mon, 09 Feb 2009 21:47:57 +0000 michael av_flatten to make the similarly named attribute available. libavutil
Mon, 09 Feb 2009 21:47:05 +0000 michael av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code. libavutil
Sun, 08 Feb 2009 21:23:15 +0000 stefano Document the av_base64_encode/decode functions. libavutil
Sun, 08 Feb 2009 21:19:04 +0000 stefano Cosmetics: "* out" -> "*out" for consistency with the other libavutil
Sun, 08 Feb 2009 21:16:36 +0000 stefano Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size". libavutil