- Aug 04, 2011
-
-
John Koleszar authored
Change-Id: I54ab3c22d281efe69af9c9108fcbfadd3cc747ee
-
- Aug 03, 2011
-
-
John Koleszar authored
* changes: Update AUTHORS Update .mailmap entry for Ralph Giles
-
John Koleszar authored
* changes: Fix building of static libs on universal-darwin Fix asm offsets generation for universal-darwin builds
-
John Koleszar authored
This patch fixes a bug in the interaction between the recode loop and spatial resampling. If the codec was in a spatial resampling state, and a subsequent iteration of the recode loop disables resampling, then the source buffer must be reset to the unscaled source. Change-Id: I4e4cd47b943f6cd26a47449dc7f4255b38e27c77
-
John Koleszar authored
The static libs should not be built from sources during the top level of a universal build. This regression was introduced in commit 495b241f, which made the static libs selectable under CONFIG_STATIC. Change-Id: I585167e17459877e0fa7fa19e1046c3703d91c97
-
John Koleszar authored
Added BUILD_PFX to correct dependencies. Change-Id: Ia07602bd98ef2253242b1bd66ef05e3b1e64ba7d
-
- Aug 02, 2011
-
-
Johann Koenig authored
the neon code made several assumptions which were broken by a recent change: https://review.webmproject.org/2676 update the code with new assumptions and guard them with a compile time assert Change-Id: I32a8378030759966068f34618d7b4b1b02e101a0
-
John Koleszar authored
Change-Id: If6f20553159105c05f9a684cb7c8f3778c7894a1
-
James Berry authored
Change-Id: Ia1ad66066a24c01915cd9e3ff75c7e070cc984c8
-
John Koleszar authored
Change-Id: Ic7725e279d2263515e5312c152c58e1644eb2495
-
John Koleszar authored
Change-Id: Ib3d54bfa81720a0b2877837d7149cd12d26e75e4
-
Lou Quillio authored
Change-Id: Ia406272a97806c0194435bb7f24e24d353ef5cc6
-
John Koleszar authored
-
John Koleszar authored
-
- Aug 01, 2011
-
-
John Koleszar authored
Change-Id: I7e6bc28e7974a376da747300744e0dd5dc1d21e9
-
Johann Koenig authored
Change-Id: Ibcf5b4b14153f65ce1b53c3bfba87ad2feb17bbd
-
John Koleszar authored
-
James Berry authored
obj_int_extract.bat was not being copied correctly for make dist. It now is. Change-Id: I976479f90bbfa4798f241db1055e1e3b04ca2830
-
John Koleszar authored
Improve binary distributions by defeating longjmp interception. See http://code.google.com/p/webm/issues/detail?id=166 for more information. Change-Id: I5ac731ec3f3570088597201d0f411473e2dffa4f
-
- Jul 29, 2011
-
-
John Koleszar authored
Ensure vpx_ports/asm_offsets.h is installed with make dist Change-Id: If9f32273fff975d60de1583b039dbbce8a7ccd27
-
John Koleszar authored
-
John Koleszar authored
Make sure to update last_sharpness_level from the current sharpness_level whenever it changes. Change-Id: I0258d2f5b11a407abf6176a8d4c4994d925943f0
-
- Jul 28, 2011
-
-
John Koleszar authored
-
John Koleszar authored
Since this is the only ABI incompatible change since the last release, convert it to use the control interface instead. The member of the configuration struct is replaced with the VP8E_SET_MAX_INTRA_BITRATE_PCT control. More significant API changes were expected to be forthcoming when this control was first introduced, and while they continue to be expected, it's not worth breaking compatibility for only this change. Change-Id: I799d8dbe24c8bc9c241e0b7743b2b64f81327d59
-
- Jul 27, 2011
-
-
Yunqing Wang authored
This change implemented same idea in change "Preload reference area to an intermediate buffer in sub-pixel motion search." The changes were made to vp8_find_best_sub_pixel_step() and vp8_find_best_half _pixel_step() functions which are called when speed >= 5. Test result (using tulip clip): 1. On Core2 Quad machine(Linux) rt mode, speed (-5 ~ -8), encoding speed gain: 2% ~ 3% rt mode, speed (-9 ~ -11), encoding speed gain: 1% ~ 2% rt mode, speed (-12 ~ -14), no noticeable encoding speed gain 2. On Xeon machine(Linux) Test on speed (-5 ~ -14) didn't show noticeable speed change. Change-Id: I21bec2d6e7fbe541fcc0f4c0366bbdf3e2076aa2
-
Yunqing Wang authored
-
Yunqing Wang authored
There were some situations that the start motion vectors were out of range. This fix adjusted range checks to make sure they are checked and clamped. Change-Id: Ife83b7fed0882bba6d1fa559b6e63c054fd5065d
-
James Zern authored
The timebase update fixes Issue #61. Change-Id: I425158da7ea639464f61e6dd604ac9e6c72b7266
-
- Jul 26, 2011
-
-
John Koleszar authored
-
James Zern authored
Removes mixed usage of (unsigned) long long and INT64. Fixes Issue #208. Change-Id: I220d3ed5ce4bb1280cd38bb3715f208ce23cf83a
-
Johann Koenig authored
-
Scott LaVarnway authored
Fixed. Change-Id: I3348e8dbcaee6ace263af413701101d77636e5df
-
- Jul 25, 2011
-
-
James Zern authored
Fixes issue #62. Change-Id: I0567cf7897c0942666c19b3231c8c3b8e9c3e7cc
-
Scott LaVarnway authored
-
Scott LaVarnway authored
Noticed small performance gains, depending on material. Change-Id: I334369f6312bc19aa73481fc3f790ab181e11867
-
Yunqing Wang authored
-
Yunqing Wang authored
The change fixes building error on Win64. Change-Id: I63d25b26220c4da8a98ca2e36530cbb802468e6b
-
Yunqing Wang authored
CONFIG_FAST_UNALIGNED is enabled by default. Disable it if it is not supported by hardware. Change-Id: I7d6905ed79fed918bca074bd62820b0c929d81ab
-
- Jul 22, 2011
-
-
Johann Koenig authored
-
Johann Koenig authored
sharpness was not recalculated in vp8cx_pick_filter_level_fast remove last_filter_type. all values are calculated, don't need to update the lfi data when it changes. always use cm->sharpness_level. the extra indirection was annoying. don't track last frame_type or sharpness_level manually. frame type only matters for motion search and sharpness_level is taken care of in frame_init move function declarations to their proper header Change-Id: I7ef037bd4bf8cf5e37d2d36bd03b5e22a2ad91db
-