Mercurial > libdvdnav.hg
graph
-
logs belong to stderr, not stdout; patch by John Stebbins srcTue, 01 Jun 2010 10:02:38 +0000, by nicodvb
-
Prevent display of garbage volume label when the file being scanned is srcTue, 01 Jun 2010 10:01:33 +0000, by nicodvb
-
in vm:c set_PGN removed restriction that didn't play multi-PGC titles; patch by John Stebbins srcTue, 01 Jun 2010 08:17:15 +0000, by nicodvb
-
in dvdnav_describe_chapters() ifo could be leaked in case of erros; fixed by Erik Hovland srcWed, 22 Apr 2009 07:40:57 +0000, by nicodvb
-
implement and export dvdnav_get_serial_string(); patch by Matthew Wire devel - mrwire - co - uk. Fixed by Erik srcMon, 02 Feb 2009 22:55:58 +0000, by nicodvb
-
Move dvd_types.h, dvdnav_events.h and dvdnav.h into a dvdnav directory. srcTue, 30 Dec 2008 14:48:46 +0000, by reimar
-
Use consistent license headers everywhere: Fix wrong FSF address. srcSun, 14 Sep 2008 15:40:51 +0000, by diego
-
after an AUDIO change event assign the logical stream to the returned event, srcSun, 29 Jun 2008 12:58:08 +0000, by nicodvb
-
change the prototype of dvdnav_describe_title_chapters() to use 'self' instead of 'this' for compatibility with c++ compilers srcSat, 28 Jun 2008 09:20:17 +0000, by nicodvb
-
now autotools use dvdread-config, too. Based on a patch by Dan Nicholson srcSat, 14 Jun 2008 12:33:21 +0000, by nicodvb
-
remove obsolete URL from info message (until we get a proper homepage) srcWed, 11 Jun 2008 18:06:43 +0000, by rathann
-
finally removed libdvdread; new build build system temporarily broken: will fix in next commit srcSun, 08 Jun 2008 09:12:14 +0000, by nicodvb
-
include dvdread headers as <libdvdread/*> for upcoming dvdread removal patch srcSun, 08 Jun 2008 09:03:10 +0000, by nicodvb
-
(char*) typecase to silence gcc; patch by Erik Hovland org srcThu, 05 Jun 2008 10:30:17 +0000, by nicodvb
-
in dvdnav_sector_search() vobu is uint32_t it; patch by Erik Hovland org srcThu, 05 Jun 2008 10:28:59 +0000, by nicodvb
-
in remap_loadmap() memzero tmp before using it; patch by Erik Hovland org srcThu, 05 Jun 2008 10:27:01 +0000, by nicodvb
-
memzero ICB before using it; patch by Erik Hovland org srcThu, 05 Jun 2008 10:24:24 +0000, by nicodvb
-
replaced *struct assignment with call to memcpy(); patch by Erik Hovland org srcThu, 05 Jun 2008 10:22:53 +0000, by nicodvb
-
fixed incorrect type cast; patch by Erik Hovland org srcThu, 05 Jun 2008 10:19:26 +0000, by nicodvb
-
replace an assert(getenv("HOME)) with a return NULL in cases srcThu, 05 Jun 2008 08:55:12 +0000, by nicodvb
-
gettimeofday() doesn't exist on windows, but recent mingw32 runtime srcThu, 05 Jun 2008 08:45:35 +0000, by nicodvb
-
adapted the tree to the dvdread->libdvdread transition srcSat, 31 May 2008 12:34:25 +0000, by nicodvb
-
moved dvdread to libdvdread; it's the first step for the separation of the lib from dvdnav srcSat, 31 May 2008 12:29:19 +0000, by nicodvb
-
workaround wrong filesize indicated in the UDF; patch by unknown author posted by Alexander Roalter it srcTue, 27 May 2008 21:53:10 +0000, by nicodvb
-
in dvdnav_close() protect the actual call do DVDCloseFile() with a mutex; patch by Erik Hovland org srcThu, 22 May 2008 20:29:08 +0000, by nicodvb
-
read_playback_type() finally removes the last conditional bitfield struct srcSun, 11 May 2008 20:35:22 +0000, by nicodvb
-
read_cell_playback() removes another conditional bitfield. srcSun, 11 May 2008 19:07:25 +0000, by nicodvb
-
added read_pgci_srp() and removed another conditional bitfield srcSun, 11 May 2008 09:43:48 +0000, by nicodvb
-
added read_user_ops() and removed conditional bitfield srcSun, 11 May 2008 09:27:42 +0000, by nicodvb
-
cosmetics: tabs->spaces, hopefully the indentation is much better now srcSat, 10 May 2008 20:37:13 +0000, by nicodvb
-
100% cosmetics: removed various spaces/tabs and useless braces. Tiny reindentation srcSat, 10 May 2008 10:24:22 +0000, by nicodvb
-
use memcpy() instead of struct assignment. Patch by Erik Hovland org srcSat, 10 May 2008 10:07:06 +0000, by nicodvb
-
removed unnecessary inclusion of config.h - patch by Erik Hovland org srcFri, 09 May 2008 21:34:39 +0000, by nicodvb
-
removed unnecessary inclusion of bswap.h - patch by Erik Hovland org srcFri, 09 May 2008 21:33:31 +0000, by nicodvb
-
read_subp_attr() uses getbits() instead of relying on endianness-specific bitfields srcSat, 03 May 2008 08:22:40 +0000, by nicodvb
-
read_multichannel_ext() uses getbits() instead of relying on endianness-specific bitfields srcSat, 03 May 2008 08:04:34 +0000, by nicodvb
-
read_audio_attr() uses getbits() instead of relying on endianness-specific bitfields srcSat, 03 May 2008 07:50:09 +0000, by nicodvb