log

age author description
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.
Sun, 12 Oct 2008 12:12:41 +0000 diego Move socklen_t typedef from config.h to stream/network.h.
Sat, 11 Oct 2008 08:22:03 +0000 diego Do not provide a prototype for setenv in config.h, we do not provide a
Fri, 10 Oct 2008 21:56:03 +0000 diego cosmetics: Move some config.h entries to more sensible places.
Fri, 10 Oct 2008 05:34:49 +0000 diego cosmetics: Group codec-, network- and gui-related options together in config.h.
Thu, 09 Oct 2008 22:11:56 +0000 diego cosmetics: Group system header and function definitions together in config.h.
Thu, 09 Oct 2008 17:10:31 +0000 cehoyos Remove unused line (and fix an icc warning).
Thu, 09 Oct 2008 17:08:47 +0000 cehoyos Replace numeric constants by their defines.
Thu, 09 Oct 2008 11:13:14 +0000 flameeyes Mark some symbols in swscale.c as constant.
Thu, 09 Oct 2008 11:12:38 +0000 flameeyes Mark dither_2x2_{8,4} static to swscale.c
Thu, 09 Oct 2008 11:11:35 +0000 flameeyes Mark variation-specific interleaveBytes static.
Thu, 09 Oct 2008 11:10:30 +0000 flameeyes Invert logic for the single-pass in swScale() functions.
Thu, 09 Oct 2008 08:36:04 +0000 cehoyos Change variable types from int to enum PixelFormat.