- 21 Jul, 2011 - 1 commit
-
-
Yaowu Xu authored
With this fix, the experimental branch now builds and encodes correctly with the following two configure options respectively: --enable-experimental --enable-t8x8 --enable-experimental Change-Id: I3147c33c503fe713a85fd371e4f1a974805778bf
-
- 20 Jul, 2011 - 4 commits
-
-
Yaowu Xu authored
The auto merge process pull and merge commits from public git or master branch. These automerges while worked well most time, but has created a few problems. This commit fixed several issues existed long before the latest 8x8 transform commit. Change-Id: I895ca99713231b1aec521d57db5d9839f74aacfa
-
Deb Mukherjee authored
Please refer to previous commit messages for detailed info: https://on2-git.corp.google.com/g/#change,5940 https://on2-git.corp.google.com/g/#change,6045 Change-Id: I8b16992f2f69c5a808ad40a3e32ef589cce7c59d
-
John Koleszar authored
-
John Koleszar authored
-
- 19 Jul, 2011 - 6 commits
-
-
Scott LaVarnway authored
-
John Koleszar authored
This reverts commit b73a3693. This version of the check doesn't work with generic-gnu, and figuring out the correct symbol version at configure time is probably more work than this is worth. May revisit in the future. Change-Id: I6c75e88bd3bd82a4b21e09a25780fe53aacb7d70
-
Johann authored
armv5 dequantizer is not referenced Change-Id: Id1cc617dcee35ebd6a406816ec6aaa26e8bbc8ad
-
Scott LaVarnway authored
allowing the compiler to inline this function. For real-time encodes, this gave a boost of 1% to 2.5%, depending on the speed setting. Change-Id: I3929d176cca086b4261267b848419d5bcff21c02
-
John Koleszar authored
Change-Id: Ida9204624fe3fb99fed1b149d1f88159480fdd83
-
John Koleszar authored
-
- 18 Jul, 2011 - 4 commits
-
-
John Koleszar authored
This patch attempts to improve the handling of CBR streams with respect to the short term buffering requirements. The "buffer level" is changed to be an average over the rc buffer, rather than a long running average. Overshoot is also tracked over the same interval and the golden frame targets suppressed accordingly to correct for overly aggressive boosting. Testing shows that this is fairly consistently positive in one metric or another -- some clips that show significant decreases in quality have better buffering characteristics, others show improvenents in both. Change-Id: I924c89aa9bdb210271f2e03311e63de3f1f8f920
-
John Koleszar authored
-
John Koleszar authored
-
Tero Rintaluoma authored
Using small values for --buf-sz= in command line causes floating point exception due to division by zero. Change-Id: Ibfe2d44db922993a78ebc9a4a1087d9625de48ae
-
- 17 Jul, 2011 - 1 commit
-
-
John Koleszar authored
-
- 16 Jul, 2011 - 3 commits
-
-
John Koleszar authored
Change-Id: Ic623c335cd4991c9d80f675f390e81282b18c137
-
John Koleszar authored
-
John Koleszar authored
-
- 15 Jul, 2011 - 6 commits
-
-
Scott LaVarnway authored
-
Yunqing Wang authored
-
Tero Rintaluoma authored
Optimized C-code of the following functions: - vp8_tokenize_mb - tokenize1st_order_b - tokenize2nd_order_b Gives ~1-5% speed-up for RT encoding on Cortex-A8/A9 depending on encoding parameters. Change-Id: I6be86104a589a06dcbc9ed3318e8bf264ef4176c
-
John Koleszar authored
Change-Id: Icbeb14d64ed3d9337606b591dde4e0669540a10d
-
John Koleszar authored
-
John Koleszar authored
-
- 14 Jul, 2011 - 5 commits
-
-
James Berry authored
vpx_copy_and_extend_frame could incorrectly resize uv frames which could result in a crash. Change-Id: Ie96f7078b1e328b3907a06eebeee44ca39a2e898
-
John Koleszar authored
min_fs_radius, max_fs_radius, full_freq were set but never read. Change-Id: I82657f4e7f2ba2acc3cbc3faa5ec0de5b9c6ec74
-
John Koleszar authored
Change-Id: I3f64e220b78738e5261a9fda3c270d51613f4faa
-
John Koleszar authored
-
John Koleszar authored
-
- 13 Jul, 2011 - 10 commits
-
-
Fritz Koenig authored
-
Yunqing Wang authored
-
John Koleszar authored
glibc implements some checking on longjmp() calls by replacing it with an internal function __longjmp_chk(), when FORTIFY_SOURCE is defined. This can be problematic when compiling the library under one version of glibc and running it under another. Work around this issue for the one symbol affected for now, before taking out the undef hammer. Fixes http://code.google.com/p/webm/issues/detail?id=166 Change-Id: Ifc5e25cdec17915e394711f2185b3e9214572d10
-
Yunqing Wang authored
Minor fix. Change-Id: Iaf93f6e47e882a33c479e57c7a0d0bf321e291c0
-
Fritz Koenig authored
Previously allocated more memory than necessary for yuv buffers. This makes it harder to track bugs with reading uninitialized data. Change-Id: I510f7b298d3c647c869be6e5d51608becc63cce9
-
Fritz Koenig authored
-
John Koleszar authored
-
Johann authored
-
Johann authored
-
Johann authored
-