summaryrefslogtreecommitdiff
path: root/src/dxr3/nav_read.c
AgeCommit message (Collapse)Author
2003-04-30* include nav_read.c for builds with included libdvdnavMichael Roitzsch
* link correctly for standalone libdvdnav CVS patchset: 4725 CVS date: 2003/04/30 16:51:55
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
The problem arises because of inconsistent usage of libdvdread's functions regarding NAV packet reading: libspudec and the dxr3 spu decoder use some of these functions, but they used to have private copies of the relevant files of libdvdread. These do not work any more now, since the internal layout of NAV packets in libdvdread changed lately. So we should always use the functions from current libdvdread. Please note that highlights might not work yet. The next step will be to sync libdvdnav. Stay tuned. CVS patchset: 4371 CVS date: 2003/03/08 14:11:52
2002-05-06Some clean ups and adjustments submitted by Michael Roitzsch ↵James Courtier-Dutton
<amalthea@freenet.de> CVS patchset: 1856 CVS date: 2002/05/06 11:26:37
2002-03-07Improvements to dxr3 support.James Courtier-Dutton
Added some nav packet decoding to help menus disappear. by Michael Roitzsch CVS patchset: 1542 CVS date: 2002/03/07 13:33:44