log stream/stream_dvdnav.c @ 34180:61f7925ff295

age author description
Sun, 12 Jun 2011 11:12:17 +0000 reimar Remove pointless ().
Sat, 26 Mar 2011 20:22:43 +0000 reimar Use fewer () to make code more readable.
Mon, 14 Mar 2011 00:07:11 +0000 cehoyos Output ID_DVD_VOLUME_ID also for dvdnav://.
Mon, 28 Feb 2011 10:51:56 +0000 cehoyos Add ID_DVD_TITLE_x_CHAPTERS and ID_DVD_CURRENT_TITLE to the output of
Sun, 20 Feb 2011 18:07:48 +0000 cehoyos "FIx" chapter references (make them identical to dvd).
Wed, 27 Oct 2010 16:38:51 +0000 cigaes Move spudec.[ch] to the sub directory.
Wed, 11 Aug 2010 20:44:29 +0000 reimar Add const qualifiers to function string arguments as appropriate.
Fri, 19 Feb 2010 10:22:29 +0000 diego Remove pointless '#if 1' preprocessor directives.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Wed, 11 Nov 2009 09:09:08 +0000 reimar Set the EOF flag when dvdnav reached the end of the requested title.
Tue, 10 Nov 2009 23:20:05 +0000 reimar Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
Tue, 10 Nov 2009 23:15:48 +0000 reimar Move arrays used by both dvd and dvdnav to dvd_common.
Tue, 10 Nov 2009 23:12:01 +0000 reimar Remove unused extern declarations.
Tue, 10 Nov 2009 23:10:57 +0000 reimar Share dvd_device extern declaration between dvd and dvdnav.
Tue, 10 Nov 2009 23:03:52 +0000 reimar Remove an unused variable.
Mon, 09 Nov 2009 10:29:15 +0000 reimar Remove unused mp_dvdnav_aid_from_audio_num function
Mon, 09 Nov 2009 10:27:48 +0000 reimar Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and
Thu, 05 Nov 2009 21:29:14 +0000 reimar dvdnav: print ID_SID_..._LANG, just like dvd://
Thu, 05 Nov 2009 21:27:25 +0000 reimar Cosmetics: indentation, merge two consecutive ifs.
Thu, 05 Nov 2009 21:26:23 +0000 reimar Make dvdnav also print info about audio streams with unknown language, just like dvd://
Thu, 05 Nov 2009 21:22:38 +0000 reimar Make the dvdnav stream language information output more similar to the dvd one.
Thu, 05 Nov 2009 21:13:38 +0000 reimar Change the subtitle numbers in the dvdnav subtitle language info to match
Thu, 08 Oct 2009 11:25:01 +0000 diego cosmetics: Remove some pointless parentheses from return calls.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 11 Apr 2009 13:51:02 +0000 diego Reemit the ID_AID_x_LANG for the track. This allows the identification of the
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.