summaryrefslogtreecommitdiffstats
path: root/third_party/opus
Commit message (Collapse)AuthorAgeFilesLines
* 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