- May 02, 2014
-
-
Johann Koenig authored
This does not do the full toolchain setup like the arm builds. It only allows for ndk-builds. See the instructions in tests/android/README or the webm jnin bindings project: https://chromium.googlesource.com/webm/bindings/+/master/JNI/README.Android Because this support is not quite polished, the build targets must be forced. Please use --force-target=x86-android-gcc --disable-ssse3 --disable-sse4_1 --disable-avx2 --force-target-mips-android-gcc Change-Id: Ie2b6623f71ac816e3965c39bf97097e9d30b6e94
-
- Apr 30, 2014
-
-
Tom Finegan authored
When used --show-program-output shows the output from the programs run during testing. Change-Id: I15a47c43d1fcf0243c8df1a75d0d2a584ae1f08f
-
Tom Finegan authored
Add a verbose logging function instead of checking $VPX_TEST_VERBOSE_OUTPUT in multiple places. Change-Id: I82618809f0964f696ed17ca4d99d8d7d252232f4
-
- Apr 29, 2014
-
-
Tom Finegan authored
Change-Id: I1e3d0689554c9b64c035ec0394f052507f7ac2a3
-
Tom Finegan authored
Change-Id: I99e120f934613fb7cc0ef4b4bba0c8caaecf18d2
-
Tom Finegan authored
Change-Id: Iac931dee8fa428a2182d20e48ee515d7c77885c0
-
- Apr 24, 2014
-
-
Tom Finegan authored
Change-Id: Ia8d1ddc856aa3d350522dd8dd13abc0bf40612ee
-
Tom Finegan authored
Change-Id: I3c85ab0b64ed825bdb7e18e45cc8385297547d96
-
Tom Finegan authored
Change-Id: I092175fbd433bd03673d6bc942146ecba491873a
-
Vignesh Venkatasubramanian authored
Changing webmdec to use libwebm for WebM file parsing. Change-Id: I2a57a7b44dbed05eaa04409e1e75e6fc03b30fbc
-
Vignesh Venkatasubramanian authored
There are a few tests which read/write directly to/from WebM files. They should be disabled when --disable-webm-io is passed. Change-Id: Ibac4732e27c66da33082151ba6e6993eaa9a1efd
-
Tom Finegan authored
The global variables used in vpxdec.sh and vpxenc.sh have become useful elsewhere: Define them in tools_common.sh instead. Change-Id: I5b8dbd2e88c8d6b2f46c5c55d7711fa154c12b6a
-
- Apr 23, 2014
-
-
Joey Parrish authored
Change-Id: I88f86c8ff9af34e0b6531028b691921b54c2fc48
-
Tom Finegan authored
Echo "Run test_name" before running each test in verbose mode. Change-Id: Idb2a736b3af13b9bbf2fbc137f2fa7da3662a2c6
-
Tom Finegan authored
Change-Id: Ic3c792bcb76917c4d4b829d0377a9c36e06dd77d
-
- Apr 22, 2014
-
-
Adrian Grange authored
ARNR filtering is now forced to be centered on the ARF frame and the other two options have been removed. The other modes of constructing the ARNR frame were not used and there does not seem to be any good reason to maintain them. This is purely an encoder-side change. Change-Id: Ic772636d23f280752973852b9740083532a49de2
-
- Apr 21, 2014
-
-
Dmitry Kovalev authored
Change-Id: Ic24a371817c9dd5c4035a6fe01111bd9ab63f552
-
- Apr 19, 2014
-
-
James Zern authored
lost in the shuffle of: 4fd63175 Remove duplicate code in test/webm_video_source.h Change-Id: I89792fa17f03920616c55486bbdaf56c6461c9eb
-
- Apr 18, 2014
-
-
Vignesh Venkatasubramanian authored
Remove duplicate WebM parsing code in test/webm_video_source.h and linking it against webmdec.c which does the exact same thing. Change-Id: Ib7152eecde890fca58be42028cab18c9cb54221c
-
- Apr 17, 2014
-
-
Yaowu Xu authored
Change-Id: Ibc770df77939a68f9f0d1d78c0edd737b0d398ad
-
- Apr 09, 2014
-
-
Frank Galligan authored
Change-Id: I08fe184a04e5435aeac92f1d7cc9733ca52c2783
-
- Apr 08, 2014
-
-
Frank Galligan authored
There was a bug with the decoder that if you started the decoder with more threads than the first frame had tile columns. Afterwards tried to decode a frame with more tile columns than the first frame, the decoder would hang. E.g. run vpxdec --threads=4. The first frame had two tile columns, then the next key frame had 4 tile columns, the decoder would hang. If you started with 4 tiles and switched to 2 tiles the decoder would be fine. The issue is that the worker the thread loop is using is stale. I added a test vector "vp90-2-14-resize-848x480-1280x720.webm" that exhibited the bug. Change-Id: I7bdd47241a52ac0fe1c693a609bc779257e94229
-
- Apr 07, 2014
-
-
Joshua Litt authored
Change-Id: I5a65d6fdb27516aefda0473ac45b05186cf0913c
-
- Apr 04, 2014
-
-
Marco Paniconi authored
Changed a parameter to make speed 5 pass, and valgring issue for speed 6 fixed: https://code.google.com/p/webm/issues/detail?id=740 Change-Id: I5b804b08069e29df3f08b9ec37f5b80151b4c910
-
- Apr 03, 2014
-
-
Tom Finegan authored
Tests the basics (first confirms feature is available in vpx_config.h): - VP8 decode (in IVF file). - VP9 decode (in WebM file). - VP8 encode (to IVF and WebM). - VP9 encode (to IVF and WebM). - VP9 lossless encode (to IVF, currently disabled due to failure). - Pipe input (to vpxdec and vpxenc). Test data path and path to vpx{dec,enc} have been parameterized. In addition: - Supports disabling tests (test names prefixed with DISABLED_ are not run by default). - Supports filtering tests. vpxdec.sh: Tests vpxdec. vpxenc.sh: Tests vpxenc. tools_common.sh: Common test functions. Change-Id: I0612c88b8dd6049a05bbbc79a317a0cca61733a5
-
- Mar 31, 2014
-
-
Joshua Litt authored
Change-Id: I879fcd3203c84fa83125e06662009d308bc2dbb6
-
- Mar 28, 2014
-
-
Yaowu Xu authored
For very large size video image, the scaling calculation may need use value beyond the range of int. This commit upgrade the value to 64bit to make sure the calculation do not wrap around INT_MAX. The change corrected the decoder behavior. The bug affects only very large resolution video because the scaling calculation was sufficient for image size smaller than 2^13. This resolves issue: https://code.google.com/p/webm/issues/detail?id=750 Change-Id: I2d2ed303ca6482f31f819f3c07d6d3e98ef3adc5
-
Yaowu Xu authored
This commit adjusted the speed steps in rt mode to make the steps more evenly spaced on speed and quality, specifically: 1. Merged 3 and 4 into one single step 3 and removed confilicting features. 2. Move 8, 7, 6, 5 to be 7, 6, 5, 4 repsectively. Change-Id: I38d56d61531f3561d772aef953c411c8fb38c063
-
Minghai Shang authored
Root cause is the different default register length between x86 and x64 platform. Change spatial_layer_id to long long. Change-Id: If1a5972365c7a59f7e76cb4fd714610f3d48a8ff
-
Minghai Shang authored
Change-Id: I366850015004644c4fc7feabe27a782fdd8d8718
-
- Mar 27, 2014
-
-
Aℓex Converse authored
Change-Id: I742b0f26b7d735e75c3653a3e52bd4f4fc198d3d
-
Minghai Shang authored
Change-Id: Ib09eedc17ea0ea2eec75d78112e4786d98f382aa
-
- Mar 25, 2014
-
-
James Zern authored
Vp[89] -> VP[89] Change-Id: Ib5863444c0c022cc51e2f160ecea92ca157fdf1d
-
- Mar 21, 2014
-
-
Marco Paniconi authored
One of the tests for real-time mode is failing at speed 6. Introduced recently, will enable again when fixed. Change-Id: I8f42de6a3eca226c9aa5c5e1fab98d629993c087
-
- Mar 19, 2014
-
-
Minghai Shang authored
1. Save stats for each spatial layer 2. Add frame buffer management for svc first pass rc 3. Set default spatial layer to 1 4. Flush encoder at the end of stream in test app This only supports spatial svc. Change-Id: Ia89cfa87bb6394e6c0405b921d86c426d0a0c9ae
-
James Zern authored
inheritance should be public; also correct placement of ClearSystemState as the base class doesn't inherit from testing Change-Id: I0f41330fccc62a70b8dd40d66bbd829b9d98cf84
-
- Mar 18, 2014
-
-
Marco Paniconi authored
Activated using aq_mode=3. Change-Id: Ied628b9e7bd0e88b0c75790276bca75b19eb5c07
-
- Mar 13, 2014
-
-
Jim Bankoski authored
Change-Id: Icb5a23d5931841cb51a0518b3d33f3b1340ef3f8
-
Jim Bankoski authored
Change-Id: I62daa5938c93f0fce0c90ad3b67a2eb590120e38
-
Jim Bankoski authored
Change-Id: I5cdff078159a379bc48f1d8e249e144c6d27c946
-