log

age author description
Wed, 04 Dec 2013 23:02:01 +0000 rathann In vm_new_vm(), use the proper calloc() argument order src tip
Tue, 12 Nov 2013 00:55:10 +0000 rathann Check for out-of-bounds values for pgcn src
Mon, 11 Nov 2013 23:49:17 +0000 rathann Avoid a crash when program number is zero. src
Sun, 10 Nov 2013 11:38:58 +0000 rathann Reset vm->hop_channel while resetting everything else in vm_reset src
Sun, 06 Oct 2013 21:56:26 +0000 rathann Pass return value of vm_jump_up back to the caller. src
Sun, 06 Oct 2013 20:54:43 +0000 rathann Prevent general CPP macro from causing strange behavior. src
Sun, 06 Oct 2013 20:47:20 +0000 rathann Correct comment. dvdnav_time_search *is* implemented, just somewhat src
Thu, 03 Oct 2013 23:15:54 +0000 rathann Let dvdnav_describe_title_chapters() skip PGCs with missing cells. src
Thu, 03 Oct 2013 23:02:55 +0000 rathann Make sure program_map is not NULL. src
Thu, 03 Oct 2013 22:43:52 +0000 rathann Do not close file twice. src
Thu, 03 Oct 2013 22:39:38 +0000 rathann Fix integer overflow in dvdnav_convert_time(). src
Thu, 03 Oct 2013 22:30:48 +0000 rathann Let dvdnav_describe_title_chapters() skip PGCs with a cell number of zero. src
Thu, 03 Oct 2013 22:21:29 +0000 rathann This is a heuristic to prevent segfaults when src
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
Sun, 17 Mar 2013 14:06:49 +0000 diego Add missing strings.h #include for strncasecmp(). src
Tue, 05 Feb 2013 21:25:29 +0000 rathann Unbreak playback of DVDs with menus, broken by r1245. src
Sun, 09 Dec 2012 21:45:02 +0000 rathann Fix strict aliasing warnings. src
Sun, 09 Dec 2012 21:39:37 +0000 rathann Restore C++ compatibility by renaming the parameter to 'self' like in src
Sun, 09 Dec 2012 21:22:15 +0000 rathann Make sure we get nav packets for all cells in multi angle features src
Sun, 09 Dec 2012 21:13:14 +0000 rathann Fix failed assertion when there's no menu. src
Fri, 07 Oct 2011 17:06:24 +0000 erik Always attempt to move forward on a seek src
Sat, 11 Jun 2011 15:42:20 +0000 reimar Do not use non-standard sys/fcntl.h include, use just fcntl.h src
Sun, 20 Mar 2011 18:06:39 +0000 erik Fix typos in comments src
Sat, 26 Feb 2011 20:32:32 +0000 erik Fix grammar in dvdnav.h src
Sat, 12 Feb 2011 20:29:58 +0000 erik Fix typos src
Sun, 21 Nov 2010 23:59:43 +0000 erik Prevent abort if a menu doesn't exist. src
Fri, 30 Jul 2010 23:34:24 +0000 erik If there is no VMGI or PGCI return instead of try to get them src
Fri, 30 Jul 2010 23:34:19 +0000 erik Fix a spelling error in the comments src
Fri, 30 Jul 2010 23:34:16 +0000 erik Add dvdnav_program_play & dvdnav_current_title_program src
Fri, 30 Jul 2010 23:34:13 +0000 erik Make sure part is initialized src
Fri, 30 Jul 2010 23:34:11 +0000 erik Prevent deadlock in dvdnav_reset src
Fri, 30 Jul 2010 23:34:08 +0000 erik Clear all of position_current src
Tue, 01 Jun 2010 10:02:38 +0000 nicodvb logs belong to stderr, not stdout; patch by John Stebbins src
Tue, 01 Jun 2010 10:01:33 +0000 nicodvb Prevent display of garbage volume label when the file being scanned is src
Tue, 01 Jun 2010 08:17:15 +0000 nicodvb in vm:c set_PGN removed restriction that didn't play multi-PGC titles; patch by John Stebbins src
Thu, 27 May 2010 15:26:27 +0000 erik Fix pthread_mutex_destroy macro for Win32 src
Tue, 25 May 2010 23:33:59 +0000 rathann Provide a way to retrieve video resolution. src
Sun, 06 Sep 2009 15:26:43 +0000 erik Cosmetic change only - os2_open src
Sun, 06 Sep 2009 15:26:39 +0000 erik OS/2 portability fix 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
Mon, 02 Feb 2009 22:55:58 +0000 nicodvb implement and export dvdnav_get_serial_string(); patch by Matthew Wire devel - mrwire - co - uk. Fixed by Erik src
Mon, 12 Jan 2009 12:10:32 +0000 diego Ignore generated .d files. 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
Thu, 09 Oct 2008 22:20:36 +0000 diego OS/2 support by KO Myung-Hun, komh chollian net src
Thu, 09 Oct 2008 22:20:01 +0000 diego cosmetics: Remove all trailing whitespace. src
Sun, 14 Sep 2008 20:31:43 +0000 diego Remove useless $Id$ and $Name$ keywords. src
Sun, 14 Sep 2008 20:11:17 +0000 diego Use consistent multiple inclusion guards everywhere: src
Sun, 14 Sep 2008 16:05:09 +0000 diego Convert all ISO8859-1 sequences to proper UTF-8. 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
Sun, 31 Aug 2008 18:13:23 +0000 rathann A variable assignment is missing a lock around it. src
Sat, 30 Aug 2008 12:12:13 +0000 rathann Sync with current libdvdread header location. src
Sun, 13 Jul 2008 16:52:11 +0000 rathann reverted MP_DVDNAV #define removal src
Sun, 13 Jul 2008 13:17:35 +0000 rathann remove unused #define src
Sun, 29 Jun 2008 12:58:08 +0000 nicodvb after an AUDIO change event assign the logical stream to the returned event, src
Sat, 28 Jun 2008 09:20:17 +0000 nicodvb change the prototype of dvdnav_describe_title_chapters() to use 'self' instead of 'this' for compatibility with c++ compilers src
Sat, 14 Jun 2008 12:33:21 +0000 nicodvb now autotools use dvdread-config, too. Based on a patch by Dan Nicholson src
Wed, 11 Jun 2008 18:06:43 +0000 rathann remove obsolete URL from info message (until we get a proper homepage) src
Sun, 08 Jun 2008 09:12:14 +0000 nicodvb finally removed libdvdread; new build build system temporarily broken: will fix in next commit 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:30:17 +0000 nicodvb (char*) typecase to silence gcc; patch by Erik Hovland org 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
Thu, 05 Jun 2008 10:27:01 +0000 nicodvb in remap_loadmap() memzero tmp before using it; patch by Erik Hovland org src
Thu, 05 Jun 2008 10:24:24 +0000 nicodvb memzero ICB before using it; patch by Erik Hovland org src
Thu, 05 Jun 2008 10:22:53 +0000 nicodvb replaced *struct assignment with call to memcpy(); patch by Erik Hovland org src
Thu, 05 Jun 2008 10:19:26 +0000 nicodvb fixed incorrect type cast; patch by Erik Hovland org src
Thu, 05 Jun 2008 08:55:12 +0000 nicodvb replace an assert(getenv("HOME)) with a return NULL in cases src
Thu, 05 Jun 2008 08:45:35 +0000 nicodvb gettimeofday() doesn't exist on windows, but recent mingw32 runtime src
Sun, 01 Jun 2008 16:00:17 +0000 nicodvb removed inclusion of vmcmd.h src
Sat, 31 May 2008 12:34:25 +0000 nicodvb adapted the tree to the dvdread->libdvdread transition src
Sat, 31 May 2008 12:29:19 +0000 nicodvb moved dvdread to libdvdread; it's the first step for the separation of the lib from dvdnav src
Tue, 27 May 2008 21:53:10 +0000 nicodvb workaround wrong filesize indicated in the UDF; patch by unknown author posted by Alexander Roalter it src
Thu, 22 May 2008 20:29:08 +0000 nicodvb in dvdnav_close() protect the actual call do DVDCloseFile() with a mutex; patch by Erik Hovland org src
Sun, 11 May 2008 20:35:22 +0000 nicodvb read_playback_type() finally removes the last conditional bitfield struct src
Sun, 11 May 2008 19:07:25 +0000 nicodvb read_cell_playback() removes another conditional bitfield. src
Sun, 11 May 2008 09:43:48 +0000 nicodvb added read_pgci_srp() and removed another conditional bitfield src
Sun, 11 May 2008 09:27:42 +0000 nicodvb added read_user_ops() and removed conditional bitfield src
Sat, 10 May 2008 20:53:00 +0000 nicodvb more braces removed src
Sat, 10 May 2008 20:46:42 +0000 nicodvb prevent 2 potential memory leaks in SetUDFCache() src
Sat, 10 May 2008 20:37:13 +0000 nicodvb cosmetics: tabs->spaces, hopefully the indentation is much better now src
Sat, 10 May 2008 20:21:37 +0000 nicodvb cosmetics: fewer useless braces src
Sat, 10 May 2008 10:24:22 +0000 nicodvb 100% cosmetics: removed various spaces/tabs and useless braces. Tiny reindentation src
Sat, 10 May 2008 10:07:06 +0000 nicodvb use memcpy() instead of struct assignment. Patch by Erik Hovland org src
Fri, 09 May 2008 21:34:39 +0000 nicodvb removed unnecessary inclusion of config.h - patch by Erik Hovland org src
Fri, 09 May 2008 21:33:31 +0000 nicodvb removed unnecessary inclusion of bswap.h - patch by Erik Hovland org src
Sat, 03 May 2008 08:22:40 +0000 nicodvb read_subp_attr() uses getbits() instead of relying on endianness-specific bitfields src
Sat, 03 May 2008 08:05:35 +0000 nicodvb removed forgotten debug src
Sat, 03 May 2008 08:04:34 +0000 nicodvb read_multichannel_ext() uses getbits() instead of relying on endianness-specific bitfields src
Sat, 03 May 2008 07:50:09 +0000 nicodvb read_audio_attr() uses getbits() instead of relying on endianness-specific bitfields src
Fri, 02 May 2008 08:27:21 +0000 nicodvb video_attr_t is now defined and read correctly, rather than relying on conditional bitfields src
Thu, 01 May 2008 17:13:36 +0000 nicodvb split bitstream reader functions in 2 separate files for reuse src
Sun, 27 Apr 2008 09:53:45 +0000 nicodvb some debug message to identify the cause of 'Invalid main menu IFO' src
Tue, 22 Apr 2008 07:36:49 +0000 nicodvb 10l to me: in vm_get_current_menu() I forgot to attach src
Sun, 20 Apr 2008 08:29:02 +0000 nicodvb in get_PGCIT() check the validity of vm->vtsi before risking to dereference NULL; src
Sun, 20 Apr 2008 08:18:52 +0000 nicodvb check that dvdcss_version is not NULL before dereferencing it; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 10:35:25 +0000 nicodvb in remap_loadmap() close the file pointer before exiting ; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 10:34:31 +0000 nicodvb in remap_loadmap() free map before exiting in case of failure ; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 10:27:37 +0000 nicodvb in DVDDiscID() call DVDCloseFile() before exiting with an error ; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 10:11:36 +0000 nicodvb in dvdnav_get_next_cache_block() release the mutex if vm_start() failed ; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 10:07:47 +0000 nicodvb added missing mutex around the code in dvdnav_clear() ; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 09:44:15 +0000 nicodvb in dvdnav_open() make sure to NULL-terminate this->path and to not overrun its length; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 09:40:03 +0000 nicodvb prevent access to index ouf of bounds when iterating over titles; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 09:34:55 +0000 nicodvb #define TITLES_MAX as 9 instead of using an hardcodec value ; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 09:29:18 +0000 nicodvb prevent string overflow in static buffer using strncat(MAX_UDF_FILE_NAME_LEN-1) instead of strcat() ; patch by Erik Hovland - erik hovland org src
Sat, 19 Apr 2008 09:19:24 +0000 nicodvb set cached_dir_base=NULL after free()ing it; patch by Erik Hovland - 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
Sat, 05 Jan 2008 15:17:28 +0000 nicodvb make static const various tables; NULL were changed to emtpy strings; patch by Diego Petten src
Sat, 05 Jan 2008 09:22:45 +0000 nicodvb static-ize a const; patch by Diego Petten src
Mon, 31 Dec 2007 18:17:34 +0000 nicodvb in DVDOpen(), if path_copy ends up being an empty string transform it to /; part of ogle-1778 fixed by me src
Mon, 31 Dec 2007 18:08:06 +0000 nicodvb malloc() a buffer large enough before calling getcwd() - part of ogle-1778 src
Mon, 31 Dec 2007 17:56:30 +0000 nicodvb fix potential memleak, part of ogle-1778 src
Mon, 31 Dec 2007 17:48:08 +0000 nicodvb more 0->NULL changes, part of ogle-1778 src
Mon, 31 Dec 2007 17:44:05 +0000 nicodvb call dvdinput_close() after having successfully opened it but before exiting in case of errors; part of ogle-1778 src
Mon, 31 Dec 2007 17:25:55 +0000 nicodvb more 0->NULL in functions returning pointers src
Sun, 30 Dec 2007 14:29:20 +0000 nicodvb fail DVDDiscID if no ifo files are found. ogle-1766 src
Sun, 30 Dec 2007 14:22:32 +0000 nicodvb fix various memleaks, part of ogle-1764 src
Sun, 30 Dec 2007 14:08:25 +0000 nicodvb functions returning pointers should return NULL, not 0. part of ogle-1764 src
Sun, 30 Dec 2007 13:59:19 +0000 nicodvb reindented src
Sun, 30 Dec 2007 13:58:36 +0000 nicodvb report when no FirstPlayPGC is present - ogle-1736 src
Sun, 30 Dec 2007 13:49:03 +0000 nicodvb various reports about audio stream (bits, quantization, etc) . ogle-1721 src
Sun, 30 Dec 2007 11:35:06 +0000 nicodvb define _SIZE macros as unsigned; part of ogle-1675 src
Tue, 04 Dec 2007 23:03:58 +0000 nicodvb in B2N_64 always append ULL to the hex bitmasks to force conversion of 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
Wed, 28 Nov 2007 23:13:50 +0000 nicodvb added utility functions vm_get_title_ifo() and vm_ifo_close() src
Sun, 11 Nov 2007 11:57:34 +0000 nicodvb export UDF symbols in the symbol table for some programs that use them src
Sun, 11 Nov 2007 11:29:53 +0000 nicodvb include dvdread/ifo_types.h instead of dvdnav/ifo_types.h src
Sun, 11 Nov 2007 11:23:05 +0000 nicodvb install dvd_udf.h (some program needs it) src
Sun, 19 Aug 2007 21:25:04 +0000 rathann - fix compilation of C++ code using dvdnav.h (this is a reserved C++ keyword) src
Sun, 05 Aug 2007 20:27:59 +0000 nicodvb dvdread is now built as independent library and installed system-wide alongside libdvdnav src
Thu, 02 Aug 2007 21:58:59 +0000 nicodvb don't call dvdnav functions from within dvdread 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
Mon, 11 Jun 2007 21:14:12 +0000 nicodvb implemented dvdnav_get_audio_attr and dvdnav_get_spu_attr; patch by Attila Otvos src
Sat, 05 May 2007 10:52:11 +0000 nicodvb in DVDOpen() exit if strdup() fails; part of a patch by Videolan team src
Sat, 05 May 2007 10:32:13 +0000 nicodvb define B2xx macros for BEOS as for WIN32 variants; patch by Videolan team 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
Sun, 29 Apr 2007 18:10:02 +0000 nicodvb added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs src
Sat, 28 Apr 2007 09:27:27 +0000 nicodvb when compiling against external dvdread add a compile time macro to 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
Sun, 22 Apr 2007 21:29:21 +0000 nicodvb removed more silly checks on !this before every public function src
Sun, 22 Apr 2007 20:01:44 +0000 nicodvb include dvdnav/nav_types.h in the installed dvdnav.h src
Sat, 21 Apr 2007 22:27:26 +0000 nicodvb include sys/time.h for gettimeofday() prototype src
Sat, 21 Apr 2007 22:01:34 +0000 nicodvb decoder.h needs inclusion of sys/time.h src
Sat, 21 Apr 2007 12:02:37 +0000 nicodvb include sys/time.h from decoder.c instead of decoder.h src
Sat, 21 Apr 2007 11:56:41 +0000 nicodvb moved away from dvdnav_internal.h inclusion of various system headers src
Sat, 21 Apr 2007 11:41:56 +0000 nicodvb include config.h (if present) src
Sat, 21 Apr 2007 11:08:56 +0000 nicodvb moved inclusion of inttypes.h from dvd_types.h to the including .c files 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
Thu, 19 Apr 2007 15:45:30 +0000 reimar Move identical dlopen statements outside #ifdef mess src
Wed, 18 Apr 2007 22:41:10 +0000 nicodvb avoid leaking file descriptors obtained by opendir(); synced with upstream as reported by Diego Petteno' src
Wed, 18 Apr 2007 22:36:58 +0000 nicodvb replaced sequency of strncpy() and strncat() by 1 snprintf() and fixed off-by-1 possible buffer oveflow; patch by Diego Petteno' src
Wed, 18 Apr 2007 22:34:52 +0000 nicodvb support for dvdcss in Darwin; patch by Diego Petteno' and Reimar src
Tue, 17 Apr 2007 21:02:51 +0000 nicodvb removed redefinition of memcpy() as bcopy() (maybe done for some probably inexistent systems); patch by Diego Petteno src
Tue, 17 Apr 2007 20:57:17 +0000 nicodvb replaced 08llx with PRIx64; patch by Diego Petteno' src
Mon, 16 Apr 2007 22:43:56 +0000 nicodvb include inttypes.h wherever necessary src
Mon, 16 Apr 2007 21:24:01 +0000 nicodvb support for non-linux GLIBC-based systems and OSX; patch by Diego Petteno' (flameeyes gmail com) 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:16:09 +0000 nicodvb removed unused format variable in dvdnav_audio_stream_channels() src
Wed, 11 Apr 2007 20:13:56 +0000 nicodvb removed nonsensical checks on the sanity of dvdnav_t *this src
Wed, 11 Apr 2007 19:52:10 +0000 nicodvb added dvdnav_audio_stream_channels(); patch by Andreas Oman (andreas olebyn nu) src
Tue, 10 Apr 2007 20:50:09 +0000 nicodvb renamed dvdnav_audio_stream_to_format() as dvdnav_audio_stream_format() as implemeted in dvdnav.c; patch by Andreas Oman (andreas olebyn nu) 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
Sun, 08 Apr 2007 17:41:12 +0000 nicodvb define MP_DVDNAV to identify the version of the library used used src
Sat, 07 Apr 2007 18:05:14 +0000 nicodvb removed .cvsignore files src
Thu, 14 Dec 2006 13:28:07 +0000 jcdutton Implement: src
Mon, 03 Oct 2005 21:07:14 +0000 mroi commit Miguel's approach on the time search function src
Wed, 20 Apr 2005 16:16:20 +0000 mroi fix compiler warnings related to aliasing violations src
Wed, 20 Apr 2005 16:05:43 +0000 mroi prevent races src
Fri, 18 Mar 2005 20:27:14 +0000 mrouthier added dvdnav_get_restrictions() src
Wed, 09 Feb 2005 17:07:27 +0000 mroi fix memleak reported by Jerome src
Sun, 16 Jan 2005 16:47:05 +0000 mroi fixing typos noticed by Jeff Smith src
Sat, 15 Jan 2005 14:48:35 +0000 mroi fix the printerr macro again to have \0-terminated strings src
Sat, 15 Jan 2005 14:42:50 +0000 mroi * fix the printerr() macros src
Mon, 03 Jan 2005 20:24:21 +0000 mroi newer versions of libtool claim the LT_* namespace for themselves, so src
Wed, 15 Dec 2004 21:16:58 +0000 mroi killing a lot of asserts and turning them into forced executions of Exit, src
Sat, 20 Nov 2004 21:10:25 +0000 jcdutton Patch from Vradi Istvn. src
Fri, 22 Oct 2004 12:14:12 +0000 jcdutton Fix segfault if the DVD does not contain a FP_PGC. src
Fri, 22 Oct 2004 11:36:19 +0000 jcdutton Stop seg fault when using ifo_dump. src
Thu, 30 Sep 2004 19:16:36 +0000 mroi fix a long-standing problem: sometimes, hitting Escape in the movie and then src
Mon, 27 Sep 2004 12:24:01 +0000 jcdutton Add extra info to printout when using ifo_dump. src
Sun, 12 Sep 2004 15:18:16 +0000 mroi patch from Frantiek to avoid symbol name clashes src
Sun, 12 Sep 2004 15:12:43 +0000 mroi I added this code myself a long time ago, but now I am quite convinced that src
Sun, 20 Jun 2004 16:49:08 +0000 mroi fix some error conditions (fixes dvdnav_title_part_play()) src
Sun, 20 Jun 2004 16:47:37 +0000 mroi small indentation fix src
Fri, 21 May 2004 19:32:25 +0000 mroi division by zero fix reported by david huber src
Wed, 19 May 2004 18:31:11 +0000 mroi very small build system change: automake suggests to add headers for internal src
Fri, 09 Apr 2004 12:15:26 +0000 mroi removing O_EXCL, since it does not work with DVD images src
Wed, 03 Mar 2004 16:50:42 +0000 mroi * assert(0) does not always and the program (see NDEBUG) src
Wed, 03 Mar 2004 16:48:36 +0000 mroi porting AMD64 patches from xine (provided by Goetz Waschk and Gwenole Beauchesne src
Mon, 23 Feb 2004 18:14:42 +0000 mroi typo fix from libdvdread, found by Yi-Shin Li, patch seen on Ogle-devel by Daniel src
Mon, 16 Feb 2004 15:53:20 +0000 mroi nesting and indentation do not match, but I think the braces do not actually src
Fri, 13 Feb 2004 19:16:17 +0000 mroi merge the two #ifdef blocks that both check for WIN32 to improve readability src
Fri, 13 Feb 2004 19:15:30 +0000 mroi lower impact solution for the win32 build src
Wed, 11 Feb 2004 15:05:20 +0000 mroi unused define src
Wed, 11 Feb 2004 15:05:02 +0000 mroi Makefiles have to use tabs for indentation (GNU make does not care, but other src
Fri, 06 Feb 2004 23:45:15 +0000 jcdutton Allow -export-symbols-regex again. src
Sun, 01 Feb 2004 17:59:57 +0000 jcdutton Add dlfcn.h and dlfcn.c to the distribution. src
Sun, 01 Feb 2004 17:55:19 +0000 jcdutton Add support for building under MINGW. src
Sun, 01 Feb 2004 00:44:43 +0000 jcdutton libdvdnav now builds a .DLL on cygwin. src
Sat, 31 Jan 2004 17:12:58 +0000 jcdutton Fix a missing include file. src
Sat, 31 Jan 2004 13:27:40 +0000 jcdutton Patch to compile with mingw32 from: - src
Wed, 21 Jan 2004 23:11:05 +0000 jcdutton Remove all occurances to off64_t and lseek64 src
Wed, 21 Jan 2004 22:51:49 +0000 jcdutton Make libdvdnav compile when using a standard gentoo install. src
Tue, 20 Jan 2004 01:22:24 +0000 jcdutton Fix a bug. We pass pci_t as a function param, so why bother looking at an src
Mon, 12 Jan 2004 19:29:53 +0000 mroi include O_EXCL patch from Bastien Nocera src
Sun, 11 Jan 2004 21:43:13 +0000 mroi big build system changes src
Wed, 07 Jan 2004 19:35:12 +0000 mroi fix assertion failure when someone asks for the position between an Exit src
Wed, 07 Jan 2004 19:34:28 +0000 mroi we should not start the VM on dvdnav_get_number_of_titles, src
Thu, 01 Jan 2004 15:13:13 +0000 jcdutton Put ifo_print.c and .h back in. src
Thu, 01 Jan 2004 15:09:19 +0000 jcdutton Include vmcmd.c in all libdvdnav builds, so tools like ifodump work without having to include their own versions. src
Wed, 31 Dec 2003 21:50:05 +0000 jcdutton Update TTN_REG (SPRM4) correctly. src
Wed, 31 Dec 2003 21:38:49 +0000 jcdutton Get libdvdnav to compile with libtool 1.4.3 src
Wed, 31 Dec 2003 21:37:16 +0000 jcdutton Some fixes to that libdvdnav compiles under cygwin. src
Wed, 31 Dec 2003 16:56:12 +0000 mroi these variables are not needed any more src
Fri, 14 Nov 2003 18:55:52 +0000 mroi we have a PGC pointer and the PGC number in dvd_state_t, src
Mon, 10 Nov 2003 17:46:53 +0000 mroi finally a disc with a PGC still, current code seems to work, so the assertion can go src
Tue, 07 Oct 2003 14:53:29 +0000 mroi kill one gcc warning src
Tue, 16 Sep 2003 14:51:02 +0000 jcdutton Add more info printed when playing DVD fails. src
Wed, 27 Aug 2003 13:54:19 +0000 mroi port Daniel's changes to xine-lib cvs to minimize difference src
Mon, 25 Aug 2003 14:23:13 +0000 mroi use uintptr_t for pointer arithmetics for AMD64 compatibility src
Sun, 03 Aug 2003 09:40:58 +0000 mroi (broken) still cells with zero still time can also appear in the middle of src
Fri, 27 Jun 2003 13:41:42 +0000 mroi this function actually has (void) parameters, not (...) src
Tue, 10 Jun 2003 15:11:18 +0000 mroi this assertion should be checked on LinkPrevC, not on LinkNextC src
Mon, 09 Jun 2003 15:17:44 +0000 mroi clarify these functions src
Thu, 05 Jun 2003 20:03:18 +0000 jcdutton Filter exported symbols src
Sun, 01 Jun 2003 21:55:22 +0000 jcdutton Update to allow events sent to the gui to tell it whether we are in a button or not. src
Fri, 23 May 2003 22:12:51 +0000 jcdutton patch for compiling under cygwin. src
Sun, 18 May 2003 19:55:39 +0000 jcdutton Add some more getbit code. src
Sun, 18 May 2003 18:03:29 +0000 jcdutton Minor bugfix for getbits. src
Fri, 16 May 2003 10:17:11 +0000 mroi dvdnav_internal.h is an internal header, only used at compile time; src
Fri, 16 May 2003 09:25:48 +0000 mroi message beautification from Jeff Smith src
Fri, 16 May 2003 09:24:33 +0000 mroi some header include/install cleanup src