log

age author description
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