leozwang@webrtc.org
c734669dbf
Re-create libvpx configuration files for Android
...
Message:
I decided to separate libvpx configuraton files for linux/arm and
Android/arm. I will continue maintaining linux/arm configuration files.
The reasons to change:
It will be two sets of configuration files for android, one is arm, the
other one is arm-neon. For "arm" configuration, I will enable
"cpu-auto-detection" which means that binary can run on any armv7 devices.
For "arm-neon" configuration, it will be used for "neon" enabled devices
only. "arm" configuration will be the default configuration which is as
same as what we have for webrtc.
Description:
This CL separates libvpx configuration files for linux/arm and
Android/arm. Configuration files for Android arm are added, also
"cpu-auto-detection" is enabled.
BUG=None
TEST=local
Review URL: https://webrtc-codereview.appspot.com/934013
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3082 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-11-13 01:19:07 +00:00
marpan@webrtc.org
2e40582760
Roll libvpx to fd3078fd8fe7.
...
Relevant updates:
fd3078fd8fe7: Fix to Valgrind memory issues.
4cf4c94ad166: Fix to rd cost computation for motion vector bias
(issue: http://code.google.com/p/webm/issues/detail?id=486 )
4c53bacce4a9: post-proc: deblock filter optimization
(issues: http://code.google.com/p/webm/issues/detail?id=480
http://code.google.com/p/webm/issues/detail?id=479 )
Review URL: https://webrtc-codereview.appspot.com/921007
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2978 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-10-23 23:57:27 +00:00
vikasmarwaha@webrtc.org
0cd4c1be68
Rollback r2962 from webrtc trunk.
...
Review URL: https://webrtc-codereview.appspot.com/915007
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2969 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-10-23 00:19:32 +00:00
marpan@webrtc.org
24a419c0c7
Roll libvpx to 4cf4c94ad166.
...
Relevant updates:
4cf4c94ad166: Fix to rd cost computation for motion vector bias
(issue: http://code.google.com/p/webm/issues/detail?id=486 )
f6886c4b9328: post-proc: fix 0 or negative threshold handling
4c53bacce4a9: post-proc: deblock filter optimization
(issues: http://code.google.com/p/webm/issues/detail?id=480
http://code.google.com/p/webm/issues/detail?id=479 )
Review URL: https://webrtc-codereview.appspot.com/909004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2962 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-10-22 17:55:26 +00:00
stefan@webrtc.org
03b2b85b19
Enable multi-res encoding feature in libvpx.
...
BUG=
Review URL: https://webrtc-codereview.appspot.com/761005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2697 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-09-03 06:57:01 +00:00
stefan@webrtc.org
2143c60315
Roll libvpx to 8bec177d.
...
Also removing update_libvpx.sh as it is not needed when rolling libvpx
in WebRTC.
Verified on try bots.
BUG=
Review URL: https://webrtc-codereview.appspot.com/749004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2652 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-08-22 07:53:21 +00:00
stefan@webrtc.org
1c80d794e3
Fix libvpx ARM builds.
...
TBR=ajm, leozwang
BUG=
Review URL: https://webrtc-codereview.appspot.com/724010
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2626 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-08-17 11:44:49 +00:00
stefan@webrtc.org
c3115837ed
Changes to upgrade libvpx to head of master.
...
Also aligns libvpx build system in WebRTC with Chromium's.
BUG=
Review URL: https://webrtc-codereview.appspot.com/708008
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2623 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-08-17 06:57:58 +00:00
marpan@webrtc.org
78a3110602
Disable multi_res_encoding in libvpx.
...
TBR=stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/639008
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2385 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-08 22:53:55 +00:00
leozwang@webrtc.org
38506ef4d3
Disable cpu detection on arm-neon
...
Descritpion
Probably it's a bug in vpx script, disable it for now.
Review URL: https://webrtc-codereview.appspot.com/640006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2381 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-07 15:26:02 +00:00
stefan@webrtc.org
f5d934dfd8
Upgrade libvpx to cab6ac16 (v. 1.1.1 pre-point-release).
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/619004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2337 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-01 07:43:02 +00:00
leozwang@webrtc.org
6bd81f4962
Temporarily disable cpu detection in libvpx
...
CPU_DETECTION doesn't work in current build yet, it caused building errors
with neon build, disable it for now. Will discuss the future plan with the
team.
TBR=stefan
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/570006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2218 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-10 18:13:35 +00:00
stefan@webrtc.org
2191a47bc1
Update ARM specific libvpx config files.
...
BUG=
TEST=
TBR=niklas.enbom@webrtc.org ,leozwang@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/534002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2138 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-27 08:50:05 +00:00
stefan@webrtc.org
da12dde4d2
Upgrade libvpx to dba0538.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/521002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2119 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-25 19:16:00 +00:00
leozwang@webrtc.org
417901dc54
Disable runtime cpu detection on arm-neon
...
BUG=
TEST=build on android
Review URL: https://webrtc-codereview.appspot.com/461005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1941 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-26 14:34:55 +00:00
leozwang@webrtc.org
270bd9aaa0
Enable post_proc on arm
...
Review URL: https://webrtc-codereview.appspot.com/457002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1924 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-22 17:06:26 +00:00
leozwang@webrtc.org
6aa529ca1b
Update libvpx configuration files
...
TBR=stefan@webrtc.org
BUG=
TEST=build on android
Review URL: https://webrtc-codereview.appspot.com/460001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1922 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-21 21:28:33 +00:00
stefan@webrtc.org
c8e4886774
Upgrade libvpx to 6b66c01 and enabling temporal denoising.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/448006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1921 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-21 16:52:03 +00:00
stefan@webrtc.org
b9c50b68bf
Revert commit 1908.
...
Review URL: https://webrtc-codereview.appspot.com/452009
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1909 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-17 00:56:36 +00:00
stefan@webrtc.org
fb5944edf9
Upgrade libvpx to 6b66c01 and enabling temporal denoising.
...
BUG=
TEST=
Review URL: http://webrtc-codereview.appspot.com/448006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1908 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-17 00:15:13 +00:00
leozwang@webrtc.org
9f6bd51582
Update libvpx configuration file for arm
...
Review URL: https://webrtc-codereview.appspot.com/428007
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1831 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-02 17:30:30 +00:00
leozwang@webrtc.org
a368f86ff6
Add libvpx configuration files for arm
...
Review URL: https://webrtc-codereview.appspot.com/416003
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1801 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-29 18:53:10 +00:00
stefan@webrtc.org
770c7ce488
Upgrade to libvpx commit e479379a.
...
This version includes a critical bug fix for temporal layers.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/350012
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1454 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-01-18 15:55:51 +00:00
stefan@webrtc.org
517dcb71f2
Migrate to using the same gyp files and gypi generator script as Chromium.
...
BUG=
TEST=
Review URL: http://webrtc-codereview.appspot.com/268009
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1012 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-11-24 12:49:22 +00:00
holmer@google.com
7ad6d1cf27
Upgrading to libvpx 0.9.7-p1 (Cayuga)
...
Review URL: http://webrtc-codereview.appspot.com/91015
git-svn-id: http://webrtc.googlecode.com/svn/trunk@398 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-18 08:27:26 +00:00
ajm@google.com
98c5001e40
Reorganize libvpx to mimic Chromium's layout. We now sync libvpx to a subdirectory of third_party/libvpx where we've submitted our few wrapper files. This avoids having to "svn export" to the directory and allows direct committing of files.
...
Review URL: http://webrtc-codereview.appspot.com/64001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@186 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-09 21:16:30 +00:00