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
|