Version: 1.9.0, Package name: libvpx-1.9.0 |
Maintained by: Brad Smith |
Master sites: |
Description VP8 delivers high quality video while efficiently adapting to the varying processing and bandwidth conditions found on today's broad range of web-connected devices. VP8's efficient bandwidth usage will mean lower serving costs for content publishers and high quality video for end-users. The codec's relative simplicity makes it easy to integrate into existing environments and requires less manual tuning to produce high quality results. |
Filesize: 5201.405 KB |
Version History (View Complete History) |
|
2020-10-03 07:19:37 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to libvpx-1.9.0, from Brad |
2020-06-25 01:52:48 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Enable high bit depth encoding with VP9. from Brad (maintainer) |
2020-04-04 02:36:55 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Add SEPARATE_BUILD to a few ports. QEMU has deprecated in src tree builds. from Brad (maintainer) |
2019-12-24 08:08:09 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to libvpx-1.8.2. from Brad (maintainer) |
2019-09-15 10:03:31 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Patch syncing and comment tweaking in a patch. from Brad (maintainer). |
2019-07-18 00:47:58 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to libvpx-1.8.1. from Brad (maintainer) |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-02-14 02:44:26 by Jeremie Courreges-Anglas | Files touched by this commit (7) |
Log message: Update to libvpx-1.8.0 from Brad (maintainer), tested in a bulk by ajacoutot@ |
2018-10-17 02:22:29 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: - Fix WANTLIB for archs building with GCC - Enable the multi resolution encoder - Fix the build on PowerPC - Add a use-after-free fix from Brad (maintainer) |
2018-09-26 01:14:28 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to libvpx-1.7.0. - survived a bulk from Brad (maintainer) |
2018-02-16 07:46:50 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Revert to version 1.6.1: newer versions require __atomic builtins from Brad (maintainer) |
2018-02-10 16:56:10 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to libvpx-1.7.0. from Brad (maintainer) |
2017-12-20 11:15:04 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Unlock libvpx on non-clang archs base-gcc seems to be enough to build on arm, ports-gcc might be a better choice given the amount of warnings such as: warning: ignoring alignment for stack allocated 'hbuf' |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-05-31 02:08:18 by Marc Espie | Files touched by this commit (173) |
Log message: switch everything to new COMPILER idiom, even stuff that won't build with clang yet, but at least that part is done. |
2017-05-13 04:33:14 by Marc Espie | Files touched by this commit (4) |
Log message: vpx builds just fine with base clang instead of ports clang, unhardcode libestdc++ accordingly. |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2017-03-07 19:22:14 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: No need to force CC/CXX/LD any more ok Brad (maintainer) |
2017-02-22 07:26:22 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Fix on arm, avoid broken vector support in old gcc versions. ok Brad (maintainer) |
2017-02-18 07:06:20 by Landry Breuil | Files touched by this commit (1) |
Log message: Remove -Wno-unknown-warning-option -Wno-clobbered when building vp8/encoder/onyx_if.c and vp8/decoder/onyxd_if.c, those options only exist in clang or recent gccs (?) - unbreaks the build on at least macppc and loongson, maybe sparc64. From Donovan Watteau, who tested this on loongson. Tested by myself on macppc. |
2017-01-15 02:59:11 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to libvpx-1.6.1. from Brad (maintainer) |
2016-08-06 19:33:52 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to libvpx-1.6.0. from Brad (maintainer) |
2016-03-10 15:51:45 by Christian Weisgerber | Files touched by this commit (3) |
Log message: remove simple instances of NO_SHARED_LIBS |
2016-03-05 09:04:10 by Pascal Stumpf | Files touched by this commit (80) |
Log message: Bump REVISION for lang/clang MODULE changes. |
2015-11-13 00:14:26 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: Update to libvpx-1.5.0. from Brad (maintainer) |
2015-04-26 01:58:22 by Antoine Jacoutot | Files touched by this commit (13) |
Log message: Update to libvpx-1.4.0. Run-time tested on amd64, i386 and sparc64. Build tested on hppa. from brad (maintainer) |
2015-04-17 01:58:12 by Peter Hessler | Files touched by this commit (2) |
Log message: use lower optimization levels, so compiles work on sparc |
2015-02-10 19:05:28 by Brad Smith | Files touched by this commit (2) |
Log message: Bring in fixes for the stack overflows with the SSE2 code on i386 and fixes for the AVX detection (yes, just because a CPU has AVX support does not mean the kernel does too -- silly Google developers). Thanks to Mikolaj Kucharski <mikolaj at kucharski dot name> for reporting the stack overflows, testing proposed patches and this back ported patch against the current release. |
2015-02-10 17:07:47 by Brad Smith | Files touched by this commit (5) |
Log message: Bring in fixes for the stack overflows with the SSE2 code on i386 and fixes for the AVX detection (yes, just because a CPU has AVX support does not mean the kernel does too -- silly Google developers). Thanks to Mikolaj Kucharski <mikolaj at kucharski dot name> for reporting the stack overflows, testing proposed patches and this back ported patch against the current release. ok sthen@ |
2015-01-16 04:33:47 by Brad Smith | Files touched by this commit (1) |
Log message: Use a workaround on i386 for the stack overflows in the VP9 assembly code. |
2015-01-16 04:30:05 by Brad Smith | Files touched by this commit (1) |
Log message: Use a workaround on i386 for the stack overflows in the VP9 assembly code. |
2011-03-17 10:54:16 by Edd Barrett | Files touched by this commit (5) |
Log message: update to libvpx 0.9.6 from brad. OK by MAINTAINER (brad) |
2010-11-19 00:23:15 by Marc Espie | Files touched by this commit (332) |
Log message: new depends |
2010-11-06 17:28:23 by Jacob Meuser | Files touched by this commit (2) |
Log message: let it build on sparc64 from Brad |
2010-10-31 15:05:38 by Chris Kuethe | Files touched by this commit (15) |
Log message: update to libvpx 0.9.5, from brad. tested with an upcoming update of mplayer ok edd@ |
2010-10-07 12:59:47 by Matthias Kilian | Files touched by this commit (2) |
Log message: Don't pick up and use doxygen (wasting time) when it's installed. From brad, who sent me this version a couple of days when i did some testing ov libvpx and whined about my valuable cpu cycles. |
2010-10-04 22:53:50 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Typo. |