aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2015-11-18modules/audio_coding: Remove some codec include dirskjellander@webrtc.org
2015-11-06Pass audio to AudioEncoder::Encode() in an ArrayViewkwiberg
2015-10-29audio_coding: rename interface -> includeHenrik Kjellander
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-08Fold AudioEncoderMutable into AudioEncoderkwiberg
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-06-18Add AudioEncoder::GetTargetBitrateHenrik Lundin
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-05-07New interface: AudioEncoderMutableKarl Wiberg
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-03-10AudioEncoder: add method MaxEncodedBytesjmarusic@webrtc.org
2015-02-26AudioEncoder: change Encode and EncodeInternal return type to voidjmarusic@webrtc.org
2015-02-23Replaced unnecessary check with an explicit CHECK.jmarusic@webrtc.org
2015-02-18AudioEncoder: Rename virtual accessors to CamelCasekwiberg@webrtc.org
2015-01-28Add support for 40 and 60 ms frames to AudioEncoderIlbchenrik.lundin@webrtc.org
2015-01-27Add new methods to AudioEncoder interfacehenrik.lundin@webrtc.org
2014-12-12Moving encoded_bytes into EncodedInfohenrik.lundin@webrtc.org
2014-12-11DCHECK: Reference condition parameter in release buildskwiberg@webrtc.org
2014-12-10Revert r7858 ("DCHECK: Reference condition parameter in release builds")kwiberg@webrtc.org
2014-12-10DCHECK: Reference condition parameter in release buildskwiberg@webrtc.org
2014-12-08Add AudioEncoder::Max10MsFramesInAPackethenrik.lundin@webrtc.org
2014-12-08ATTRIBUTE_UNUSED expanded to empty on MSVS, so be sure to use the variable.kwiberg@webrtc.org
2014-12-08Make an AudioEncoder subclass for iLBCkwiberg@webrtc.org