From 38b3af7f90924773014e53ef4a3fff01572d262e Mon Sep 17 00:00:00 2001 From: Richard van Paasen Date: Sat, 22 Dec 2007 00:22:11 +0100 Subject: Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+. ivtv now requires the video device to be re-opened when the input is changed. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ef03b96e..cbe0d5d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,7 @@ xine-lib (1.1.9) (unreleased) * Always enable a52dec capabilities for external a52dec, this makes it possible to use the DJB accelerated FFT when using the external a52dec liba52 library. + * Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+ xine-lib (1.1.8) * Send a channel-changed event to the frontend when receiving the SYNC -- cgit v1.2.3 From 3c7b43e32e0d128e13a693cb45790927ebf3edd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 29 Dec 2007 22:29:09 +0100 Subject: Only check for the chunk's size to be lesser than 100 when reading the COMM_TAG. This way, bigger audio chunks won't make the demuxer fail. Fixes bug #6. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cbe0d5d7a..7e7e36e0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,8 @@ xine-lib (1.1.9) (unreleased) possible to use the DJB accelerated FFT when using the external a52dec liba52 library. * 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 -- cgit v1.2.3 From aee660e1a458c345ae699b2ebce11f5de9affb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 30 Dec 2007 00:27:28 +0100 Subject: Fix bugs' numbers for the new tracker. --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e7e36e0c..be16881e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,7 +15,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). @@ -32,7 +32,7 @@ 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] -- cgit v1.2.3