log

age author description
Tue, 14 Oct 2008 23:20:10 +0000 diego misc updates for the Xvid, x264 and AAC sections
Tue, 14 Oct 2008 23:15:10 +0000 diego cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
Tue, 14 Oct 2008 23:00:04 +0000 diego cosmetics: Consistently name all header #define variables.
Tue, 14 Oct 2008 22:28:52 +0000 diego Remove some pointless and/or outdated codec documentation sections.
Tue, 14 Oct 2008 22:28:19 +0000 faust3 Honour differences between src and dst stride for packed yuv
Tue, 14 Oct 2008 21:41:25 +0000 diego Remove section about containers. Its contents are non-informative, redundant,
Tue, 14 Oct 2008 21:15:59 +0000 diego Update VIDIX vs. svgalib documentation.
Tue, 14 Oct 2008 16:04:09 +0000 diego #include necessary libavcodec header and remove duplicated struct declaration.
Tue, 14 Oct 2008 09:31:19 +0000 gpoirier update x264's section with r999 of x264
Tue, 14 Oct 2008 09:04:40 +0000 diego Remove useless '#undef realloc', realloc is not referenced anywhere near.
Tue, 14 Oct 2008 08:56:48 +0000 diego Remove duplicate extern declaration, fixes the warning:
Mon, 13 Oct 2008 23:10:42 +0000 diego Remove unused variable ncomps.
Mon, 13 Oct 2008 22:32:20 +0000 ods15 Fix double free in demux_nut, patch by Onur K¸«ä¸«®¸«äk.
Mon, 13 Oct 2008 22:25:35 +0000 diego Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
Mon, 13 Oct 2008 16:26:05 +0000 diego Remove global definition of WIN32 in config.h for Cygwin.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Mon, 13 Oct 2008 16:06:15 +0000 diego Remove pointless #ifdef around the whole file, it is just a complicated #if 1.
Mon, 13 Oct 2008 15:51:29 +0000 diego Declare ThreadProc as void, it does not return anything, fixes the warning:
Mon, 13 Oct 2008 15:25:34 +0000 diego Remove unused function, fixes the warning:
Mon, 13 Oct 2008 15:13:40 +0000 diego Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:
Mon, 13 Oct 2008 14:55:01 +0000 diego Add missing Cygwin header, fixes the warning:
Mon, 13 Oct 2008 14:47:11 +0000 diego Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:
Mon, 13 Oct 2008 14:40:58 +0000 diego Surround conditionally used function with corresponding #ifdef, fixes:
Mon, 13 Oct 2008 14:38:36 +0000 diego Remove redundant variable declaration, fixes the warning:
Mon, 13 Oct 2008 14:17:25 +0000 diego Remove check for byteswap.h, it was removed from FFmpeg.
Sun, 12 Oct 2008 22:12:24 +0000 diego Remove unused variables.
Sun, 12 Oct 2008 22:11:33 +0000 diego Remove redundant declaration of proc_priority.
Sun, 12 Oct 2008 17:18:15 +0000 diego Filter out .hh and .h files in the C++ dependency generation command.
Sun, 12 Oct 2008 17:14:13 +0000 diego Remove useless HAVE_STRCHR definition from config.h.
Sun, 12 Oct 2008 15:58:44 +0000 diego Add missing support for some multimedia keys to X11 backend code.