log

age author description
Fri, 11 Jan 2008 20:12:04 +0000 reimar Fix indentation
Fri, 11 Jan 2008 20:10:39 +0000 reimar Remove useless cast
Fri, 11 Jan 2008 19:59:08 +0000 ben document vo.* and ao.* playback profiles
Fri, 11 Jan 2008 10:15:46 +0000 ulion Fix buffer overflow bug by calculate the buffer size accurately.
Thu, 10 Jan 2008 23:32:50 +0000 ben allow profile loading per audio/video output
Thu, 10 Jan 2008 21:47:33 +0000 reimar Add an extra check to avoid a case that cause black lines in scaled
Thu, 10 Jan 2008 19:59:09 +0000 eugeni Clear demuxed data when subtitle track is changed.
Thu, 10 Jan 2008 19:47:18 +0000 eugeni Use malloc for codecdata. Fixes segfault in free_sh_sub.
Thu, 10 Jan 2008 19:21:56 +0000 ben updated english manpage with protocol/extension profile loading feature
Thu, 10 Jan 2008 18:46:08 +0000 ben factorizes variable check
Thu, 10 Jan 2008 18:45:08 +0000 ben add support for per protocol and per extension playback profile loading
Thu, 10 Jan 2008 18:41:21 +0000 ben export m_config_set_profile()
Thu, 10 Jan 2008 18:40:26 +0000 ben allow generation of ctags and etags
Thu, 10 Jan 2008 12:44:17 +0000 ulion Deny the code using realpath().
Wed, 09 Jan 2008 16:20:42 +0000 gpoirier sync w/r25657
Wed, 09 Jan 2008 07:18:14 +0000 reimar Codecdata must always be malloc'd, fixes free being called with an
Wed, 09 Jan 2008 03:38:47 +0000 compn dumpstream is NOT a better way to copy a dvd title
Wed, 09 Jan 2008 03:37:17 +0000 compn dvd-device can specify iso files too
Wed, 09 Jan 2008 01:17:52 +0000 uau Set CONFIG_SWSCALER in order to avoid imgresample
Wed, 09 Jan 2008 01:17:49 +0000 uau Remove unnecessary <signal.h> includes
Tue, 08 Jan 2008 22:18:48 +0000 reimar Use getppid instead of getpid and move a snprintf to where it is actually needed.
Tue, 08 Jan 2008 22:18:35 +0000 reimar Simplify a needlessly complex use of snprintf
Tue, 08 Jan 2008 21:40:44 +0000 reimar Do not use exit_player in the signal handler, this code just can not
Tue, 08 Jan 2008 12:46:20 +0000 eugeni Clear fonts when the file is closed.
Tue, 08 Jan 2008 12:45:41 +0000 eugeni Fix ass_clear_fonts not deallocating fontdata.
Tue, 08 Jan 2008 00:37:41 +0000 diego Fix illegal identifiers, names starting with __ are reserved for the system.
Mon, 07 Jan 2008 23:43:10 +0000 diego Fix illegal identifier, names starting with _ and uppercase are reserved.
Mon, 07 Jan 2008 23:34:15 +0000 diego Fix illegal identifier, names starting with _ and uppercase are reserved.
Mon, 07 Jan 2008 22:46:53 +0000 diego Fix #endif comment, sync with libdvdcss r208.
Mon, 07 Jan 2008 21:06:50 +0000 eugeni No need to reinvent strdup...