2014-02-15 11:53:20 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Don't set GCC_REQD on Darwin, the gcc packages from pkgsrc do not work
due to missing critical functionality like -arch.
The build appears to work fine with the native gcc-4.2.1 on 10.8 anyway.
|
2014-01-15 06:53:52 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix PR pkg/48508: Fix build under NetBSD 5 and Solaris 10
* Use GNU tr from sysutils/coreutils for Solaris 10
* GCC 4.4 or later and newer binutils (gas) is required to compile
ssse3 code.
|
2014-01-10 09:43:42 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Add ppc32 to Darwin targets
|
2014-01-06 12:16:23 by Martin Husemann | Files touched by this commit (1) |
Log message:
Restrict hack to gcc 4.5 or older (4.8 works)
|
2014-01-05 14:36:52 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Add reference to PR port-sparc64/48501.
|
2014-01-05 14:27:10 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Disable compiler optimization under NetBSD/sparc64 because GCC 4.5.3
gets stuck while compiling "vp9/vp9_cx_iface.c".
|
2014-01-02 16:18:01 by Ryo ONODERA | Files touched by this commit (9) |
Log message:
Update to 1.3.0
* tarball is not distributed by Google, use Debian's one
Changelog:
2013-11-15 v1.3.0 "Forest"
This release introduces the VP9 codec in a backward-compatible way.
All existing users of VP8 can continue to use the library without
modification. However, some VP8 options do not map to VP9 in the same manner.
The VP9 encoder in this release is not feature complete. Users interested in
the encoder are advised to use the git master branch and discuss issues on
libvpx mailing lists.
- 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.
- Enhancements:
Get rid of bashisms in the main build scripts
Added usage info on command line options
Add lossless compression mode
Dll build of libvpx
Add additional Mac OS X targets: 10.7, 10.8 and 10.9 (darwin11-13)
Add option to disable documentation
configure: add --enable-external-build support
make: support V=1 as short form of verbose=yes
configure: support mingw-w64
configure: support hardfloat armv7 CHOSTS
configure: add support for android x86
Add estimated completion time to vpxenc
Don't exit on decode errors in vpxenc
vpxenc: support scaling prior to encoding
vpxdec: support scaling output
vpxenc: improve progress indicators with --skip
msvs: Don't link to winmm.lib
Add a new script for producing vcxproj files
Produce Visual Studio 10 and 11 project files
Produce Windows Phone project files
msvs-build: use msbuild for vs >= 2005
configure: default configure log to config.log
Add encoding option --static-thresh
- Speed:
Miscellaneous speed optimizations for VP8 and VP9.
- Quality:
In general, quality is consistent with the Eider release.
- Bug Fixes:
This release represents approximately a year of engineering effort,
and contains multiple bug fixes. Please refer to git history for details.
|
2013-12-02 00:26:25 by Benny Siegert | Files touched by this commit (1) |
Log message:
Finally fix the build on MirBSD.
Disable SSE{2,3,4} in the runtime CPU detection code as well.
|
2013-11-29 19:33:54 by Benny Siegert | Files touched by this commit (3) |
Log message:
Try to unbreak the build on MirBSD. With this, it compiles all the way through
but then fails to link because the library contains unfulfilled references
to sse2 functions -- even though they are disabled.
|
2013-11-09 06:28:35 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
Fix build on NetBSD/arm, at least on NetBSD/evbearmv6hf-el 6.99.25
|