aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/audio_encoder.cc
AgeCommit message (Expand)Author
2015-12-08Add encode/decode time tracing to audio_coding.Peter Boström
2015-11-06Pass audio to AudioEncoder::Encode() in an ArrayViewkwiberg
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-09Remove AudioEncoder methods SetMaxBitrate and SetMaxPayloadSizekwiberg
2015-09-09Change return type of AudioEncoder::SetMaxPlaybackRate to voidkwiberg
2015-09-08Fold AudioEncoderMutable into AudioEncoderkwiberg
2015-03-19Reland 8749: AudioEncoder: return EncodedInfo from Encode() and EncodeInternal()jmarusic@webrtc.org
2015-03-18Revert 8749 "We changed Encode() and EncodeInternal() return typ..."tommi@webrtc.org
2015-03-17We changed Encode() and EncodeInternal() return type from bool to void in thi...jmarusic@webrtc.org
2015-02-26AudioEncoder: change Encode and EncodeInternal return type to voidjmarusic@webrtc.org
2015-02-18AudioEncoder: Rename virtual accessors to CamelCasekwiberg@webrtc.org
2015-02-05Reland r8248 "Introduce ACMGenericCodecWrapper"henrik.lundin@webrtc.org
2015-01-27Add new methods to AudioEncoder interfacehenrik.lundin@webrtc.org
2014-12-16Make an AudioEncoder subclass for REDhenrik.lundin@webrtc.org