aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/isac/fix/test/isac_speed_test.cc
AgeCommit message (Expand)Author
2016-01-08Misc. small cleanups.pkasting
2015-10-29audio_coding: rename interface -> includeHenrik Kjellander
2015-08-27AudioDecoder: Replace Init() with Reset()Karl Wiberg
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-06-11Prepare to convert various types to size_t.Peter Kasting
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2014-10-13WebRtcIsac_Decode et al.: Type encoded data as uint8[], not uint16[]kwiberg@webrtc.org
2014-09-24WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type encoded stream as uint8_tkwiberg@webrtc.org
2014-09-23Revert 7266 "WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type en..."andrew@webrtc.org
2014-09-22WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type encoded stream as uint8_tkwiberg@webrtc.org
2014-08-16Roll chromium_revision 288251:289723kjellander@webrtc.org
2014-06-02- Get rid of 'using' from .hsolenberg@webrtc.org
2014-03-07This CL is to add Opus complexity knob and to test it.minyue@webrtc.org