head 1.9; access; symbols pkgsrc-2013Q2:1.9.0.4 pkgsrc-2013Q2-base:1.9 pkgsrc-2012Q4:1.9.0.2 pkgsrc-2012Q4-base:1.9 pkgsrc-2012Q2:1.8.0.4 pkgsrc-2012Q2-base:1.8 pkgsrc-2012Q1:1.8.0.2 pkgsrc-2012Q1-base:1.8 pkgsrc-2011Q4:1.7.0.18 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.16 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.14 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.12 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.10 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.8 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.6 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.4 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.2 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.6.0.4 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.2 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.5.0.6 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.4 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.2 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.4.0.2 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.12 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.10 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.8 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.6 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2; locks; strict; comment @# @; 1.9 date 2012.07.02.16.27.11; author drochner; state dead; branches; next 1.8; 1.8 date 2012.03.21.16.37.15; author drochner; state Exp; branches; next 1.7; 1.7 date 2007.11.22.20.20.22; author drochner; state dead; branches; next 1.6; 1.6 date 2007.06.18.21.16.11; author joerg; state Exp; branches; next 1.5; 1.5 date 2006.08.06.10.36.50; author wiz; state dead; branches; next 1.4; 1.4 date 2006.06.26.17.13.36; author wiz; state Exp; branches; next 1.3; 1.3 date 2005.10.13.10.48.01; author jmmv; state dead; branches; next 1.2; 1.2 date 2004.05.12.16.37.07; author drochner; state Exp; branches 1.2.12.1; next 1.1; 1.1 date 2004.03.28.20.14.22; author mycroft; state Exp; branches; next ; 1.2.12.1 date 2005.10.15.16.07.46; author salo; state dead; branches; next ; desc @@ 1.9 log @update to 1.2.2 changes: -YUV conversion optimisation -support for FLAC in Matroska -support for BMP -bugfixes @ text @$NetBSD: patch-au,v 1.8 2012/03/21 16:37:15 drochner Exp $ --- src/audio_dec/xine_musepack_decoder.c.orig 2012-02-05 15:44:05.000000000 +0000 +++ src/audio_dec/xine_musepack_decoder.c @@@@ -53,7 +53,7 @@@@ #elif defined(HAVE_MPC_MPCDEC_H) # include #else -# include "musepack/musepack.h" +# include "mpcdec/mpcdec.h" #endif #define MPC_DECODER_MEMSIZE 65536 @ 1.8 log @update to 1.2.1 changes: -Rewrite of VDPAU OSD handling -sndio plugin is now buildable -Various bug fixes @ text @d1 1 a1 1 $NetBSD$ @ 1.7 log @update to 1.1.8 This has improved DVB subtitles support, implements simple subtitle scaling and bold & italics for text subtitles, and allows control of XxMC bob deinterlacing. It also has fixes for an audio resampling problem (which manifested as regular clicking), a problem which would cause the goom plugin to stop working, and URL escape handling (use of %) in DVD and Video CD MRLs. Some memory leaks are also fixed, and there are some build fixes for Solaris users. @ text @d1 1 a1 1 $NetBSD: patch-au,v 1.6 2007/06/18 21:16:11 joerg Exp $ d3 11 a13 11 --- src/libspucmml/Makefile.in.orig 2007-06-17 20:25:09.000000000 +0000 +++ src/libspucmml/Makefile.in @@@@ -542,7 +542,7 @@@@ xinepostdir = $(XINE_PLUGINDIR)/post vidixdir = $(XINE_PLUGINDIR)/vidix xineplug_LTLIBRARIES = xineplug_decode_spucmml.la xineplug_decode_spucmml_la_SOURCES = xine_cmml_decoder.c -xineplug_decode_spucmml_la_LIBADD = $(XINE_LIB) +xineplug_decode_spucmml_la_LIBADD = $(XINE_LIB) $(LIBINTL) xineplug_decode_spucmml_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_decode_spucmml_la_LDFLAGS = $(xineplug_ldflags) all: all-am @ 1.6 log @Fix linkage with -lintl. In one plugin, disable the -Wl,-z,defs usage as it breaks on DragonFly. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Update to 1.1.2, provided by Kimura Fuyuki in PR 34107. xine-lib (1.1.2) * Security fixes: - CVE-2005-4048: possible buffer overflow in libavcodec (crafted PNGs). - CVE-2006-2802: possible buffer overflow in the HTTP plugin. - possible buffer overflow via bad indexes in specially-crafted AVI files * Update gettext support to 0.14.5, disable internal gettext, fix locales handling, use the correct domain for strings. * Italian translation update * Czech translation update * Disable the XXMC plugin if Xv support isn't there * Also look for Xv support in /usr/lib for X.org's new location * Fix using xine-lib on systems with SELinux enabled * Build right with libiconv in /usr/local as default on FreeBSD * Fix a potential crash with fixed-size lacing in the Matroska demuxer * Patch from SuSE to fix alsa after hardware suspend * Fix the ./configure --enable-static-xv parameter * Really fix the speed changing race that was mentioned in 1.1.1 * Send events for tvtime filmmode changes * Add an image decoder based on gdk-pixbuf * Add browseable capability to smb input plugin * Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) * Fix xxmc subpictures (broken since 1.1.1) * FFmpeg update (version 51.1.0) * Fix detection of locale containing a modifier (like "@@euro") * New volume normalization post plugin * New image noise post plugin (useful for mitigating some compression artifacts) * Support for Vorbis-style comments in FLAC files * Coverity fixes * Add ATSC support to the DVB plugin * Make various structures and arrays constant. * Fix up health check to find libX11 and libXv shared objects even if devel packages aren't installed (where appropriate). (Ubuntu 47357) * Fix install problems in case configure was generated by autoconf >= 2.59c. * Fixed some win32 codec freezes when configured w32-path doesn't exist * Add support for RealPlayer 10 codecs (from SUSE) xine-lib (1.1.1) * Improve sound quality when using alsa 1.0.9 or above. When playing a 44.1khz stream on a 48khz only capable sound card. It bypasses alsa-lib resampler and uses xine's * Windows ports bug fixes and improvements * Set up the framebuffer palette (fb video out). * build fixes and improvements, added --with-pthread-prefix and --with-zlib-prefix options * new DirectFB video output plugin with many improvements (output to overlay or TV, deinterlacing, image controls, zoom, OSD, double/triple buffering, vsync, flicker filtering, field parity control) * overlay cropping fixes for small streams or when using cropping support * experimental frame allocation optimization reduces cpu usage of the deinterlacer plugin by up 25% * implement time seeking on DVD plugin * move CFLAGS optimizations to a separated file (added --disable-optimizations) * use the same codec path as MPlayer (/usr[/local]/lib/codecs) * FFmpeg sync (new QDM2 decoder) * imported Duck TrueMotion 2 decoder from FFmpeg * sync libfaad2 to latest GPL compatible version; fixes AAC decoding on x86_64 arch * support gapless playback while switching streams (requires UI cooperation) * fix speed changing race causing deadlock with v4l plugin * cddb improvements/fixes (DTITLE/DYEAR parsing, timeout increase and multiline entries support) [#1205274] xine-lib (1.1.0) * new quality deinterlacer from dscaler: GreedyH (Greedy High Motion) * new quality deinterlacer from dscaler: TomsMoComp (Tom's Motion Compensated) * added help for most deinterlace methods * ffmpeg update * use ImageMagick to convert and display different type of images (png, jpg...) * improve ASX playlist parsing * add an extended MRL reference event (MRL title, start time, play time): needed for the ASX parser; deprecates plain MRL reference events. * goom updated to 2k4-0 xine-lib (1.0.4) * tiny doc update * build fixes and cross build improvements * fixed an align problem in Win32 DirectX video output plugin * fixed linking of X11 plugins for some platforms @ text @d1 1 a1 1 $NetBSD: patch-au,v 1.4 2006/06/26 17:13:36 wiz Exp $ d3 11 a13 43 gcc4 fix from ffmpeg subversion repository revision 3945 --- src/libffmpeg/libavcodec/i386/dsputil_mmx.c.orig 2006-06-26 11:55:29.000000000 +0000 +++ src/libffmpeg/libavcodec/i386/dsputil_mmx.c @@@@ -651,26 +651,22 @@@@ static void h263_h_loop_filter_mmx(uint8 "punpcklwd %%mm0, %%mm1 \n\t" "punpckhwd %%mm4, %%mm3 \n\t" "punpckhwd %%mm0, %%mm6 \n\t" - "movd %%mm5, %0 \n\t" + "movd %%mm5, (%0) \n\t" "punpckhdq %%mm5, %%mm5 \n\t" - "movd %%mm5, %1 \n\t" - "movd %%mm3, %2 \n\t" + "movd %%mm5, (%0,%2) \n\t" + "movd %%mm3, (%0,%2,2) \n\t" "punpckhdq %%mm3, %%mm3 \n\t" - "movd %%mm3, %3 \n\t" - "movd %%mm1, %4 \n\t" + "movd %%mm3, (%0,%3) \n\t" + "movd %%mm1, (%1) \n\t" "punpckhdq %%mm1, %%mm1 \n\t" - "movd %%mm1, %5 \n\t" - "movd %%mm6, %6 \n\t" + "movd %%mm1, (%1,%2) \n\t" + "movd %%mm6, (%1,%2,2) \n\t" "punpckhdq %%mm6, %%mm6 \n\t" - "movd %%mm6, %7 \n\t" - : "=m" (*(uint32_t*)(src + 0*stride)), - "=m" (*(uint32_t*)(src + 1*stride)), - "=m" (*(uint32_t*)(src + 2*stride)), - "=m" (*(uint32_t*)(src + 3*stride)), - "=m" (*(uint32_t*)(src + 4*stride)), - "=m" (*(uint32_t*)(src + 5*stride)), - "=m" (*(uint32_t*)(src + 6*stride)), - "=m" (*(uint32_t*)(src + 7*stride)) + "movd %%mm6, (%1,%3) \n\t" + :: "r" (src), + "r" (src + 4*stride), + "r" ((long) stride ), + "r" ((long)(3*stride)) ); } @ 1.4 log @Fix build with gcc4 on NetBSD-3.99.21. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update to 1.0.3a. Man... I hate this package in its actual form... it's completely unmaintenable. Changes: * fixed format string vulnerability in audio CD input plugin * some build system fixes for Windows @ text @d1 1 a1 1 $NetBSD: patch-au,v 1.2 2004/05/12 16:37:07 drochner Exp $ d3 41 a43 9 --- src/xine-engine/xine.c.orig 2004-04-27 18:56:39.000000000 +0200 +++ src/xine-engine/xine.c 2004-05-11 22:20:16.000000000 +0200 @@@@ -238,6 +238,7 @@@@ pthread_mutex_init(&port_ticket->lock, NULL); pthread_mutex_init(&port_ticket->revoke_lock, NULL); pthread_cond_init(&port_ticket->issued, NULL); + pthread_cond_init(&port_ticket->revoked, NULL); return port_ticket; d45 1 @ 1.2 log @update to xine-lib-1-rc4 changes: This release improves playback of some streams, reduces flickering of OSD and brings a whole bunch of updated libraries. It does also fix a vulnerability in xine's RTSP streaming code. See XSA-2004-3 for more information! XXX powerpc asm stuff needs to be checked XXX didn't test the "arts" stuff @ text @d1 1 a1 1 $NetBSD$ @ 1.2.12.1 log @Pullup ticket 828 - requested by Julio M. Merino Vidal security update and portability fixes for xine-lib Revisions pulled up: - pkgsrc/multimedia/xine-lib/Makefile 1.26 - pkgsrc/multimedia/xine-lib/Makefile.common 1.28 - pkgsrc/multimedia/xine-lib/PLIST.FreeBSD 1.2 - pkgsrc/multimedia/xine-lib/PLIST.Linux 1.7 - pkgsrc/multimedia/xine-lib/PLIST.NetBSD 1.6 - pkgsrc/multimedia/xine-lib/PLIST.SunOS 1.2 - pkgsrc/multimedia/xine-lib/PLIST.common 1.13 - pkgsrc/multimedia/xine-lib/PLIST.common_end 1.5 - pkgsrc/multimedia/xine-lib/PLIST.i386 1.4 - pkgsrc/multimedia/xine-lib/buildlink3.mk 1.11 - pkgsrc/multimedia/xine-lib/distinfo 1.23, 1.24 - pkgsrc/multimedia/xine-lib/patches/patch-aa 1.4 - pkgsrc/multimedia/xine-lib/patches/patch-ab 1.3 - pkgsrc/multimedia/xine-lib/patches/patch-ag 1.9, 1.10 - pkgsrc/multimedia/xine-lib/patches/patch-ai 1.2 - pkgsrc/multimedia/xine-lib/patches/patch-aj removed - pkgsrc/multimedia/xine-lib/patches/patch-ao 1.9 - pkgsrc/multimedia/xine-lib/patches/patch-au removed - pkgsrc/multimedia/xine-lib/patches/patch-be 1.5 - pkgsrc/multimedia/xine-lib/patches/patch-bi 1.2 - pkgsrc/multimedia/xine-lib/patches/patch-cd 1.1 - pkgsrc/multimedia/xine-lib/patches/patch-ce 1.1 Module Name: pkgsrc Committed By: joerg Date: Mon Oct 10 22:51:04 UTC 2005 Modified Files: pkgsrc/multimedia/xine-lib: distinfo pkgsrc/multimedia/xine-lib/patches: patch-ag Added Files: pkgsrc/multimedia/xine-lib/patches: patch-cd Log Message: Allowing building on DragonFly. --- Module Name: pkgsrc Committed By: jmmv Date: Thu Oct 13 10:48:01 UTC 2005 Modified Files: pkgsrc/multimedia/xine-lib: Makefile Makefile.common PLIST.FreeBSD PLIST.Linux PLIST.NetBSD PLIST.SunOS PLIST.common PLIST.common_end PLIST.i386 buildlink3.mk distinfo pkgsrc/multimedia/xine-lib/patches: patch-aa patch-ab patch-ag patch-ai patch-ao patch-be patch-bi Added Files: pkgsrc/multimedia/xine-lib/patches: patch-ce Removed Files: pkgsrc/multimedia/xine-lib/patches: patch-aj patch-au Log Message: Update to 1.0.3a. Man... I hate this package in its actual form... it's completely unmaintenable. Changes: * fixed format string vulnerability in audio CD input plugin * some build system fixes for Windows @ text @d1 1 a1 1 $NetBSD: patch-au,v 1.2 2004/05/12 16:37:07 drochner Exp $ @ 1.1 log @Update to rc3b. Fixed a problem with the PLIST not including some .sos under NetBSD. Applied the same symbol hacks that are used to make the Linux RealPlayer modules work with mplayer -- but also use the native RV2.0 codec now. 17.03.2004 xine-lib 1-3c3b released This version adds support for Matroska files, Flash Video and Sierra VMD files, as well as OpenDML 2.0 support for the AVI demuxer. In addition, this new library can now handle a variety of file formats from the Amiga computer, including a variety of IFF files and MOD/S3M/XM/IT/etc music tracker formats (thanks to the ModPlug library). The new library version contains several new video decoders including Sierra video, Flash Video, Real Video 2.0 Duck TrueMotion v1, 8BPS, MZSH, ZLIB, ASV1,2, ATI VCR1 (all courtesy of ffmpeg). Network streaming drivers are enhanced, including secure HTTP, MMS, and RTP/UDP. As for video drivers, there is new support for the CACA library (colored ASCII art), and fixed/improved support for SDL and Sun PGX32 video. As always the core xine engine has been enhanced for greater stability so that you can just play your multimedia with ease. @ text @d3 9 a11 9 --- src/xine-engine/xine.c.orig 2004-03-16 21:40:16.000000000 +0000 +++ src/xine-engine/xine.c 2004-03-28 03:36:37.000000000 +0000 @@@@ -1321,6 +1321,7 @@@@ pthread_mutex_init(&this->port_ticket->lock, NULL); pthread_mutex_init(&this->port_ticket->revoke_lock, NULL); pthread_cond_init(&this->port_ticket->issued, NULL); + pthread_cond_init(&this->port_ticket->revoked, NULL); return this; @