summaryrefslogtreecommitdiffstats
path: root/third_party/opus
Commit message (Collapse)AuthorAgeFilesLines
* Add OWNERS for third_party/opussergeyu@chromium.org2013-06-121-0/+2
| | | | | | | | 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
* Extract use_system_foo logic out of gyp files, patch 2phajdan.jr@chromium.org2013-04-261-319/+281
| | | | | | | | | | | | | | | | | | | | | 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
* Roll Opus to 1.0.2sergeyu@chromium.org2013-03-011-8/+5
| | | | | | | | | | | 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
* Rename use_opus_floating_point to use_opus_fixed_point.leozwang@chromium.org2012-12-201-4/+3
| | | | | | | | | 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
* Linux: use generated shim headers for opus.phajdan.jr@chromium.org2012-12-192-14/+12
| | | | | | | | 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
* Roll Opus DEPS 165487:173498.aedla@chromium.org2012-12-191-0/+3
| | | | | | | | 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
* Enable floating point and fixed point builds in opusleozwang@chromium.org2012-12-111-18/+98
| | | | | | | | | | | | | | | 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
* Roll opus-1.0.1sergeyu@chromium.org2012-11-021-3/+3
| | | | | | Review URL: https://chromiumcodereview.appspot.com/11369031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165570 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Opus 162558:164159henrika@chromium.org2012-10-262-24/+1
| | | | | | | | | | 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
* Cleanup opus_defines.h override.sergeyu@chromium.org2012-10-241-2/+4
| | | | | | | | 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
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-232-15/+48
| | | | | | | | 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
* Revert 163650 - Add opus audio codec support in remotingsergeyu@chromium.org2012-10-232-48/+13
| | | | | | | | | | | | 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
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-232-13/+48
| | | | | | | | | 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
* Add opus in third_party.sergeyu@chromium.org2012-10-193-0/+272
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