log stream/stream_dvdnav.c @ 29117:010781e92294

age author description
Thu, 09 Apr 2009 14:23:09 +0000 reimar Add a -indentify message that indicates if the current DVDNAV title is
Mon, 16 Feb 2009 02:00:29 +0000 diego Replace double semicolon by single semicolon.
Sat, 12 Jul 2008 08:07:54 +0000 nicodvb in dvd streams the title part ranges from 1 to 99
Sat, 07 Jun 2008 13:13:15 +0000 ben Factorizes dvdnav aid retrieval code.
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:40 +0000 ben rename for consistency
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, 11 Feb 2008 22:03:34 +0000 nicodvb -chapter is now handled uniformly calling demuxer_seek_chapter() instead
Sat, 26 Jan 2008 16:19:42 +0000 ben factorize 2 tests
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 13:10:47 +0000 ben remove useless casts
Sat, 26 Jan 2008 13:07:47 +0000 ben simplify by a one-liner
Sat, 26 Jan 2008 13:06:42 +0000 ben remove the spu_set field, replaced by a flag
Sat, 26 Jan 2008 12:54:44 +0000 ben this end brace was not correctly indented
Sat, 26 Jan 2008 12:54:14 +0000 ben automatically set spu button highlight when nav cell has changed
Sat, 26 Jan 2008 11:51:34 +0000 ben Add support for dvdnav still frames playback.
Thu, 24 Jan 2008 19:20:19 +0000 ben array was defined for 6 elements while 7 were declared
Thu, 24 Jan 2008 19:18:15 +0000 ben type expected by dvdnav_get_title_string() is const
Thu, 24 Jan 2008 19:15:28 +0000 ben remove some redundant declarations
Thu, 24 Jan 2008 19:14:05 +0000 ben Add new command to switch between dvdnav titles
Sun, 13 Jan 2008 12:34:42 +0000 reimar stream_opts should be const
Sat, 05 Jan 2008 14:22:48 +0000 nicodvb implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
Tue, 01 Jan 2008 17:34:57 +0000 nicodvb include dvdnav.h from its installation directory rather than appending
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
Sat, 08 Dec 2007 18:16:02 +0000 nicodvb removed stupid checks
Sun, 02 Dec 2007 21:37:08 +0000 reimar stream_opts arrays should be const
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const