log stream/stream_dvdnav.c @ 24270:bfad89d872e1

age author description
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Thu, 23 Aug 2007 23:14:00 +0000 cehoyos Removed uninitialized variable.
Sat, 04 Aug 2007 21:25:28 +0000 nicodvb cosmetics: removed commented code and small reindentation
Sat, 04 Aug 2007 21:16:22 +0000 nicodvb removed unused variables
Sun, 29 Jul 2007 17:57:12 +0000 reimar More doxygen comments
Sun, 22 Apr 2007 10:27:44 +0000 nicodvb after a DVDNAV_VTS_CHANGE event report the title being played
Mon, 09 Apr 2007 16:05:58 +0000 nicodvb implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - dvdnav from mphq required
Fri, 15 Dec 2006 23:12:50 +0000 nicodvb simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte
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, 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)