diff options
author | Lorenzo Desole <lorenzodes@fastwebnet.it> | 2008-11-22 12:20:00 +0100 |
---|---|---|
committer | Lorenzo Desole <lorenzodes@fastwebnet.it> | 2008-11-22 12:20:00 +0100 |
commit | 6602e33cf3ffd421d68e17c0259375956ae5ef3c (patch) | |
tree | d4d6fc09afd0e4c8af99b276a0627376c7cf0339 /ChangeLog | |
parent | 8b028895638903ad165125f43180d137778940bb (diff) | |
download | xine-lib-6602e33cf3ffd421d68e17c0259375956ae5ef3c.tar.gz xine-lib-6602e33cf3ffd421d68e17c0259375956ae5ef3c.tar.bz2 |
Add position-based seeking independent from seekpoints.
When it comes to FLAC audio files, seeking relies on seekpoints which are
not always present, and even when they are, sometimes it fails. Also, as far
as I can see, xine is unable to play a FLAC stream starting at an arbitrary
position.
Other players (namely mplayer) do not rely on seekpoints when they handle
FLAC files and they don't suffer from these problems.
With this patch, time-based seeking doesn't change, while position-based
seeking is completely independent from seekpoints.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ xine-lib (1.1.16) 2008-??-?? * Add a new meta-tag, "Composer", and use it in the FLAC demuxer. * Correct AAC channel ordering for multi-channel audio, at least for FLAC when using ALSA or PulseAudio. (Needs a proper fix.) + * Add position-based seeking independent from seekpoints. xine-lib (1.1.15) 2008-08-14 * Security fixes: |