| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|