this is a incremental patch against the orig. dvd-0.3.3,
meaning, it includes my previous dvd-0.3.3-jau-p2 !
PATCH:
http://www.jausoft.com/Files/vdr/vdr-dvd…au-p3.patch.bz2
COMPLETE:
http://www.jausoft.com/Files/vdr/vdr-dvd…-jau-p3.tar.bz2
here is the HISTORY:
2003-10-02: Version 0.3.3-jau-p3 sven at jausoft.com
- BugFixed TrickMode (-> FastForward ok, any backward ok, but no picture)
- Keyboard (added, changed,fixed):
- Left/Right fast forward/rewind
- Red Goto position
- Green 1 min. backward
- Yellow 1 min. forward
- 2 skip to next/previous chapter
- 5 skip to next/previous chapter
- OK ShowProgress Bar
- 6/9 Move the ProgressBar in this mode ..
.. see README !
now the behavior is like normal recording-playback,
plus the mplayer-feature of moving the menu bar.
- Impl./Enabled TimeSearch, ShowProgress, Goto, SkipSeconds, SkipFrames - using new:
- PTSTicksToHMSm
- BlocksToPGCTicks
- PGCTicksToBlocks
- GetIndex
- GetTitleString
- GetAspectString
- NextPG, PreviousPG
- REMOVED: #if defined(dvdnav_set_trick_speed)
- introduced define CTRLDEBUG to enable DEBUG_CONTROL
2003-09-30: Version 0.3.3-jau-p2 sven at jausoft.com
- audio track change to MP2 id's nor works properly
- the former audioTrack member, ain'T initialized, but was used
to determine the asked aid !
this never worked for MP2 aid's C1, C2, ..
- now using currentNavAudioTrack = dvdnav_get_active_audio_stream(nav);
- introduced define AUDIOIDDEBUG to enable DEBUG_AUDIO_ID
- disabled all three debug def's as default
DVDDEBUG, PTSDEBUG, AUDIOIDDEBUG