summaryrefslogtreecommitdiffstats
path: root/tools/generate_stubs
Commit message (Collapse)AuthorAgeFilesLines
* Speed up encoding by using active maphclam@chromium.org2011-02-221-3/+16
| | | | | | | | | | | | | | | Using active map can greatly reduce the amount of macro blocks need to be encoded by vp8. This brings average encoding time from 35ms per frame to about 8ms on the tested system. However this change depends on an updated version of libvpx. BUG=None TEST=chromoting still works & no visual problems Review URL: http://codereview.chromium.org/6518011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75586 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmit - Roll DEPS to include changes to FFmpeg build systemhclam@chromium.org2010-10-011-2/+11
| | | | | | | | | | | TBR=fbarchrd BUG=57266 TEST=Tree is green. ARM ffmpeg can be loaded. Review URL: http://codereview.chromium.org/3555004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61134 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61013 - Roll DEPS to include changes to FFmpeg build systemasargent@chromium.org2010-09-301-11/+2
| | | | | | | | | | | | | | | This change will avoid exporting libvpx symbols if libvpx is not built into FFmpeg. BUG=None TEST=FFmpeg can be loaded on ARM Review URL: http://codereview.chromium.org/3518002 TBR=hclam@chromium.org Review URL: http://codereview.chromium.org/3556006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61022 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to include changes to FFmpeg build systemhclam@chromium.org2010-09-301-2/+11
| | | | | | | | | | | | This change will avoid exporting libvpx symbols if libvpx is not built into FFmpeg. BUG=None TEST=FFmpeg can be loaded on ARM Review URL: http://codereview.chromium.org/3518002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61013 0039d316-1c4b-4281-b951-d872f2087c98
* generate_stubs.py to support varidiac functionshclam@chromium.org2010-09-271-9/+66
| | | | | | | | | | | | | | | | This patch is already been reviewed in: http://codereview.chromium.org/3005036/show Splitting this out inorder to make changes to FFmpeg build. TBR=ajwong BUG=None TEST=None Review URL: http://codereview.chromium.org/3391027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60700 0039d316-1c4b-4281-b951-d872f2087c98
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-022-0/+1251
Generate stubs for OpenMAX IL so we don't need a real OpenMAX library for building. The actual library is loaded during runtime. TEST=Build is green TEST=Running omx_test works on hardware with OpenMAX support Review URL: http://codereview.chromium.org/661135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40418 0039d316-1c4b-4281-b951-d872f2087c98