log

age author description
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.
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
Sun, 05 Oct 2008 23:16:49 +0000 cehoyos Correctly place second const in declaration.
Sun, 05 Oct 2008 21:44:42 +0000 diego Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where
Sun, 05 Oct 2008 21:00:16 +0000 lu_zero gcc-apple specific fallback not necessary anymore
Sun, 05 Oct 2008 20:43:09 +0000 cehoyos Disable mp3lib and liba52-internal for icc.
Sun, 05 Oct 2008 16:47:55 +0000 diego Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
Sun, 05 Oct 2008 13:43:45 +0000 Gabrov synced with r27718
Sat, 04 Oct 2008 18:50:39 +0000 cehoyos Remove b5Dither, g5Dither and r5Dither from libswscale.
Sat, 04 Oct 2008 17:55:42 +0000 diego Revert the removal of the likely/unlikely macros, they are still used.
Sat, 04 Oct 2008 17:15:39 +0000 diego Merge variable declaration and export.
Sat, 04 Oct 2008 16:40:35 +0000 cehoyos Remove g6Dither from libswscale.
Sat, 04 Oct 2008 15:11:39 +0000 ranma Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.
Sat, 04 Oct 2008 15:06:50 +0000 diego Add a comment to lonely 'fi' for clarification.
Sat, 04 Oct 2008 15:03:10 +0000 ranma Make alsa resume after suspend to disk (would say 'file descriptor is in bad state' before this change)
Sat, 04 Oct 2008 13:07:31 +0000 diego cosmetics: more config.h reordering
Sat, 04 Oct 2008 12:39:16 +0000 diego cosmetics: Reorder entries in config.h.
Sat, 04 Oct 2008 12:24:18 +0000 diego 100l: Revert incorrect removal or --ar and --ranlib options.
Sat, 04 Oct 2008 12:14:38 +0000 diego cosmetics: Improve some config.h comments.