log stream/stream_dvdnav.h @ 37195:ac6c37d85d65 default tip

age author description
Sun, 19 Feb 2012 14:58:53 +0000 cehoyos Fix compilation after r34736.
Wed, 11 Aug 2010 20:44:29 +0000 reimar Add const qualifiers to function string arguments as appropriate.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sun, 29 Jun 2008 13:14:02 +0000 nicodvb removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You can't turn your back for a second...
Sat, 07 Jun 2008 13:06:27 +0000 ben Add routine that provides audio ID corresponding to logical number
Sat, 07 Jun 2008 12:57:23 +0000 ben Rename some functions as they are mplayer related and not
Sat, 07 Jun 2008 12:42:00 +0000 ben Add routine to determine if SPU has changed in dvdnav stream.
Sat, 07 Jun 2008 12:37:32 +0000 ben Add routine to determine if audio has changed in dvdnav stream.
Sat, 07 Jun 2008 10:30:49 +0000 ben Save DVDNAV palette info.
Mon, 10 Mar 2008 19:28:42 +0000 diego Add missing header #includes to fix 'make checkheaders'.
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