log stream/stream_dvdnav.c @ 21560:a16219e6d656

age author description
Sun, 10 Dec 2006 17:25:54 +0000 nicodvb added function to return the language of the specified subtitle id. Patch by
Sat, 09 Dec 2006 19:23:35 +0000 nicodvb export spu palette; part of a patch by Otvos Attila
Sat, 02 Dec 2006 14:50:12 +0000 nicodvb doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()
Mon, 27 Nov 2006 23:25:08 +0000 nicodvb cosmetical reformatting
Mon, 27 Nov 2006 23:21:23 +0000 nicodvb feed the content of NAV_PACKET to the demuxer
Sat, 25 Nov 2006 17:44:22 +0000 ben keep nav highlight event in dvdnav priv structure
Sat, 25 Nov 2006 15:00:08 +0000 nicodvb support for comma-separated language codes in -slang
Sat, 25 Nov 2006 13:03:51 +0000 ben better nav highlight handling
Sat, 25 Nov 2006 12:37:47 +0000 nicodvb removed unused members and variables
Sat, 25 Nov 2006 12:19:15 +0000 nicodvb COSMETICS: consistently reformatted after ben's mess
Sat, 25 Nov 2006 12:17:34 +0000 nicodvb added code to identify subs language and count; needed for forthcoming support for -slang
Sat, 25 Nov 2006 11:20:02 +0000 ben support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
Sun, 12 Nov 2006 17:19:56 +0000 nicodvb consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
Thu, 09 Nov 2006 22:41:45 +0000 nicodvb one more deuglification
Thu, 09 Nov 2006 22:24:57 +0000 nicodvb COSMETICS: renamed dvdnav_priv to priv
Wed, 08 Nov 2006 23:18:56 +0000 nicodvb changed ugly sizeof(*type_ptr) width sizeof(type)
Wed, 08 Nov 2006 23:05:33 +0000 nicodvb COSMETICS: reformatted this ugly mess in a consistent manner
Wed, 08 Nov 2006 00:11:42 +0000 nicodvb support for -dvdangle
Mon, 23 Oct 2006 22:18:08 +0000 nicodvb support for -chapter option (same semanthics as for dvd://)
Mon, 23 Oct 2006 21:17:32 +0000 nicodvb simplified code to handle titleset transition (removed useless assignment)
Mon, 23 Oct 2006 21:07:24 +0000 nicodvb spell fix
Mon, 23 Oct 2006 21:04:31 +0000 nicodvb don't play any other title other than N when N is specified (with dvdnav://N)
Wed, 04 Oct 2006 09:32:38 +0000 nicodvb warn the user to disable the cache when playing dvdnav streams
Wed, 20 Sep 2006 21:09:32 +0000 nicodvb made file-static new_dvdnav_stream() and dvdnav_stream_read()
Tue, 19 Sep 2006 23:50:21 +0000 nicodvb introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);
Tue, 19 Sep 2006 22:01:27 +0000 nicodvb removed dead code
Tue, 19 Sep 2006 21:42:43 +0000 jonas §Ænitial button value is -1. Only (button>0) is a correct button selection.
Mon, 18 Sep 2006 22:02:43 +0000 nicodvb permit seeking to 0: there's no reason to prevent it
Mon, 18 Sep 2006 21:26:26 +0000 nicodvb in the previous commit I forgot to set s->end_pos=0
Mon, 18 Sep 2006 21:22:37 +0000 nicodvb at titleset change call update_title_len() to reset stream->end_pos