log searching.c @ 425:323e54a7f200 src

age author description
Thu, 03 Oct 2013 22:19:25 +0000 rathann Prevent segmentation faults in vdnav_describe_title_chapters() src
Thu, 03 Oct 2013 22:10:07 +0000 rathann Fix crash when trying to play a DVD from different region than currently set src
Fri, 07 Oct 2011 17:06:24 +0000 erik Always attempt to move forward on a seek src
Wed, 22 Apr 2009 07:40:57 +0000 nicodvb in dvdnav_describe_chapters() ifo could be leaked in case of erros; fixed by Erik Hovland src
Tue, 30 Dec 2008 14:48:46 +0000 reimar Move dvd_types.h, dvdnav_events.h and dvdnav.h into a dvdnav directory. src
Sun, 14 Sep 2008 20:31:43 +0000 diego Remove useless $Id$ and $Name$ keywords. src
Sun, 14 Sep 2008 15:40:51 +0000 diego Use consistent license headers everywhere: Fix wrong FSF address. src
Sat, 06 Sep 2008 21:55:51 +0000 rathann Remove all trailing whitespace, src
Sat, 30 Aug 2008 12:12:13 +0000 rathann Sync with current libdvdread header location. src
Sun, 08 Jun 2008 09:03:10 +0000 nicodvb include dvdread headers as <libdvdread/*> for upcoming dvdread removal patch src
Thu, 05 Jun 2008 10:28:59 +0000 nicodvb in dvdnav_sector_search() vobu is uint32_t it; patch by Erik Hovland org src
Sat, 19 Apr 2008 09:11:14 +0000 nicodvb removed unnecessary inclusion of vmcmd.h; patch by Erik Hovland - erik hovland org src
Thu, 29 Nov 2007 23:24:05 +0000 nicodvb now dvdnav_describe_title_chapters() also returns the duration of the title src
Thu, 29 Nov 2007 23:09:59 +0000 nicodvb in dvdnav_describe_title_chapters() init *times to NULL, so if something fails we don't leave the ptr uninited src
Wed, 28 Nov 2007 23:19:00 +0000 nicodvb added dvdnav_describe_title_chapters(title) src
Sat, 14 Jul 2007 11:28:12 +0000 nicodvb a beauty mask src
Sat, 14 Jul 2007 11:25:44 +0000 nicodvb make dvdnav_sector_search() work correctly for blocks in the last vobu; patch by ggurov+abv-bg src
Thu, 12 Jul 2007 20:09:45 +0000 nicodvb fixed off-by-one bug in scan_admap (copied reference code from ifo_print.c); reported by ggurov+abv-bg src
Wed, 11 Jul 2007 21:53:36 +0000 nicodvb since sectors range in [0..len-1] the target offset must be validated not to exceed length-1; reported by ggurov@abv.bg src
Wed, 11 Jul 2007 21:21:45 +0000 nicodvb in dvdnav_sector_search() replaced check (length-offset<0) with safer (length<offset) ; patch by ggurob abv bg src
Sun, 29 Apr 2007 20:20:42 +0000 nicodvb in dvdnav_sector_search() when playing multiangle titles skip cells not corresponding to BLOCK_MODE_FIRST_CELL src
Tue, 24 Apr 2007 23:06:22 +0000 nicodvb include limits.h; it was included in the previous dvdnav_internal.h and without it players segfault src
Sat, 21 Apr 2007 22:01:34 +0000 nicodvb decoder.h needs inclusion of sys/time.h src
Sat, 21 Apr 2007 11:56:41 +0000 nicodvb moved away from dvdnav_internal.h inclusion of various system headers src
Fri, 20 Apr 2007 23:24:59 +0000 nicodvb moved all header inclusions from .h to .c files; my word, I've never seen such a horrible entanglement as in this mess src
Mon, 16 Apr 2007 22:43:56 +0000 nicodvb include inttypes.h wherever necessary src
Sat, 14 Apr 2007 07:35:36 +0000 nicodvb removed unused 'result' from dvdnav_time_search() src
Sat, 14 Apr 2007 07:33:38 +0000 nicodvb in dvdnav_time_search() vobu and start are uint32_t src
Wed, 11 Apr 2007 20:13:56 +0000 nicodvb removed nonsensical checks on the sanity of dvdnav_t *this src
Mon, 09 Apr 2007 09:56:41 +0000 nicodvb in dvdnav_time_search() skip secondary angles when searching the cell to hump to src
Sun, 08 Apr 2007 17:45:19 +0000 nicodvb implemented dvdnav_get_current_time() with obvious meaning src
Mon, 03 Oct 2005 21:07:14 +0000 mroi commit Miguel's approach on the time search function src
Wed, 07 Jan 2004 19:35:12 +0000 mroi fix assertion failure when someone asks for the position between an Exit src
Sun, 11 May 2003 01:13:40 +0000 jcdutton Start some cleanups. src
Sun, 11 May 2003 00:25:24 +0000 jcdutton Remove all references to S_OK and S_ERR. src
Tue, 29 Apr 2003 14:48:53 +0000 mroi fix some conditions where the following assertion would fail src
Mon, 21 Apr 2003 13:24:31 +0000 mroi some code beautification: src
Mon, 21 Apr 2003 13:18:06 +0000 mroi * fix warnings with gcc 3.3 src
Mon, 07 Apr 2003 16:41:08 +0000 mroi first try resuming, then check if it worked src
Sun, 06 Apr 2003 16:56:22 +0000 jcdutton Implement ESCAPE key jumping from TITLE to MENU and back again. src
Thu, 27 Mar 2003 15:12:26 +0000 mroi reorganize mutual header inclusion to fix warnings when compiling with TRACE defined src
Mon, 24 Mar 2003 16:42:59 +0000 mroi determine correct PG and PTT numbers when seeking across PG boundaries src
Sun, 23 Mar 2003 15:24:31 +0000 mroi PGC based positioning src
Fri, 21 Mar 2003 18:06:44 +0000 mroi fix comment src
Thu, 20 Mar 2003 12:22:59 +0000 mroi do not assume PGs to be physically layed out in sequence on the disc src
Mon, 17 Mar 2003 15:15:38 +0000 mroi release stills when jumping to a menu src
Fri, 14 Mar 2003 18:48:25 +0000 mroi try-run menu jumps src
Wed, 12 Mar 2003 11:39:49 +0000 mroi use the new VM copy mechanism to try-run program skipping and report failure in case src
Sat, 08 Mar 2003 14:04:20 +0000 mroi this is causing more harm than good src
Thu, 06 Mar 2003 22:43:52 +0000 mroi current versions of libdvdread use a nav_types.h we cannot use any more, because the src
Thu, 20 Feb 2003 15:32:21 +0000 mroi big libdvdnav cleanup, quoting the ChangeLog: src
Mon, 13 Jan 2003 13:33:45 +0000 mroi slightly improved logic of program skipping: src
Sat, 12 Oct 2002 10:38:11 +0000 jcdutton Make seek work better. src
Fri, 27 Sep 2002 13:18:02 +0000 mroi - allow seeking to offset 0 (pressing '0' in xine won't work otherwise) src
Tue, 03 Sep 2002 07:50:45 +0000 jcdutton Improve chapter selection functions. src
Tue, 03 Sep 2002 00:41:48 +0000 jcdutton Add a comment so I can tell which version of the CVS a user is using. src
Mon, 02 Sep 2002 03:20:01 +0000 jcdutton Implement proper prev/next chapter/part. src
Tue, 27 Aug 2002 19:15:08 +0000 mroi more consistent console output src
Fri, 26 Jul 2002 07:27:52 +0000 richwareham Some NULL-pointer check from aschultz@cs.uni-magdeburg.de src
Tue, 16 Jul 2002 16:24:19 +0000 mroi hop on menu calls, patch by Phil Hassey <philhassey@users.sourceforge.net> src