1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
build: do not check for dlopen() as it's unused. More... over 12 years ago
Add a .gitignore file. More... over 12 years ago
build: simplify exported symbols regex. More... over 12 years ago
build: drop most of the unused checks from the configure and make it reasonable. More... over 12 years ago
Update basic documentation files. More... over 12 years ago
build: use libtool 2.0 and do not disable static build by default. More... over 12 years ago
build: do not use dvdread-config to find libdvdread. More... over 12 years ago
build: drop dvdnav-config and m4/dvdnav.m4. More... over 12 years ago
build: replace old automake-based build with a non-recursive Makefile.am. More... over 12 years ago
build: drop non-autotools build system More... over 12 years ago
configure: drop broken cross-compiling note. More... over 12 years ago
Fix broken logic More... over 12 years ago
Fix strict aliasing warnings.
reimar
as Reimar Döffinger
More... over 12 years ago
Restore C++ compatibility by renaming the parameter to 'self' like in the other functions. More... over 12 years ago
Make sure we get nav packets for all cells in multi angle features More... over 12 years ago
Fix failed assertion when there's no menu. More... over 12 years ago
Let dvdnav_describe_title_chapters() skip PGCs with missing cells More... over 12 years ago
Add a couple of additional sanity checks for dvdnav_describe_title_chapters() More... over 12 years ago
Make examples optional More... over 12 years ago
dvdnav_sector_search: allow backward search for SEEK_CUR More... almost 13 years ago
dvdnav_get_position: fix calculation for multi-angle DVDs More... almost 13 years ago
Remove the old commented out domain enums More... almost 13 years ago
Change all of the domain_t declarations to DVDDomain_t More... almost 13 years ago
Change each enum name to match the style More... almost 13 years ago
Change the enum name to match the style More... almost 13 years ago
Add in comments to the domain enum More... almost 13 years ago
Change the type of old_domain and new_domain More... almost 13 years ago
Move the domain enums to dvd_types.h from vm.h More... almost 13 years ago
Skip PGCs w/ a cell number of 0 More... almost 13 years ago
Ignore parts where the pgc start byte is above the last byte More... almost 13 years ago