diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-03 23:52:57 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-03 23:52:57 +0000 |
| commit | 048e921c00ddd8acbb003d24692355638ef739d4 (patch) | |
| tree | 8d3700e6b6537b48327d8e83cb4178a56f0bd8e8 /ChangeLog | |
| parent | b16de9c5e59ce99cba75f51cde8f2c441d36e55b (diff) | |
| parent | 0aa00fb217357cee4ef1008677e1247bb24eb42c (diff) | |
| download | xine-lib-048e921c00ddd8acbb003d24692355638ef739d4.tar.gz xine-lib-048e921c00ddd8acbb003d24692355638ef739d4.tar.bz2 | |
Merge from 1.1.
--HG--
rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -62,6 +62,14 @@ xine-lib (1.1.9) (unreleased) This requires conversion to UTF-8 of entities with codes >= 128. * Fixed ATSC support. [Bug 1749508] * Fixed a possible DVB plugin crash when switching channels. + * Fixed ogg demuxer to not discard data at the end of the stream. + * Fixed deadlock on ao_close while paused. + * Nicer wakeup behaviour, using select instead of nanosleep (800 -> 100 + wakeups/s). + * Fixed ALSA close function to not discard all data that had been written + but not played yet. + * Fixed a race condition between ao_loop and ao_close to not lose the last + buffer. xine-lib (1.1.8) * Send a channel-changed event to the frontend when receiving the SYNC |
