diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-30 18:37:29 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-30 18:37:29 +0000 |
commit | cb2f69533fd5771c386d1b994b2179e76c4ded54 (patch) | |
tree | 98f4f9bff7afd6e9f0ce2c50b01d1e5ad55ec539 /ChangeLog | |
parent | 6dbb05a4cba3cdc811308762058d722f11464683 (diff) | |
parent | aa3d3aacdb991ad989933d71734e300535c7d350 (diff) | |
download | xine-lib-cb2f69533fd5771c386d1b994b2179e76c4ded54.tar.gz xine-lib-cb2f69533fd5771c386d1b994b2179e76c4ded54.tar.bz2 |
Merge from 1.1 (except po/*; translators needed for this).
--HG--
rename : src/video_out/vidix/drivers/mga_vid.c => contrib/vidix/drivers/mga_vid.c
rename : src/video_out/vidix/drivers/nvidia_vid.c => contrib/vidix/drivers/nvidia_vid.c
rename : src/video_out/vidix/drivers/savage_vid.c => contrib/vidix/drivers/savage_vid.c
rename : src/xine-engine/video_out.h => include/xine/video_out.h
rename : src/xine-utils/xmllexer.h => include/xine/xmllexer.h
rename : po/libxine1.pot => po/libxine2.pot
rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c
rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -70,7 +70,7 @@ xine-lib (1.1.9) (unreleased) * Handle initial Unicde BOMs in XML; convert other UTF encodings to UTF-8. * Fixed ATSC support. [Bug 1749508] * Fixed a possible DVB plugin crash when switching channels. - * Fixed a crash closing the frontend. [Bug FS#3] + * Fixed a crash closing the frontend. [Bug #7] * Fixed deadlock on ao_close while paused. * Nicer wakeup behaviour, using select instead of nanosleep (800 -> 100 wakeups/s). @@ -87,7 +87,10 @@ xine-lib (1.1.9) (unreleased) * Don't decode %nn in raw filenames. [Bug 1784272] * Always enable a52dec capabilities for external a52dec, this makes it possible to use the DJB accelerated FFT when using the external a52dec - liba52 library. + liba52 library. [Bug #9] + * Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+ + * demux_aiff: only check for chunk's size being lesser than 100 when + reading the COMM_TAG. [Bug #6] xine-lib (1.1.8) * Send a channel-changed event to the frontend when receiving the SYNC |