summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2017-05-23Add support for Visual Studio 2017Gregor Jasny
BUG=webm:1428 Change-Id: Iba98aef1159724d106cf39b94d7b69843d76cd48
2017-01-27Add macOS Sierra support in configureJerome Jiang
BUG=webm:1367 Change-Id: I3000b6d9f93ec49ca86d08151348d33d86bf0034
2017-01-12Release v1.6.1 Long Tailed DuckJohann
Change-Id: If27447472417c7ed34238295427ddb9da0561725
2016-08-04Remove armv6 targetJohann
Change-Id: I1fa81cc9cabf362a185fc3a53f1e58de533a41e5
2016-08-03README: add a note about clang-formatJames Zern
Change-Id: I835401e3befffcbc68e7d2bdd2fd556a19948e91
2016-08-03README: update target listJames Zern
Change-Id: I80293720a5f12bc2449ceaadbb2ad0f924141552
2016-08-03README: fix typoJames Zern
Change-Id: I2c3ecc62b1fd1e600b3d70b623c8b11e1e8e4d13
2016-07-20Merge remote-tracking branch 'origin/khakicampbell'Johann
2016-07-20Release v1.6.0 Khaki Campbell DuckJohann
Change-Id: I08da365dd889093f9919476a02ee96ae9615f140
2016-06-28configure: remove old visual studio support (<2010)James Zern
BUG=b/29583530 Change-Id: If08ce6ca352f377ac4db6b9b1909b507bba6d872
2016-05-02configure.sh: Remove armv6-darwin target.Tom Finegan
- iOS SDKs no longer ship with armv6 support. - Our minimum iOS version means all target devices have neon. - Remove armv6 darwin LD workaround. - This removes a TODO. Change-Id: I2fcb5b82c96213364275475be021c7dd8459d5c0
2015-08-05Support build with Visual Studio 14.Ghislain MARY
Change-Id: Id0d7c19857e29b66c652c8cc1ab56b64e4fc0fa3
2015-07-24build/make/Android.mk: support TARGET_ARCH_ABI=x86_64James Zern
requires r10e or newer: Android NDK, Revision 10e (May 2015) ... Other bug fixes: ... - Fixed .asm support for ABI x86_64. Change-Id: I51ec9a5f77c982b7412d922e896348a83ae2d7d6
2015-05-12Remove claims of universal target support from the build system.Tom Finegan
These targets no longer build (PPC support was removed from libvpx). Remove the dead code and misleading help output. BUG=https://code.google.com/p/webm/issues/detail?id=997 Change-Id: Ib35614806adeae970f3821da0d8dbcc54ab8d868
2015-04-03Merge branch 'indianrunnerduck'Johann
* indianrunnerduck: Update CHANGELOG for v1.4.0 (Indian Runner Duck) release vp9: fix high-bitdepth NEON build Fix use of scaling in joint motion search Prepare Release Candidate for libvpx v1.4.0 vp8cx.h: vpx/vpx_encoder.h -> ./vpx_encoder.h Change-Id: Ib2eee50f02e12623aae478871cb9150604bb2ac2
2015-04-02Remove PPC build supportJohann
There are no functional optimizations for AltiVec/PPC Change-Id: I6877a7a9739017fe36fc769be22679c65ea99976
2015-03-23Prepare Release Candidate for libvpx v1.4.0Johann
Change-Id: I9ffd30c88a5e40c555bde1f5efcf8a3c9ffcf5ff
2014-11-20Remove armv5te targetJohann
All the assembly code has been removed, the tests no longer check for the target, and android and chrome do not use the targets. Change-Id: I193993f7b2b0bd6478453402f573ce3606e04e8d
2014-08-15Add support for MIPS64.Gordana Cmiljanovic
Change-Id: I78e27bf942b4a825543e76be25546b6458bad8b6
2014-06-26Add arm64-darwin-gcc target.Tom Finegan
Change-Id: I251cca45db54d2947868e2b9c35cb54f86b10706
2014-06-10Add target armv7s-darwin-gcc.Tom Finegan
Really just armv7. This is a convenience target intended to make iOS development with libvpx easier. Xcode projects with default settings will fail to build when a framework lacks armv7s support when targetting iOS7. Change-Id: I7eb80d52eec25501febc0d2c3c0b4ed964b8ed5b
2014-05-30README: add a note about the test vectorsJames Zern
Change-Id: I8b3299bf1579962c6dbb29b61c16801fef2460fd
2014-05-12configure: remove php testJames Zern
+ the remnants in the build system & README the documentation that required php was removed in: 50fa585 Removing examples code generation and making them static. Change-Id: Ibf00dca9ab2715fc21e8de358807b63d1445662c
2013-11-14Add support for VC++2013Yaowu Xu
Change-Id: Iccc15aacee1fee9995dfd974bc89913891ad67a9
2013-08-05Update READMEPaweł Hajdan
- new date - add VP9 to the title - update list of available targets Change-Id: I56263336db393020bac5da8e42fbac3a276ffb1f
2013-07-18configure: default configure log to config.logJames Zern
this is consistent with autoconf Change-Id: I1860831693789259ee35d644775653d6a460cc77
2012-06-21Add support for downloading test dataJohn Koleszar
The commit introduces a make target 'testdata' that downloads the required test data from the WebM project website. The data will also be downloaded if invoking `make test` but is not a strict requirement for only building the test executable. The download directory is taken from the LIBVPX_TEST_DATA_PATH environment variable, or may be specified as part of the make command. If unset, it defaults to the current directory. It's expected that most developers will want to set this environment variable to a place outside their source/build trees, to avoid having to download the data more than once. To add test data file: 1) add a line to test/test.mk: LIBVPX_TEST_DATA-yes += foo-bar-file.y4m 2) add its sha1sum to the test/test-data.sha1 file in the following format: 528cc88c821e5f5b133c2b40f9c8e3f22eaacc4c foo-bar-file.y4m 3) upload the file to the website $ gsutil cp foo-bar-file.y4m gs://downloads.webmproject.org/test_data/libvpx This implementation will check the integrity of the test data automatically if the `sha1sum` executable is available. Change-Id: If6910fe304bb3f5cdcc5cb9e5f9afa5be74720d2
2012-01-18Add makefile for building libvpx for Android.Fritz Koenig
Android.mk file for using the Android NDK build system to compile. Adds option for SDK path to use the compiler that comes with android for testing compiler compliance. Change-Id: I5fd17cb76e3ed631758d3f392e62ae1a050d0d10
2012-01-10Remove iwmmx target.Fritz Koenig
No optimized code present for target. Change-Id: If99bb37491b15c1093e8851430c060cb2466898c
2012-01-06Remove symbian target and associated files.Fritz Koenig
These targets are no longer maintained. Change-Id: I923103006c439849fc015c1ac45ee7a5443ebc6d
2011-02-22purge wince configurationJohann
this has been broken since the initial release Change-Id: If0d4deb2de9f7d0c4c05641e2bbf9cc1bf11e171
2010-10-07configure is not in srcJohann
one comment in the README said the configure script was in src. it's not. pointed out by Aaron Sherman Change-Id: Ife0b53e096856d46669a99eefd71ac23d0351f65
2010-06-18cosmetics: trim trailing whitespaceJohn Koleszar
When the license headers were updated, they accidentally contained trailing whitespace, so unfortunately we have to touch all the files again. Change-Id: I236c05fade06589e417179c0444cb39b09e4200d
2010-05-18Initial WebM releaseJohn Koleszar