1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 28, 2024 — Jun 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
in DVDOpen() exit if strdup() fails More... about 18 years ago
define B2xx macros for BEOS as for WIN32 variants; More... about 18 years ago
raise subrevision More... about 18 years ago
removed unused assignments; More... about 18 years ago
wrong sequence of assignments to HEADERS; More... about 18 years ago
even in the new build system, when compiling the library without the dvdread code call it libdvdnavmini More... about 18 years ago
in dvdnav_sector_search() when playing multiangle titles skip cells not corresponding to BLOCK_MODE_FIRST_CELL More... about 18 years ago
added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs More... about 18 years ago
fix broken dependencies in dvdnav-config* targets More... about 18 years ago
when compiling against external dvdread add a compile time macro to identify the case (by means of dvdnav-config --cflags) and include the correct headers in dvdnav.h More... about 18 years ago
when using external dvdread add to cflags the appropriate -I, but not when --minicflags is specified More... about 18 years ago
10l, forgotten to add /include to -I More... about 18 years ago
10l, forgotten to add /lib to -L More... about 18 years ago
create bin directory for installation of dvdnav-config More... about 18 years ago
added appropriate flags to dvdnav-config to handle --minilibs (to be used when dvdread is external) More... about 18 years ago
fixed dvdnav-config* targets for buildir .ne. srcdir More... about 18 years ago
first, minimalistic support for dvdnav-config More... about 18 years ago
removed for the second time this (not yet ready) dvdnav-config2.sh; it's the second time that svn diff screws me More... about 18 years ago
link against -lpthread More... about 18 years ago
include limits.h; it was included in the previous dvdnav_internal.h and without it players segfault More... about 18 years ago
removed more silly checks on !this before every public function More... about 18 years ago
include dvdnav/nav_types.h in the installed dvdnav.h More... about 18 years ago
mention the new build-system More... about 18 years ago
adapt menus.c to the new inclusion system More... about 18 years ago
fix compilation in OSX: -shared is replaced by a bunch of other options More... about 18 years ago
include sys/time.h for gettimeofday() prototype More... about 18 years ago
decoder.h needs inclusion of sys/time.h More... about 18 years ago
include sys/time.h from decoder.c instead of decoder.h More... about 18 years ago
moved away from dvdnav_internal.h inclusion of various system headers More... about 18 years ago
include config.h (if present) More... about 18 years ago