diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2007-01-28 22:53:15 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2007-01-28 22:53:15 +0000 |
commit | 461ab803a68bcbfa884447cd1b1fb72eca20520e (patch) | |
tree | 9a6f70ae7f060f5a77f6ac6fd554bdd9822e967c | |
parent | 37563812bfe7a5e59910ccc1274275574b8fe674 (diff) | |
download | xine-lib-1.1.4.tar.gz xine-lib-1.1.4.tar.bz2 |
Fix audio/video sync problem with NTSC DVDs (introduced in 1.1.2).xine-1_1_4-release1.1.4
[bugs #1544349 and #1589644]
CVS patchset: 8575
CVS date: 2007/01/28 22:53:15
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -6,7 +6,7 @@ xine-lib (1.1.4) Subtitle font selection is split up due to this. * Applied the patch to fix text relocation, provided by PaX Team for Gentoo and previously applied by other distributions as well. Fixes the non-PIC - code being generated. + code being generated. Note: patch reverted for tomsmocomp (segfault). * Fix race condition in audio_out by using a recursive mutex; patch by Reinhard Nissl. [bug #1551911] * Allow building with Sun CC by fixing the lprintf variadic macro; patch by @@ -49,7 +49,7 @@ xine-lib (1.1.4) PDAs (they will save memory by removing them). Note: currently both uncommon/popular codecs are _build_ but disabled. that is, build system still need some improvements to really save memory. - * Fix possible division by zero when pausing. + * Fix possible division by zero when pausing (video_out.c). * Allow disabling build of musepack decoder through a ./configure parameter (--disable-musepack). * Allow using external libmpcdec for MusePack decoding rather than the @@ -60,6 +60,9 @@ xine-lib (1.1.4) to decode WavPack files. * Don't crash when caching a file opened through Samba plugin, thanks to Timothy Redaelli from Gentoo. + * Fix audio/video sync problem with NTSC DVDs (introduced in 1.1.2). + [bugs #1544349 and #1589644] + xine-lib (1.1.3) * Security fixes: |