- 01 Mar, 2011 - 1 commit
-
-
John Koleszar authored
MSVC can't pass the address of global variables in a DLL correctly across DLL boundaries. This patch allows linking the examples to a libvpx dll build. Fixes issue #268. Change-Id: I1c52d076cfc68efb3efdfba019f12d53c5019f58
-
- 28 Feb, 2011 - 4 commits
-
-
Yunqing Wang authored
-
Scott LaVarnway authored
-
Yunqing Wang authored
This improved encoding performance by 0.5% (good, speed 1) to 1.5% (good, speed 5). Change-Id: I843d72a0d68a90b5f694adf770943e4a4618f50e
-
John Koleszar authored
-
- 25 Feb, 2011 - 6 commits
-
-
Johann authored
-
Aaron Watry authored
Sparc on Solaris requires memory copies in reconinter.c to be aligned. Change-Id: I6c5b75fb80d6fd501ae4b41b533c3109c2f32be2
-
Johann authored
-
Johann authored
-
Attila Nagy authored
Change-Id: I726976a297a593a35ed6cba3c660e372562f7b27
-
Attila Nagy authored
Check is done first when function si entered. Change-Id: Ief0d0cbd4860aaf492b78728f8d22f24029b1174
-
- 24 Feb, 2011 - 6 commits
-
-
James Zern authored
This allows the base documentation to be built without the need for php which is required to produce the example documentation Change-Id: Id1861723c672fa8da132a074a4657e2cb94c1e79
-
Scott LaVarnway authored
and used defines instead. Change-Id: Idb56e0295d004793f406dfd2d8d8c546aad62e03
-
Scott LaVarnway authored
-
Scott LaVarnway authored
Removed unnecessary copies. No noticeable speed gains. Change-Id: I996c50c23fedd06d54ee7a3e762cbf559cc4a9d1
-
Paul Wilkins authored
This fixes an overflow problem in the frame error accumulators. The overflow condition is extreme but did trigger when Frank B. coded some high motion interlaced HD content. The observed effect was a catastrophic breakdown of the rate control leading to massive undershoot and poor bit allocation. All the error values should really be unsigned but I will look at this separately. Change-Id: I9745f5c5ca2783620426b66b568b2088b579151f
-
Johann authored
-
- 23 Feb, 2011 - 1 commit
-
-
Attila Nagy authored
Change-Id: I0d0445c57eb0889082f83de1948852d57b38fefb
-
- 22 Feb, 2011 - 2 commits
-
-
Johann authored
this has been broken since the initial release Change-Id: If0d4deb2de9f7d0c4c05641e2bbf9cc1bf11e171
-
Attila Nagy authored
It is not used in realtime mode. Reduces memory footprint. Change-Id: I7f163225762368df5457cfd413050161d3704a3f
-
- 18 Feb, 2011 - 8 commits
-
-
John Koleszar authored
-
John Koleszar authored
Change-Id: I64fa47889c54cfed094a674c49ef0996d49bdd42
-
John Koleszar authored
Removed a number of files that were unused or little-used. Change-Id: If9ae5e5b11390077581a9a879e8a0defe709f5da
-
John Koleszar authored
Clean up some unnecessary scoping around pick_filter_level. Change-Id: Ic57fa33e3fcae37fe6beae977e5743783399d5af
-
John Koleszar authored
-
Attila Nagy authored
No need to reinitialize for base Q changes. Change-Id: Ie76ec21dd3c5582d5183dbed75ed73a1eed3e291
-
Attila Nagy authored
Change-Id: I58154faf4f3ece24f9927a5c3ab7e830e0887fb6
- 17 Feb, 2011 - 6 commits
-
-
John Koleszar authored
-
John Koleszar authored
Eliminate unnecessary checks on target endianness and associated macros. Change-Id: I1d4e6a9dcee9bfc8940c8196838d31ed31b0e4aa
-
John Koleszar authored
-
Scott LaVarnway authored
Change-Id: I4a328ce152d9dbe6b0d1606d1b523e8e7bfb468e
-
John Koleszar authored
-
James Zern authored
- correct spelling - remove explicit file name w/\file (unnecessary when contained in the same file and prone to desync) Change-Id: I68a3960ac5ab84d0f2e5c9b2e29799f26dfccf23
-
- 16 Feb, 2011 - 3 commits
-
-
Yunqing Wang authored
-
Yunqing Wang authored
Currently, when the video frame width is not multiples of 16, the source buffer has a stride of non-multiples of 16, which forces an unaligned load in SAD function and hurts the performance. To avoid that, this change allocates source buffers to be multiples of 16. Change-Id: Ib7506e3eb2cea06657d56be5a899f38dfe3eeb39
-
Johann authored
-
- 15 Feb, 2011 - 1 commit
-
-
James Zern authored
vpx_free if used contains this check. If replaced, well behaved free will behave similarly. Change-Id: I25483aaa8b39255b9a8cf388d6e5eaa20a908ae1
-
- 14 Feb, 2011 - 2 commits
-
-
Yunqing Wang authored
-
Yaowu Xu authored
-