Opened 19 years ago
Closed 19 years ago
minor improvements to dvd seeking.
in DVDRingBuffer::GetReadPosition, sometimes dvdnav_get_position fails. this affects seeking. e.g, you are ffw and it just jumps to the beginning of the feature. trying a couple of things to see how to minimize the effects of this condition.
Attachments
(5)
- dvd_seeking_improvements_v1.patch
(819 bytes
) - added by skamithi 19 years ago.
- if dvdnav_get_pos fails the first time, have some delay then try again. if its still wrong..oh well. seems to work most of the time. still testing.
- dvd_seeking_improvements_addition.patch
(551 bytes
) - added by skamithi 19 years ago.
- if getreadposition returns 0 tell decoderbase to use the current framesplayed.
- dvd_seeking_improv.diff
(4.1 KB
) - added by skamithi 19 years ago.
- dvd_seek_improv2.diff
(1.9 KB
) - added by skamithi 19 years ago.
- noticed that when DVDRB::Seek is run and it fails, waiting til the next cell change makes it work again.
- dvd_title_jumping.diff
(1.9 KB
) - added by skamithi 19 years ago.
- allowing jumping to the next title when you reach the end of the title. previous restriction was that jumping is only allowed if chapters < 3
Download all attachments as:
.zip
Change History
(16)
by skamithi, 19 years ago
Resolution: |
→ fixed
|
Status: |
new → closed
|
by skamithi, 19 years ago
Resolution: |
fixed
|
Status: |
closed → reopened
|
Type: |
defect → enhancement
|
by skamithi, 19 years ago
by skamithi, 19 years ago
by skamithi, 19 years ago
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
if dvdnav_get_pos fails the first time, have some delay then try again. if its still wrong..oh well. seems to work most of the time. still testing.