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
|