| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
R=cpu@chromium.org
Review URL: https://codereview.chromium.org/15682015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205865 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes use_system_foo logic completely from:
* jsoncpp.gyp
* libevent.gyp
* libpng.gyp
* libusb.gyp
* libwebp.gyp
* opus.gyp
* re2.gyp
* zlib.gyp
R=rsleevi
TBR=darin
BUG=226860
Review URL: https://codereview.chromium.org/14203006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196551 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The new version has update PLC support and various other fixes.
BUG=156738
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/12381024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185405 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
As Ralph pointed out before, in this CL, use_opus_floating_point is
the default flag now, also removed WORDS_BIGENDIAN flag which is incorrect.
Review URL: https://chromiumcodereview.appspot.com/11571064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174251 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=165264
Review URL: https://codereview.chromium.org/11635009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173978 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=160480
Review URL: https://chromiumcodereview.appspot.com/11617015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173837 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
This CL enables floating point build and fixed point build. On android,
fixed point build is enabled by default to save cpu cycles, floating
point build is enabled on other platforms.
Also, this CL adds opus_demo executable target.
BUG=None
TEST=trybots
Review URL: https://chromiumcodereview.appspot.com/11446058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172355 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11369031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165570 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
The only difference in the new version is that opus_define.h doesn't try
to redefine OPUS_EXPORT, so now it is possible to define it in opus.gyp,
and the overrides hack is no longer needed.
Review URL: https://codereview.chromium.org/11274054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164281 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
base/stringize_macros.h is not needed in opus_defines.h, and was added there by mistake. That file was added in crrev.com/163675.
Review URL: https://codereview.chromium.org/11277002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163910 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=154714
Review URL: https://codereview.chromium.org/11189047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163675 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=154714
Review URL: https://chromiumcodereview.appspot.com/11189047
TBR=sergeyu@chromium.org
Review URL: https://codereview.chromium.org/11252002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163661 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=154714
Review URL: https://chromiumcodereview.appspot.com/11189047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163650 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Opus will be used by chromoting for audio encoding.
Review URL: https://chromiumcodereview.appspot.com/10905108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162922 0039d316-1c4b-4281-b951-d872f2087c98
|