log

age author description
Mon, 03 Dec 2007 09:58:50 +0000 Gabrov synced with r25282
Mon, 03 Dec 2007 09:57:21 +0000 rfelker 10l, len may change after initialization time
Mon, 03 Dec 2007 09:07:31 +0000 rfelker fix declaration after statement, take 2
Mon, 03 Dec 2007 09:03:45 +0000 rfelker fix declaration after statement
Mon, 03 Dec 2007 04:08:36 +0000 ulion Skip empty vobsub streams when selecting subtitles.
Mon, 03 Dec 2007 03:29:55 +0000 corey fix typo
Mon, 03 Dec 2007 03:20:11 +0000 ulion Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.
Sun, 02 Dec 2007 23:01:01 +0000 diego Remove unused variables, fixes the warnings:
Sun, 02 Dec 2007 22:32:44 +0000 reimar Get rid of some useless extra ()
Sun, 02 Dec 2007 22:12:50 +0000 reimar mime_type_table is const as well
Sun, 02 Dec 2007 22:08:22 +0000 reimar Add a few forgotten static/const attributes in tvi_vbi.c
Sun, 02 Dec 2007 21:48:45 +0000 reimar Make wsKeyNames array const
Sun, 02 Dec 2007 21:41:51 +0000 reimar evNames / evBoxs should be "static const"
Sun, 02 Dec 2007 21:37:08 +0000 reimar stream_opts arrays should be const
Sun, 02 Dec 2007 21:26:23 +0000 reimar Make m_option_t arrays referenced by cfg-common.h const
Sun, 02 Dec 2007 20:48:16 +0000 reimar Table of ID3 genres should be const as well
Sun, 02 Dec 2007 20:43:35 +0000 reimar Format mapping table should be const
Sun, 02 Dec 2007 18:24:01 +0000 reimar Preserve unsv:// protocol specifier over http redirects.
Sun, 02 Dec 2007 18:04:14 +0000 cehoyos Fix playback of streams with more than one video track (only one supported).
Sun, 02 Dec 2007 17:45:08 +0000 reimar Get rid of fsPressed variable and related code. It does not really
Sun, 02 Dec 2007 16:52:19 +0000 reimar Parameter of Filter function can be const, removes the warning
Sun, 02 Dec 2007 16:50:33 +0000 reimar Fix return type of getGtkEntryText, it must be const
Sun, 02 Dec 2007 16:45:34 +0000 reimar Make the main m_option_t arrays const
Sun, 02 Dec 2007 16:40:20 +0000 reimar Add appropriate const specifiers to some custom parse functions.
Sun, 02 Dec 2007 16:10:56 +0000 reimar Move fakemono extern to cfg-common.h where it is actually used.
Sun, 02 Dec 2007 16:08:07 +0000 reimar Remove pointless ifdefs around extern declarations
Sun, 02 Dec 2007 15:56:38 +0000 reimar Option print functions may not and do not modify value
Sun, 02 Dec 2007 15:53:33 +0000 ulion Do not queue empty cmd.
Sun, 02 Dec 2007 15:46:44 +0000 reimar Mark more m_option_t uses as const
Sun, 02 Dec 2007 15:43:30 +0000 reimar Get rid of some "discards qualifiers" warnings
Sun, 02 Dec 2007 15:35:58 +0000 reimar First try to mark some things in m_config correctly as const
Sun, 02 Dec 2007 15:23:14 +0000 reimar get/set video colors string is constant
Sun, 02 Dec 2007 15:22:06 +0000 reimar vf_equalizer_t string is constant
Sun, 02 Dec 2007 15:04:32 +0000 reimar Make osd font const
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:24:23 +0000 reimar Mark several uses of vo_functions_t as const to stop some of the current
Sun, 02 Dec 2007 14:17:45 +0000 reimar Remove completely outdated commented-out code
Sun, 02 Dec 2007 14:07:01 +0000 diego Fix some spelling typos
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Sun, 02 Dec 2007 13:53:03 +0000 reimar Remove last remains of long-gone VOCTRL_SCREENSHOT
Sun, 02 Dec 2007 13:47:18 +0000 reimar Remove video_out_png extern in vo_vesa (remains of ill-advised
Sun, 02 Dec 2007 13:38:51 +0000 reimar Remove casts that are (no longer) necessary
Sun, 02 Dec 2007 13:37:15 +0000 reimar Use proper type for vidix_preinit parameter instead of void *
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Sun, 02 Dec 2007 13:13:02 +0000 voroshil When IFO file is opened (detected by extension), set dvd-device to IFO file's
Sun, 02 Dec 2007 13:07:35 +0000 reimar Make auto_open_streams array itself const
Sun, 02 Dec 2007 11:14:50 +0000 ulion Add type info to menu_t, now we can get the menu name and the type name of menu.
Sat, 01 Dec 2007 16:31:49 +0000 reimar auto_open_streams should have const type, fix also the places where it is used
Sat, 01 Dec 2007 15:12:05 +0000 reimar Finally replace get_uint?? by AV_RL??
Sat, 01 Dec 2007 15:01:55 +0000 reimar Get rid of annoying, space-wasting sizeof(uint32_t)
Sat, 01 Dec 2007 15:00:22 +0000 reimar Bigendian fix for ogg in AVI
Sat, 01 Dec 2007 14:58:00 +0000 reimar Use a loop instead of doing the same thing three times
Sat, 01 Dec 2007 14:55:58 +0000 reimar Use a pointer variable for extradata to simplify init_avi_with_ogg
Sat, 01 Dec 2007 14:29:53 +0000 reimar Set sh_video->format when parsing aviheader, otherwise it might never
Sat, 01 Dec 2007 14:22:27 +0000 reimar Remove some pointless casts
Sat, 01 Dec 2007 14:09:48 +0000 reimar Create correct extradata for vorbis audio when used as avi sub-demuxer
Sat, 01 Dec 2007 13:50:30 +0000 reimar Fix some typos in comments, grammar is still bad.
Sat, 01 Dec 2007 13:35:25 +0000 reimar Fix typos in comments to stop them hurting my eyes
Sat, 01 Dec 2007 11:35:03 +0000 nicodvb at startup show audio and subtitle streams available in the chosen title with all their properties