log

age author description
Mon, 04 Jan 2010 21:22:33 +0000 diego Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.
Mon, 04 Jan 2010 21:10:15 +0000 diego cosmetics: Break multiple statements on one line apart.
Mon, 04 Jan 2010 20:53:57 +0000 diego Remove previous failed attempt at disabling that auto-generation of some C code.
Mon, 04 Jan 2010 20:36:27 +0000 diego Add required header #includes to satisfy 'make checkheaders'.
Mon, 04 Jan 2010 20:32:23 +0000 diego Drop -Iloader from CPPFLAGS for the loader subdirectory.
Mon, 04 Jan 2010 19:56:28 +0000 diego Add loader/wine/ to DIRS; its headers should be part of checkheaders.
Mon, 04 Jan 2010 19:49:42 +0000 diego Add missing config.h #include.
Mon, 04 Jan 2010 19:36:18 +0000 diego Refactor real --> float #define to a typedef in a common header.
Mon, 04 Jan 2010 19:04:33 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Mon, 04 Jan 2010 18:58:35 +0000 diego Add a few missing header #includes and #defines.
Mon, 04 Jan 2010 15:14:21 +0000 diego Remove unused variable; fixes the warning:
Mon, 04 Jan 2010 14:42:59 +0000 diego Add multiple inclusion guards to all mp3lib headers.
Mon, 04 Jan 2010 13:13:10 +0000 diego Add missing config.h #include; remove a redundant one.
Mon, 04 Jan 2010 13:05:52 +0000 diego Add missing license headers for vo_matrixview code.
Mon, 04 Jan 2010 13:05:05 +0000 diego Refer to MatrixView instead of MPlayer in code taken from MatrixView.
Mon, 04 Jan 2010 13:01:44 +0000 diego Clarify which version of the GPL applies to MPlayer.
Mon, 04 Jan 2010 12:24:07 +0000 diego cosmetics: tabs to spaces, some reindentation
Mon, 04 Jan 2010 12:12:57 +0000 diego Fix fribidi check to avoid spamming the console with error messages.
Mon, 04 Jan 2010 11:58:56 +0000 reimar Remove ARGB support from matrixview vo, it is quite pointless and causes
Mon, 04 Jan 2010 11:14:47 +0000 diego Fix a few typos in the matrixview section.
Mon, 04 Jan 2010 11:13:49 +0000 diego Add a few definitions used by FFmpeg to config.h:
Mon, 04 Jan 2010 10:24:10 +0000 diego prettyprinting cosmetics
Mon, 04 Jan 2010 09:48:14 +0000 diego Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.
Sun, 03 Jan 2010 18:44:56 +0000 reimar Make vo gl print the OpenGL vendor and version strings.
Sun, 03 Jan 2010 17:12:12 +0000 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
Sun, 03 Jan 2010 17:04:04 +0000 reimar Avoid memleaks when vo_direct3d initialization fails.
Sun, 03 Jan 2010 17:00:51 +0000 reimar Modify -vo direct3d so we do not have to link against d3d9.dll, it might
Sun, 03 Jan 2010 16:51:56 +0000 reimar Some Changelog updates.
Sun, 03 Jan 2010 16:46:31 +0000 reimar Enable all FFmpeg protocols by default, they seem to build without issue
Sun, 03 Jan 2010 16:39:16 +0000 reimar 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.