log

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