aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/audio_encoder.h
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2015-12-15Fix incorrect commentkwiberg
2015-11-06Pass audio to AudioEncoder::Encode() in an ArrayViewkwiberg
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-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-05-11Setting OPUS_SIGNAL_VOICE when enable DTX.Minyue Li
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-03-04Add speech flag to EncodedInfohenrik.lundin@webrtc.org
2015-02-27AudioEncoder: documentation fixjmarusic@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-12Add a unit test for callbacks with empty frames and fix bug in codehenrik.lundin@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
2014-12-12Moving encoded_bytes into EncodedInfohenrik.lundin@webrtc.org
2014-12-08Add AudioEncoder::Max10MsFramesInAPackethenrik.lundin@webrtc.org
2014-12-03Rename internal AudioEncoder::Encode method to EncodeInternalhenrik.lundin@webrtc.org
2014-12-02Adding a payload type to AudioEncoder objectshenrik.lundin@webrtc.org
2014-12-01Adding EncodedInfo struct to AudioEncoder::Encodehenrik.lundin@webrtc.org
2014-10-29AudioEncoder: num_10ms_frames_per_packet -> Num10MsFramesInNextPacketkwiberg@webrtc.org
2014-10-29Make an AudioEncoder subclass for Opuskwiberg@webrtc.org
2014-10-21Implement AudioEncoderPcmU/A classes and convert AudioDecoder testshenrik.lundin@webrtc.org
2014-10-16Add encoded_timestamp to AudioEncoder base classhenrik.lundin@webrtc.org
2014-10-16New interface class AudioEncoderhenrik.lundin@webrtc.org