log

age author description
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.
Thu, 09 Oct 2008 07:46:20 +0000 ulion Fix channel order for ffmpeg flac codec.
Wed, 08 Oct 2008 17:48:23 +0000 vitor Do not set src[1] to the palette, it is now in the context
Wed, 08 Oct 2008 17:46:22 +0000 vitor Add a new unscaled PAL8 -> RGB converter.
Wed, 08 Oct 2008 16:22:23 +0000 kraymer r27182: apply parameter name change of no-correct-pts from r26842 to man page
Wed, 08 Oct 2008 11:59:01 +0000 aurel Change one more variable type from int to enum PixelFormat.
Tue, 07 Oct 2008 19:44:39 +0000 cehoyos Change variable types from int to enum PixelFormat.
Tue, 07 Oct 2008 08:25:47 +0000 diego Remove unnecessary HAVE_AV_CONFIG_H #define.
Mon, 06 Oct 2008 14:09:22 +0000 gpoirier sync w/r27691