- 27 Aug, 2015 1 commit
-
-
James Zern authored
previously any flags added while setting up the toolchain would override the user selections; environment variables could be treated similarly Change-Id: Ibfcc644137d8e579af554d19a38d4020019a7a34
-
- 17 Aug, 2015 1 commit
-
-
Jingning Han authored
To turn on vp10, one needs to explicitly set --enable-vp10. Change-Id: Ifc7e294aea9a5bdf5d08f0001ae26fba5a837b64
-
- 12 Aug, 2015 1 commit
-
-
Jingning Han authored
This commit folks the VP9 and VP10 codebase and makes libvpx support VP8, VP9, and VP10. Change-Id: I81782e0b809acb3c9844bee8c8ec8f4d5e8fa356
-
- 05 Aug, 2015 1 commit
-
-
Change-Id: Id0d7c19857e29b66c652c8cc1ab56b64e4fc0fa3
-
- 25 Jul, 2015 1 commit
-
-
James Zern authored
requires r10e or newer: Android NDK, Revision 10e (May 2015) ... Other bug fixes: ... - Fixed .asm support for ABI x86_64. Change-Id: I51ec9a5f77c982b7412d922e896348a83ae2d7d6
-
- 03 Jun, 2015 1 commit
-
-
KO Myung-Hun authored
Change-Id: I5750db0504cb69ead52f9f44bf583e693bffbb7e
-
- 22 May, 2015 1 commit
-
-
Johann authored
Change-Id: Idddefb2fd3e4441421f61bd246479c627020a652
-
- 15 May, 2015 1 commit
-
-
James Zern authored
silences a missing prototype warning Change-Id: I31a11c8390ae58e9a99ecc7cdf2a36334fac3f65
-
- 13 May, 2015 1 commit
-
-
Tom Finegan authored
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
-
- 07 May, 2015 1 commit
-
-
Johann authored
Use memcpy instead of casting. Change-Id: Ieca725cc628883985bde23c7d742af8781c5dbb5
-
- 22 Apr, 2015 1 commit
-
-
James Zern authored
vestigial. there are tools better suited for this Change-Id: I7a72a2cfe32377f07c8cd0973ddb18842720a225
-
- 21 Apr, 2015 2 commits
-
-
James Zern authored
vestigial. there are tools better suited for this Change-Id: I1d6f604452fbc62cb7523eec8d1f8a72a276d6b5
-
James Zern authored
vestigial. the code is stale and couldn't be configured directly; there are better ways to achieve this now Change-Id: I5a9c62e099215588cd0d7e5ae002dfc77c21a895
-
- 03 Apr, 2015 1 commit
-
-
Johann authored
Change-Id: I560b1a954a5089a8af69952b8084408c6a420b96
-
- 02 Apr, 2015 1 commit
-
-
Johann authored
There are no functional optimizations for AltiVec/PPC Change-Id: I6877a7a9739017fe36fc769be22679c65ea99976
-
- 24 Mar, 2015 1 commit
-
-
Parag Salasakar authored
For P5600: CROSS=$MTI/bin/mips-mti-linux-gnu- CFLAGS='-EL' CXXFLAGS='-EL' LDFLAGS='-EL'\ ../configure --target=mips32-linux-gcc --cpu=p5600 --enable-msa For I6400: CROSS=$IMG/bin/mips-img-linux-gnu- CFLAGS='-EL' CXXFLAGS='-EL' LDFLAGS='-EL'\ ../configure --target=mips64-linux-gcc --cpu=i6400 --enable-msa Change-Id: Id25f721ea1f1991d5116e04dba713aebd7378f05
-
- 10 Feb, 2015 1 commit
-
-
James Zern authored
defaults to enabled. when disabled skips dependency file (.d) generation allowing for faster one-time builds. Change-Id: I2d7d7f905f1663315b8eb2b2e81fffb6fcb15829
-
- 05 Feb, 2015 1 commit
-
-
James Zern authored
This reverts commit a6715a75. Removes a duplicate entry; this was previously added by: 14e37cf9 Add help info for --enable-vp9-highbitdepth Change-Id: I61408e782232821ef6ed84775b5c79d172ba7f2d
-
- 22 Jan, 2015 1 commit
-
-
Lawrence Velázquez authored
Change-Id: I5baa4405e0b52fd3b6f312bd2dc94b19e6ff3da7
-
- 16 Jan, 2015 1 commit
-
-
Yaowu Xu authored
Change-Id: I89497a483117fc472be3a836070109498258140d
-
- 02 Jan, 2015 1 commit
-
-
Yaowu Xu authored
This fixes issue# 903. Change-Id: I649d8584898a93681073e1ac1b444ff66e240050
-
- 01 Dec, 2014 1 commit
-
-
Johann authored
Probably not even the dominant platform the library is being built for. Add --cpu= option description to help. The option already exists. Don't allow passing just --cpu as a no-op. BUG=826 Change-Id: Iaa3f4f693ec78b18927b159b480daafeba0549c0
-
- 21 Nov, 2014 1 commit
-
-
Johann authored
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
-
- 13 Nov, 2014 1 commit
-
-
Marco authored
Change-Id: I7a941c0efbb5912aa97348da6fd1aba28df4482a
-
- 07 Nov, 2014 1 commit
-
-
Johann authored
The obj_int_extract code is no longer worth maintaining. It creates significant issues when adapting for different build systems and no longer offers as significant of a performance benefit due to improvements in intrinsics. Source files will remain until the various third-party builds are updated. The neon fast quantizer has been moved to intrinsics. The armv6 version has been removed because so few remaining targets require it. Compilers and processors have improved significantly since the pack_tokens code was written. The assembly is no longer faster than the C code. pack_tokens were the only optimizations for the armv5te targets so the targets will be removed after the test infrastructure has been updated. BUG=710 Change-Id: Ic785b167cd9f95eeff31c7c76b7b736c07fb30eb
-
- 03 Oct, 2014 1 commit
-
-
Deb Mukherjee authored
Incorporates the WRAPLOW macro into the non-highbitdepth transforms to aid hardware verification between a software C model and an intended hardware implementation though the use of the configure options: --enable-experimental --enable-emulate-hardware. Note that to avoid further discrepancies between the sse/sse2 implementations of the transforms and the C implementation, when the emulate hardware option is invoked, we also disable sse/sse2/etc. Also incudes some minor cleanups/renaming etc. Change-Id: Ib864d8493313927d429cce402982f1c8e45b3287
-
- 12 Sep, 2014 1 commit
-
-
Deb Mukherjee authored
Adds various high bitdepth transform functions and tests. Much of the changes are related to using typedefs tran_low_t and tran_high_t for the final transform cofficients and intermediate stages of the transform computation respectively rather than fixed types int16_t/int. When vp9_highbitdepth configure flag is off, these map tp int16_t/int32_t, but when the flag is on, they map to int32_t/int64_t to make space for needed extra precision. Change-Id: I3c56de79e15b904d6f655b62ffae170729befdd8
-
- 02 Sep, 2014 1 commit
-
-
Deb Mukherjee authored
Adds config parameter vp9_highbitdepth, to support highbitdepth profiles. Also includes most vpx level high bit-depth functions. However encode/decode in the highbitdepth profiles will not work until the rest of the code is in place. Change-Id: I34c53b253c38873611057a6cbc89a1361b8985a6
-
- 16 Aug, 2014 1 commit
-
-
Change-Id: I78e27bf942b4a825543e76be25546b6458bad8b6
-
- 07 Aug, 2014 1 commit
-
-
Yaowu Xu authored
This commit adds a configure time option used to enable strict error checking in decoder to make sure intermediate stage cofficients of inverse transforms are within valid range of signed 16 bit integer. For valid VP9 input streams, intermediate stage coefficients should always stay within the range of a signed 16 bit integer. Coefficients can go out of this range for invalid/corrupt VP9 streams. However, strictly checking this range for every intermediate coefficient can be a burden for decoder, therefore such validation is only enabled with configure option --enable-coefficient-range-checking. Change-Id: I47d47c8c4e48a922c3d223ca59064f51b3f0f5ed
-
- 30 Jul, 2014 1 commit
-
-
KO Myung-Hun authored
'local' is not posix. Change-Id: I46d7acfa574cbef686cee1b35022f5781485c3fa
-
- 25 Jul, 2014 1 commit
-
-
Joshua Litt authored
Change-Id: I61993946fe5cbcd7ebeb6302efd9538bff022e5a
-
- 24 Jul, 2014 1 commit
-
-
Tim Kopp authored
This should prevent confusion with the VP8 CONFIG_TEMPORAL_DENOISING and other flags. Change-Id: I1fe4e2977895b7966841d861ab74317ad875b6c8
-
- 22 Jul, 2014 1 commit
-
-
James Zern authored
the code tied to CONFIG_MULTIPLE_ARF was deleted in: 26110225 Clean out old CONFIG_MULTIPLE_ARF code. Change-Id: Ie70bf047cde7e88d4b3996c8ff529e409bbe99e2
-
- 21 Jul, 2014 1 commit
-
-
Alex Converse authored
Change-Id: Ic5d3a3a0dac10b49495771886a31e793bb78b5ca
-
- 17 Jul, 2014 1 commit
-
-
Jim Bankoski authored
This is a practical concern to allow us to fail in a decoder instance if the size of a file is bigger than we can reasonably handle. Change-Id: I0446b5502b1f8a48408107648ff2a8d187dca393
-
- 01 Jul, 2014 1 commit
-
-
Pengchong Jin authored
Add a conditional compile flag for this feature. Also add a switch to enable the encoder to use these statistics in the second pass. Currently, the switch is turned off. Change-Id: Ia1c858c35ec90e36f19f5cffe156b97ddaa04922
-
- 26 Jun, 2014 1 commit
-
-
Tom Finegan authored
Change-Id: I251cca45db54d2947868e2b9c35cb54f86b10706
-
- 12 Jun, 2014 1 commit
-
-
Tim Kopp authored
Change-Id: Iccf6ede4c4f85646b0f8daec47050ce93e267c90
-
- 11 Jun, 2014 1 commit
-
-
Tom Finegan authored
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
-