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
|