log stream/stream_dvdnav.h @ 25830:32acf35f74e1

age author description
Sat, 26 Jan 2008 16:17:44 +0000 ben add a new state flag to dvdnav in order to notify if
Sat, 26 Jan 2008 11:51:34 +0000 ben Add support for dvdnav still frames playback.
Thu, 24 Jan 2008 19:14:05 +0000 ben Add new command to switch between dvdnav titles
Tue, 01 Jan 2008 17:03:25 +0000 nicodvb removed inclusion of unneeded header (forgotten in previous commit)
Tue, 01 Jan 2008 17:01:03 +0000 nicodvb private structures belong to the C file using them, not to header files included somewhere else
Mon, 31 Dec 2007 16:15:50 +0000 diego Add explanatory comments to the #endif part of multiple inclusion guards.
Sat, 15 Sep 2007 09:57:00 +0000 nicodvb removed unused members from dvdnav_priv_t
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Thu, 14 Dec 2006 23:08:09 +0000 nicodvb implemented dvdnav_lang_from_aid() to retrieve audio language
Thu, 14 Dec 2006 22:11:43 +0000 nicodvb added dvdnav_aid_from_lang() to support -alang
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, 25 Nov 2006 17:44:22 +0000 ben keep nav highlight event in dvdnav priv structure
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:17:34 +0000 nicodvb added code to identify subs language and count; needed for forthcoming support for -slang
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, 20 Sep 2006 21:08:38 +0000 nicodvb removed definitions of no more used or file-static functions
Tue, 19 Sep 2006 23:50:21 +0000 nicodvb introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);
Sat, 16 Sep 2006 15:25:31 +0000 nicodvb report mouse coordinates after movement to dvdnav; this permits to enable button selection using the mouse; patch by Jonas Jermann and me
Sat, 09 Sep 2006 22:40:22 +0000 nicodvb in mp_dvdnav_handle_input() assign the currently selected button, shown in the OSD by main()
Sat, 09 Sep 2006 21:37:57 +0000 nicodvb added mp_dvdnav_handle_input to handle user's input (revived from the repository with few changes)
Sat, 19 Aug 2006 19:41:04 +0000 nicodvb implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)
Thu, 03 Aug 2006 20:44:14 +0000 ben renamed dvdnav_stream to stream_dvdnav for consistency