summaryrefslogtreecommitdiffstats
path: root/libvpx/vpx_scale/generic/yv12config.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge Conflict Fix CL to lmp-mr1-release for ag/849478Vignesh Venkatasubramanian2016-01-221-41/+92
| | | | | | | | | | DO NOT MERGE - libvpx: Pull from upstream Current HEAD: 7105df53d7dc13d5e575bc8df714ec8d1da36b06 BUG=23452792 Change-Id: Ic78176fc369e0bacc71d423e0e2e6075d004aaec
* libvpx: Roll latest libvpx and enable VP9 EncoderVignesh Venkatasubramanian2014-03-111-10/+49
| | | | | | | | | Rolling latest libvpx from upstream and generating configurations with VP9 Encoder enabled. Updating a mistake in UPDATING file. Upstream Hash: 1f08824d6db735e4cacb0419785a789395e42b2b Change-Id: Ie2c45e2253ade4a9ce88ca640cae39a7ece2d8f4
* Roll latest libvpx to fix scalling bug.hkuang2013-11-141-1/+4
| | | | | | | Checkout is from master:Ib748eb287520c794631697204da6ebe19523ce95 Bug: 11690668 Change-Id: Ia2bde2e50feca81556563ad3797e4972748e2041
* Roll latest libvpx into Android.hkuang2013-09-171-1/+1
| | | | | | | | | | The latest libvpx has more neon optimizations and a lot of algorithm optimizations which make the vp9 decode much more faster. bug:10804666 Change-Id: I75eaacea57ecc7542a780be778f0e9e157978524 (cherry picked from commit 3df0563f1b24dac6c0bd122fc922a48211269061)
* Roll latest libvpx into Android.hkuang2013-08-061-2/+2
| | | | | | | The latest libvpx just added initial multithread vp9 decoding support and more neon optimization. Checkout is from master branch(hash:33afddadb9af6569bd8296ef1d48d0511b651e9d). Change-Id: I54be2f48bc033c00876b6b1d0a3ff1eccb92a2fa
* Roll latest libvpx into Android.hkuang2013-07-251-0/+2
| | | | | | | Make the VP9 decoding 2X faster than the old one. Checkout is from master branch(hash:242157c756314827ad9244952c7253e8900b9626). Change-Id: Ibe67b3ee19f82b87df2416826b63a67f7f79b63a
* Updates libvpx to enable the VP9 decoder.hkuang2013-06-201-29/+145
| | | | | | | | This change enables VP9 decoder for all build configurations. Checkout is from master branch(hash:12180c8329d56d72e8d4424b8fd82b1b2f8e846a). Change-Id: Ieaba85d0bc54e1ecdf9596398dafa03c43182f8c
* Update libvpx and incorporate new build systemJohann2012-12-111-0/+92
Move libvpx down a directory. Separate libwebm and rename it. It would be more accurate to rename external/libvpx to external/webm. Use file lists directly from upstream libvpx. This allows adding new targets and new features (such as the encoder) easily. MIPS and x86 options are in progress. See new file "UPDATING" The new libvpx checkout is not from a release branch. The decoder is stable but it should be checked and potentially updated if the encoder is enabled. Requires I42b51e2845a696a6e211dde00951afc8f571336f which updates libstagefright to account for new paths and library names. Change-Id: I739f99d48b8d7e6354c416ef2ca79c954826307f