log

age author description
Fri, 30 Jan 2009 20:20:06 +0000 diego Enable internal dvdread support on OS/2.
Fri, 30 Jan 2009 15:41:45 +0000 reimar Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak
Fri, 30 Jan 2009 15:38:54 +0000 reimar Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
Thu, 29 Jan 2009 15:17:22 +0000 compn add pvez to truemotion 1
Thu, 29 Jan 2009 03:36:14 +0000 compn remove sys/timeb.h include
Thu, 29 Jan 2009 02:23:06 +0000 compn increase max glyph and lines limit
Thu, 29 Jan 2009 00:18:32 +0000 diego Use single quotes to avoid escaping double quotes in a string.
Thu, 29 Jan 2009 00:16:09 +0000 diego Use cat instead of echo to generate version.h.
Wed, 28 Jan 2009 17:47:50 +0000 diego Remove superfluous backslash escapes that caused unintended escapes.
Wed, 28 Jan 2009 12:46:05 +0000 reimar Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.
Wed, 28 Jan 2009 00:44:48 +0000 compn increase max subtitle stream limit
Tue, 27 Jan 2009 19:06:50 +0000 reimar Do not use select n lirc code, instead set the fd non-blocking.
Tue, 27 Jan 2009 10:02:47 +0000 reimar Allocate a larger backbuffer to allow resizing without reinit.
Mon, 26 Jan 2009 15:06:44 +0000 diego Add standard license headers.
Mon, 26 Jan 2009 14:36:31 +0000 diego Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.