head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.20 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.18 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.16 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.14 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.12 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2; locks; strict; comment @# @; 1.3 date 2008.02.20.13.11.00; author xtraeme; state dead; branches; next 1.2; 1.2 date 2007.06.22.14.32.24; author lkundrak; state Exp; branches; next 1.1; 1.1 date 2007.06.22.14.13.16; author lkundrak; state Exp; branches; next ; desc @@ 1.3 log @Update to 0.8.6d (latest stable version), based on wip/vlc update done by Adam Hoka (thank you!). Changes between 0.8.6c and 0.8.6d: ---------------------------------------------------------- Various bugfixes: * Mozilla plugin: supports a reasonable amount of MIME types on Windows * Linux: Fixed S/PDIF passthrough with ALSA * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences in input * Use field order (top/bottom) for correct bob/linear deinterlacing * Fix invalid free in bookmarks loading code Windows and Mac OS Binaries * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows Active X plugin: * Security update (VideoLAN-SA-0703) Mac OS X Interface & Port: * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality * Improved Video Output compatibility for Mac OS X 10.5 Leopard * Improved behavior of the Fullscreen Controller and mode changes between Fullscreen and Windowed Video Output * Softened the white flash artifacts that may appear during the transition of two different movies * Support for current Ogg file formats NOTE: This release requires Mac OS X 10.4 or higher. Mac OS X 10.3.9 is not supported anymore. Encoders: * Improved H.264 encoding speed on Mac OS X Other changes: * The automatic updating facility was removed * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. ...and more, see the NEWS file. @ text @$NetBSD: patch-ak,v 1.2 2007/06/22 14:32:24 lkundrak Exp $ Fix for CVE-2007-3316 format-string vulnerability in CDDA module described by VideoLAN-SA-0702 advisory. Backported from 0.8.6c. --- modules/access/cdda.c.orig 2006-05-06 17:52:18.000000000 +0200 +++ modules/access/cdda.c @@@@ -630,7 +630,7 @@@@ static int GetTracks( access_t *p_access { vlc_input_item_AddInfo( &p_item->input, _(VLC_META_INFO_CAT), - _(VLC_META_TITLE), + _(VLC_META_TITLE), "%s", cddb_track_get_title( t ) ); if( p_item->input.psz_name ) free( p_item->input.psz_name ); @@@@ -641,7 +641,7 @@@@ static int GetTracks( access_t *p_access if( psz_result ) { vlc_input_item_AddInfo( &p_item->input, - _(VLC_META_INFO_CAT), + _(VLC_META_INFO_CAT), "%s", _(VLC_META_ARTIST), psz_result ); } } @ 1.2 log @Fixed the patch for CVE-2007-3316. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.1 2007/06/22 14:13:16 lkundrak Exp $ @ 1.1 log @Fix for CVE-2007-3316 format-string vulnerability described by VideoLAN-SA-0702 upstream advisory. Backported from 0.8.6c. @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- modules/access/cdda.c.orig 2007-06-22 16:00:43.000000000 +0200 d8 1 a8 1 @@@@ -630,7 +630,9 @@@@ static int GetTracks( access_t *p_access a13 2 + cddb_track_get_title( t ) ); + d17 1 a17 1 @@@@ -641,7 +643,7 @@@@ static int GetTracks( access_t *p_access @