summaryrefslogtreecommitdiffstats
path: root/remoting/codec/audio_decoder_opus.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
| | | | | | | | | | BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/18052008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209151 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: use generated shim headers for opus.phajdan.jr@chromium.org2012-12-191-1/+1
| | | | | | | | 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
* Limit number of frames per audio packet in Opus and Speex decoders.sergeyu@chromium.org2012-11-071-4/+12
| | | | | | | | | | | | | Previously Opus and Speex decoders didn't validate number of frames in the incoming packets, so there was a potential buffer overflow when there are enough frames in a packet to cause integer overflow. BUG=159553,159229 Review URL: https://chromiumcodereview.appspot.com/11368112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166368 0039d316-1c4b-4281-b951-d872f2087c98
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-0/+132
| | | | | | | | 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-231-132/+0
| | | | | | | | | | | | 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-231-0/+132
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