log stream/stream_dvdnav.h @ 27404:778fac8c186f

age author description
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.