head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.8 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.6 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.4 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.2 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.4.0.20 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.18 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.16 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.14 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.12 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.10 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.8 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.6 pkgsrc-2008Q1:1.4.0.4 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.2 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.8 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.6 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2 pkgsrc-2005Q2-base:1.1; locks; strict; comment @# @; 1.7 date 2010.09.16.18.56.12; author wiz; state dead; branches; next 1.6; 1.6 date 2010.09.05.23.00.55; author wiz; state Exp; branches; next 1.5; 1.5 date 2009.10.18.22.22.10; author ahoka; state dead; branches; next 1.4; 1.4 date 2007.12.21.11.31.16; author tron; state Exp; branches; next 1.3; 1.3 date 2007.07.05.05.18.51; author wiz; state Exp; branches; next 1.2; 1.2 date 2006.06.13.17.25.00; author drochner; state dead; branches; next 1.1; 1.1 date 2005.05.30.12.44.09; author wiz; state Exp; branches; next ; desc @@ 1.7 log @Update to 20100913, provided by Aleksey Cheusov via wip. One year of changes. Ok ahoka@@ @ text @$NetBSD: patch-af,v 1.6 2010/09/05 23:00:55 wiz Exp $ Fix build on Solaris, see http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1787 --- libswscale/mlib/yuv2rgb_mlib.c.orig 2009-08-16 21:11:28.000000000 +0000 +++ libswscale/mlib/yuv2rgb_mlib.c @@@@ -29,6 +29,7 @@@@ #include #include "libswscale/swscale.h" +#include "libswscale/swscale_internal.h" static int mlib_YUV2ARGB420_32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t* dst[], int dstStride[]) @ 1.6 log @Fix build on Solaris, from Aleksey Cheusov in PR 43841. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Upgrade to the SVN snapshot as of 2009-10-17. The builtin libavcodec now uses yasm to assemble hand written h264 code. The older x264 we currently have in pkgsrc is not supported by mplayer, so I had to do some hand tweaking to make it work. It may contain bugs because of this, so report any fallouts with h264. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.4 2007/12/21 11:31:16 tron Exp $ d3 9 a11 5 --- libavcodec/h264.c.orig 2007-10-07 20:49:36.000000000 +0100 +++ libavcodec/h264.c 2007-12-19 13:39:30.000000000 +0000 @@@@ -5241,7 +5241,7 @@@@ return ctx + 4 * cat; } d13 2 a14 5 -static const attribute_used uint8_t last_coeff_flag_offset_8x8[63] = { +const attribute_used uint8_t last_coeff_flag_offset_8x8[63] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, @ 1.4 log @Update "mplayer", "mplayer-share", "mencoder" and "gmplayer" packages to version 1.0rc2 (as 1.0rc10). Changes since version 1.0rc1 (known as 1.0rc9 in "pkgsrc"): - A lot of new audio and video decoders and other improvements - A large number of bug fixes - Updated documentation - Support for Mac OS X Intel Approved by Thomas Klausner (because it fixes the Darwin-i386 build). @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Add patch provided by Nathan Arthur in PR 34980 based on a posting by Glenn Maynard on ffmpeg-devel that should fix the gmplayer compilation problem on NetBSD-3.x. @ text @d3 3 a5 3 --- libavcodec/h264.c.orig 2006-10-22 22:32:34.000000000 +0000 +++ libavcodec/h264.c @@@@ -6034,7 +6034,7 @@@@ static int inline get_cabac_cbf_ctx( H26 d9 2 a10 2 -static const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = { +const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = { @ 1.2 log @update to 1.0pre8 too many changes to list here, see the ChangeLog most visible: security patches and DragonFly support were intrgrated upstream, new gmplayer look&feel (like it or not...) @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2005/05/30 12:44:09 wiz Exp $ d3 5 a7 9 --- etc/codecs.conf.orig 2005-04-10 18:44:29.000000000 +0200 +++ etc/codecs.conf @@@@ -2188,6 +2188,7 @@@@ audiocodec faad fourcc mp4a,MP4A fourcc "AAC " ; Used in NSV format 0xff + format 0x706d driver faad dll libfaad2 d9 5 @ 1.1 log @Recognize 0xf706d as faad codec. Needed e.g. for 21c3 videos. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @