Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
webrtc.googlesource.com
/
src
/
bb547203bfebcc478b263c4e9ca173c6fd5a0c5d
/
modules
/
audio_coding
/
acm2
/
audio_coding_module.cc
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/modules/audio_coding/acm2/audio_coding_module.cc]
e1198e0
Add new ANA stats to the old GetStats() to count the number of actions taken by each controller.
by ivoc
· 8 years ago
56359be
Update thread annotiation macros in modules to use RTC_ prefix
by danilchap
· 8 years ago
36344a0
Fix incorrect memset on muted frames.
by Jonathan Yu
· 8 years ago
bc8ee33
Remove verbose logs from audio_coding_module.cc.
by Noah Richards
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
dca1e09
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 8 years ago
c8fa692
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 8 years ago
300ec8c
Remove WEBRTC_TRACE from webrtc/modules/audio_coding
by Alex Loiko
· 8 years ago
36b1a5f
Add mute state field to AudioFrame and switch some callers to use it. Also make AudioFrame::data_ private and instead provide:
by yujo
· 8 years ago
b8c55b1
Handle padded audio packets correctly
by henrik.lundin
· 8 years ago
368f5cf
Replace use of system_wrappers/include/logging.h by base/logging.h.
by nisse
· 8 years ago
1c07c70
Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType"
by kwiberg
· 8 years ago
670a7f3
Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ )
by kwiberg
· 8 years ago
1724cfb
WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType
by kwiberg
· 8 years ago
d3edd77
Introduce dchecked_cast, and start using it
by kwiberg
· 8 years ago
087bd34
Move AudioDecoder and related stuff to the api/ directory
by kwiberg
· 8 years ago
566d820
Update smoothed bitrate.
by michaelt
· 9 years ago
4b9a2cb
Reland "Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate."
by minyue
· 9 years ago
e69b468
Revert of Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. (patchset #5 id:240001 of https://codereview.webrtc.org/2411613002/ )
by minyue
· 9 years ago
84e56d5
Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate.
by minyue
· 9 years ago
af476c7
RTC_[D]CHECK_op: Remove "u" suffix on integer constants
by kwiberg
· 9 years ago
e280cde
Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz.
by ossu
· 9 years ago
5adaf73
AudioCodingModule: Specify decoders using SdpAudioFormat
by kwiberg
· 9 years ago
24c7c12
Move FunctionView from AudioCodingModule to the rtc namespace
by kwiberg
· 9 years ago
6b19b56
AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one
by kwiberg
· 9 years ago
bfb78d1
Revert of AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one (patchset #2 id:20001 of https://codereview.webrtc.org/2342313002/ )
by kwiberg
· 9 years ago
f6232b4
AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one
by kwiberg
· 9 years ago
36a4388
Fix Chromium clang plugin warnings
by kwiberg
· 9 years ago
fcada90
Fixing timestamp comparison assert.
by deadbeef
· 9 years ago
b3f1c5d
Add NetEq::FilteredCurrentDelayMs() and use it in VoiceEngine
by henrik.lundin
· 9 years ago
85228d6
Regression test for issue where Opus DTX status was being forgotten.
by ivoc
· 9 years ago
63fb95a
Fixed time moving backwards in the AudioCodingModule.
by ossu
· 9 years ago
c13ded5
Move AudioCodingModuleImpl to anonymous namespace in audio_coding_module.cc
by kwiberg
· 9 years ago
e352578
Moved injection of AudioDecoderFactory into voe::Channel.
by ossu
· 9 years ago
6955870
Convert channel counts to size_t.
by Peter Kasting
· 10 years ago
3e6db23
audio_coding: remove "main" directory
by kjellander
· 10 years ago
[Renamed (92%) from webrtc/modules/audio_coding/main/acm2/audio_coding_module.cc]
be57983
Rename Maybe to Optional
by Karl Wiberg
· 10 years ago
7464089
audio_coding: rename interface -> include
by Henrik Kjellander
· 10 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 10 years ago
fce4a94
RentACodec: New class that takes over part of ACMCodecDB's job
by kwiberg
· 10 years ago
e9eca8f
Removing AudioCoding class, a.k.a the new ACM API
by henrik.lundin
· 10 years ago
061b79a
ACM: Remove functions related to DTMF
by henrik.lundin
· 10 years ago
64dad83
Reland r9159 "Adding a new constraint to set NetEq buffer capacity ..."
by Henrik Lundin
· 10 years ago
1f62923
Revert r9164 "Adding a new constraint to set NetEq buffer capacity ..."
by Henrik Lundin
· 10 years ago
fd32f35
Reland r9159 "Adding a new constraint to set NetEq buffer capacity ..."
by Henrik Lundin
· 10 years ago
cdb47a4
Revert r9159 "Adding a new constraint to set NetEq buffer capacity ..."
by Henrik Lundin
· 10 years ago
208a229
Adding a new constraint to set NetEq buffer capacity from peerconnection
by Henrik Lundin
· 10 years ago
93ef1d8
Change ACM's CodecManager to hold one encoder instead of an array
by Henrik Lundin
· 10 years ago
2519c45
Fix clang style warnings in webrtc/modules/audio_coding
by Karl Wiberg
· 10 years ago
ed8bcd3
Starting to implement the new ACM API
by henrik.lundin@webrtc.org
· 11 years ago
70e53fa
Remove ACM1 and NetEq3 related targets from modules.gyp
by henrik.lundin@webrtc.org
· 11 years ago
fdf2053
Remove AudioCodingModuleFactory
by henrik.lundin@webrtc.org
· 11 years ago
0bc9b5a
Add clock to ACM config struct
by henrik.lundin@webrtc.org
· 11 years ago
e772c71
Introduce a config struct for AudioCoding module
by henrik.lundin@webrtc.org
· 11 years ago
0c1444c
Create ACM2 instance when calling AudioCodingModule::Create
by henrik.lundin@webrtc.org
· 11 years ago
1e8c93c
Distinguish instances of ACM1 from ACM2 by a version string. This is fpr testing purposes and will be removed when the experiment is done and ACM1 is fade out.
by turaj@webrtc.org
· 12 years ago
6d5d248
Wrap ACM2 code inside acm2 namespace. This gurantees that one ACM would not use components of others by accident.
by turaj@webrtc.org
· 12 years ago
eb524d9
Remove deprecated AudioCodingModule::Destroy.
by andrew@webrtc.org
· 12 years ago
532f3dc
Compile ACM2 and ACM1.
by turaj@webrtc.org
· 12 years ago
1c77dfd
Revert r4772 "Compile ACM1 and ACM2."
by stefan@webrtc.org
· 12 years ago
367baa6
Compile ACM1 and ACM2.
by turaj@webrtc.org
· 12 years ago
48af652
Prepare to compile ACM1 and ACM2.
by turaj@webrtc.org
· 12 years ago
7959e16
ACM2 integration with NetEq 4.
by turaj@webrtc.org
· 12 years ago