head 1.4; access; symbols pkgsrc-2015Q2:1.3.0.16 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.14 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.12 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.10 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.8 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.6 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.4 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.2 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.10 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.6 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.4 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.2 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2 pkgsrc-2011Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2015.06.30.09.53.17; author ryoon; state dead; branches; next 1.3; commitid TtRc1QDqXLbsbrry; 1.3 date 2013.09.09.20.42.00; author wiz; state Exp; branches; next 1.2; commitid DRUnhagYDMwnXN4x; 1.2 date 2012.01.31.11.53.52; author ryoon; state Exp; branches; next 1.1; 1.1 date 2011.09.14.17.22.44; author hans; state Exp; branches; next ; desc @@ 1.4 log @Update to 1.4.0 Changelog: 2015-04-03 v1.4.0 "Indian Runner Duck" This release includes significant improvements to the VP9 codec. - Upgrading: This release is ABI incompatible with 1.3.0. It drops the compatibility layer, requiring VPX_IMG_FMT_* instead of IMG_FMT_*, and adds several codec controls for VP9. - Enhancements: Faster VP9 encoding and decoding Multithreaded VP9 decoding (tile and frame-based) Multithreaded VP9 encoding - on by default YUV 4:2:2 and 4:4:4 support in VP9 10 and 12bit support in VP9 64bit ARM support by replacing ARM assembly with intrinsics - Bug Fixes: Fixes a VP9 bitstream issue in Profile 1. This only affected non-YUV 4:2:0 files. - Known Issues: Frame Parallel decoding fails for segmented and non-420 files. @ text @$NetBSD: patch-af,v 1.3 2013/09/09 20:42:00 wiz Exp $ --- examples/gen_example_code.sh.orig 2012-01-27 18:36:39.000000000 +0000 +++ examples/gen_example_code.sh @@@@ -80,6 +80,6 @@@@ while IFS=$'\n' read -r line; do || include_block < "${template%.c}.txt" \ #|| echo "WARNING: failed to find text for block $block_name" >&2 ;; - *) echo "$line" ;; + *) printf "%s\n" "$line" ;; esac done < "$template" @ 1.3 log @Remove bogus chunk. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2012/01/31 11:53:52 ryoon Exp $ @ 1.2 log @Update to 1.0.0 * Bump BUILDLINK_ABI_DEPENDS to 1.0.0 Changelog: 2012-01-27 v1.0.0 "Duclair" Our fourth named release, focused on performance and features related to real-time encoding. It also fixes a decoder crash bug introduced in v0.9.7, so all users of that release are encouraged to upgrade. - Upgrading: This release is ABI incompatible with prior releases of libvpx, so the "major" version number has been bumped to 1. You must recompile your applications against the latest version of the libvpx headers. The API remains compatible, and this should not require code changes in most applications. - Enhancements: This release introduces several substantial new features to the encoder, of particular interest to real time streaming applications. Temporal scalability allows the encoder to produce a stream that can be decimated to different frame rates, with independent rate targetting for each substream. Multiframe quality enhancement postprocessing can make visual quality more consistent in the presence of frames that are substantially different quality than the surrounding frames, as in the temporal scalability case and in some forced keyframe scenarios. Multiple-resolution encoding support allows the encoding of the same content at different resolutions faster than encoding them separately. - Speed: Optimization targets for this release included the decoder and the real- time modes of the encoder. Decoder speed on x86 has improved 10.5% with this release. Encoder improvements followed a curve where speeds 1-3 improved 4.0%-1.5%, speeds 4-8 improved <1%, and speeds 9-16 improved 1.5% to 10.5%, respectively. "Best" mode speed is consistent with the Cayuga release. - Quality: Encoder quality in the single stream case is consistent with the Cayuga release. - Bug Fixes: This release fixes an OOB read decoder crash bug present in v0.9.7 related to the clamping of motion vectors in SPLITMV blocks. This behavior could be triggered by corrupt input or by starting decoding from a P-frame. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2011/09/14 17:22:44 hans Exp $ a4 6 @@@@ -1,4 +1,4 @@@@ -#!/bin/bash +#!/usr/pkg/bin/bash ## ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. ## @ 1.1 log @Fix build on SunOS. @ text @d1 1 a1 1 $NetBSD$ d3 8 a10 2 --- examples/gen_example_code.sh.orig 2011-03-04 21:40:37.000000000 +0100 +++ examples/gen_example_code.sh 2011-04-08 16:28:11.822549731 +0200 @