summaryrefslogtreecommitdiff
path: root/multimedia/libvpx
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-01-24Add patch taken from "homebrew" project to fix the build with new versiontron2-1/+20
of Xcode under Mac OS X.
2012-12-23Bump PKGREVISION.ryoon3-6/+23
* Fix broken library generation on NetBSD/cobalt
2012-11-08Fix Darwin targetsadam1-7/+11
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-07-20One more REPLACE_BASH needed to make this buildfhajny1-1/+2
2012-05-22Update to 1.1.0ryoon4-24/+22
* Tested with devel/xulrunner and www/firefox 12.0 on NetBSD/i386 6.99.7 Changelog: 2012-05-09 v1.1.0 "Eider" This introduces a number of enhancements, mostly focused on real-time encoding. In addition, it fixes a decoder bug (first introduced in Duclair) so all users of that release are encouraged to upgrade. - Upgrading: This release is ABI and API compatible with Duclair (v1.0.0). Users of older releases should refer to the Upgrading notes in this document for that release. This release introduces a new temporal denoiser, controlled by the VP8E_SET_NOISE_SENSITIVITY control. The temporal denoiser does not currently take a strength parameter, so the control is effectively a boolean - zero (off) or non-zero (on). For compatibility with existing applications, the values accepted are the same as those for the spatial denoiser (0-6). The temporal denoiser is enabled by default, and the older spatial denoiser may be restored by configuring with --disable-temporal-denoising. The temporal denoiser is more computationally intensive than the spatial one. This release removes support for a legacy, decode only API that was supported, but deprecated, at the initial release of libvpx (v0.9.0). This is not expected to have any impact. If you are impacted, you can apply a reversion to commit 2bf8fb58 locally. Please update to the latest libvpx API if you are affected. - Enhancements: Adds a motion compensated temporal denoiser to the encoder, which gives higher quality than the older spatial denoiser. (See above for notes on upgrading). In addition, support for new compilers and platforms were added, including: improved support for XCode Android x86 NDK build OS/2 support SunCC support Changing resolution with vpx_codec_enc_config_set() is now supported. Previously, reinitializing the codec was required to change the input resolution. The vpxenc application has initial support for producing multiple encodes from the same input in one call. Resizing is not yet supported, but varying other codec parameters is. Use -- to delineate output streams. Options persist from one stream to the next. Also, the vpxenc application will now use a keyframe interval of 5 seconds by default. Use the --kf-max-dist option to override. - Speed: Decoder performance improved 2.5% versus Duclair. Encoder speed is consistent with Duclair for most material. Two pass encoding of slideshow-like material will see significant improvements. Large realtime encoding speed gains at a small quality expense are possible by configuring the on-the-fly bitpacking experiment with --enable-onthefly-bitpacking. Realtime encoder can be up to 13% faster (ARM) depending on the number of threads and bitrate settings. This technique sees constant gain over the 5-16 speed range. For VC style input the loss seen is up to 0.2dB. See commit 52cf4dca for further details. - Quality: On the whole, quality is consistent with the Duclair release. Some tweaks: Reduced blockiness in easy sections by applying a penalty to intra modes. Improved quality of static sections (like slideshows) with two pass encoding. Improved keyframe sizing with multiple temporal layers - Bug Fixes: Corrected alt-ref contribution to frame rate for visible updates to the alt-ref buffer. This affected applications making manual usage of the frame reference flags, or temporal layers. Additional constraints were added to disable multi-frame quality enhancement (MFQE) in sections of the frame where there is motion. (#392) Fixed corruption issues when vpx_codec_enc_config_set() was called with spatial resampling enabled. Fixed a decoder error introduced in Duclair where the segmentation map was not being reinitialized on keyframes (#378)
2012-03-28Fix build problem under Mac OS X caused by NetBSD build fix.tron1-1/+2
2012-03-05Fix building with Xcode installed in /Applications (as is the current ↵adam2-3/+14
version on Lion).
2012-02-28Add support for NetBSD/sparc64 (read the diff and start laughing, this mustmartin2-1/+14
be the most bizarre configure system ever)
2012-02-09Set CONFIGURE_ARGS for Darwin/x86_64.minskim1-1/+11
2012-02-02* Fix build on NetBSD/amd64 5.99.56.ryoon2-4/+4
* Apply patch from Matthias Drochner via private email. Tested on NetBSD/amd64 5.99.56 and NetBSD/i386 5.99.60.
2012-01-31Update to 1.0.0ryoon10-91/+105
* 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.
2012-01-07Fix PR pkg/45795.ryoon2-5/+28
Fix build error on some systems. Upstream patch: http://git.chromium.org/gitweb/?p=webm/libvpx.git;a=commitdiff;h=17c754fc00881a78e71488e7c544d05cf2f6927f
2011-10-28Update to 0.9.7.1 (0.9.7 p1)ryoon2-7/+7
Changelog: 2011-08-15 v0.9.7-p1 "Cayuga" patch 1 This is an incremental bugfix release against Cayuga. All users of that release are strongly encouraged to upgrade. - Fix potential OOB reads (cdae03a) An unbounded out of bounds read was discovered when the decoder was requested to perform error concealment (new in Cayuga) given a frame with corrupt partition sizes. A bounded out of bounds read was discovered affecting all versions of libvpx. Given an multipartition input frame that is truncated between the mode/mv partition and the first residiual paritition (in the block of partition offsets), up to 3 extra bytes could have been read from the source buffer. The code will not take any action regardless of the contents of these undefined bytes, as the truncated buffer is detected immediately following the read based on the calculated starting position of the coefficient partition. - Fix potential error concealment crash when the very first frame is missing or corrupt (a609be5) - Fix significant artifacts in error concealment (a4c2211, 99d870a) - Revert 1-pass CBR rate control changes (e961317) Further testing showed this change produced undesirable visual artifacts, rolling back for now.
2011-09-14Fix build on SunOS.hans2-1/+14
2011-08-08Fix build on Mac OS X 10.7 (Darwin 11.0.1) with Xcode 4.1.1.ryoon1-2/+4
2011-08-07Update to 0.9.7ryoon8-59/+61
Changelog: * Feature enhancement and bug fix * backward compatibility with 0.9.5 and 0.9.6
2011-06-21Fix build under Mac OS X Snow Leopard if the Mac OS X Leopard is nottron3-4/+22
installed. Based on changes sugested by Martin Brandenburg in PR pkg/45086.
2011-06-20Revert previous commit.ryoon1-11/+1
2011-06-20Patch from PR pkg/45086ryoon1-1/+11
Add workaround for Darwin/i386 10.
2011-06-16- Use pthread.buildlink3.mk for -lpthread detection.seanb2-7/+28
- QNX patch.
2011-04-14Pass LDFLAGS when linking; adding then removing -lrt on Darwin didn't make ↵adam4-22/+18
much sense; clean-up
2011-03-12Fix build under Mac OS X i386. Further changes might be required totron2-2/+17
fix PPC and x86_64.
2011-03-11update to 0.9.6drochner2-6/+6
changes: -encoder improvements and speedup -bugfixes (I've tested the decoder only)
2011-01-19mport libvpx 0.9.5 as multimedia/libvpx.ryoon10-0/+223
The On2 VP8 Sodec SDK from Google.