log

age author description
Sat, 19 Dec 2009 10:52:32 +0000 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
Fri, 18 Dec 2009 20:27:35 +0000 reimar Add a missing const, fixes a compiler warning.
Fri, 18 Dec 2009 20:26:28 +0000 reimar Allow pulseaudio to restore the previous volume on init instead of forcing to
Fri, 18 Dec 2009 20:22:39 +0000 reimar Get rid of global volume variable, it is only used for temporary values.
Fri, 18 Dec 2009 19:29:33 +0000 reimar Use on-stack subtitle struct for temporary storage for passing subtitles on
Fri, 18 Dec 2009 15:57:52 +0000 ptt synced to r30044
Fri, 18 Dec 2009 15:57:22 +0000 ptt divided a line in two, was too long
Fri, 18 Dec 2009 15:55:45 +0000 ptt synced with r30043
Fri, 18 Dec 2009 11:31:58 +0000 jrash Synced with help_mp-en.h r30044
Fri, 18 Dec 2009 11:15:09 +0000 jrash sync with en/mplayer.1 r30053
Thu, 17 Dec 2009 20:15:34 +0000 cehoyos Support R210 uncompressed 10 bit RGB codec.
Thu, 17 Dec 2009 18:31:59 +0000 reimar Do not modify priv->idx_pos when regenerating the index, use a local
Thu, 17 Dec 2009 13:27:15 +0000 cehoyos Cosmetics: Reindent after r30050.
Thu, 17 Dec 2009 13:23:15 +0000 cehoyos Slightly increase hardware decoding performance by always using more
Thu, 17 Dec 2009 10:57:40 +0000 adrian Cosmetics: reindent
Thu, 17 Dec 2009 02:16:12 +0000 cehoyos Improve VDPAU render performance by increasing number of output surfaces.
Wed, 16 Dec 2009 23:44:26 +0000 diego Make vidix/pci_db2c.awk executable.
Wed, 16 Dec 2009 22:36:17 +0000 adrian The fontconfig check added in r30044 wasn't safe. This makes it more robust.
Wed, 16 Dec 2009 11:59:53 +0000 diego Simplify the evaluation of the lang-def template:
Wed, 16 Dec 2009 11:11:31 +0000 adrian Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found.
Tue, 15 Dec 2009 20:38:54 +0000 adrian Add support for -geometry to corevideo.
Tue, 15 Dec 2009 20:25:50 +0000 adrian Add -xineramascreen support to corevideo vo. Still prefer corevideo's own device_id parameter if it's set.
Tue, 15 Dec 2009 02:13:51 +0000 compn add spdif example from beandog
Mon, 14 Dec 2009 12:03:02 +0000 diego Filter list of missing source files so that it only contains nonexisting files.
Mon, 14 Dec 2009 11:54:49 +0000 diego Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.
Mon, 14 Dec 2009 04:06:25 +0000 diego Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.
Mon, 14 Dec 2009 03:50:34 +0000 diego Avoid hackish shell loop to symlink missing XML source files.
Mon, 14 Dec 2009 03:43:54 +0000 diego Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.
Mon, 14 Dec 2009 03:35:26 +0000 diego Reuse SYMLINKS_DEPS variable in the symlink targets.
Mon, 14 Dec 2009 03:32:12 +0000 diego Simplify shell command to symlink missing translated source files.