Sign in
webrtc
/
src
/
175aa2e95c19a1e02786b09602c6f62b3554f1a2
/
modules
/
audio_coding
/
acm2
/
acm_receiver.h
988cc08
[Cleanup] Add missing #include. Remove useless ones.
by Yves Gerey
· 6 years ago
377a231
acm_receiver_unittest: Don't rely on the ACM to create encoders
by Karl Wiberg
· 6 years ago
18f1adc
Delete AudioCodingModule::LeastRequiredDelayMs and related NetEq code.
by Niels Möller
· 6 years ago
a12c42a
Delete root header file typedef.h.
by Niels Möller
· 6 years ago
b602123
Replace rtc::Optional with absl::optional in modules/audio_coding
by Danil Chapovalov
· 7 years ago
bbf21a3
Remove dependencies on modules:module_api from AudioProcessing.
by Fredrik Solenberg
· 7 years ago
abbff89
Add new UMA metric for NetEq target buffer delay
by Henrik Lundin
· 7 years ago
7120742
Adding NOLINT for typedefs.h and common_types.h
by Mirko Bonadei
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/modules/audio_coding/acm2/acm_receiver.h]
56359be
Update thread annotiation macros in modules to use RTC_ prefix
by danilchap
· 7 years ago
84f6a3f
Move optional.h to webrtc/api/
by kwiberg
· 7 years ago
529662a
Move array_view.h to webrtc/api/
by kwiberg
· 7 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
6af9399
ACM: Make AcmReceiver's ownership of NetEq more obvious
by Henrik Lundin
· 8 years ago
02ed201
AcmReceiver: Make a member variable const
by Henrik Lundin
· 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
a9a6d4b
Delete voice_engine_configurations.h
by henrik.lundin
· 8 years ago
e280cde
Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz.
by ossu
· 8 years ago
7056be9
Delete old video defines in engine config.
by mflodman
· 8 years ago
5adaf73
AudioCodingModule: Specify decoders using SdpAudioFormat
by kwiberg
· 8 years ago
46a8d18
ACM: Removed the code for InitialDelayManager
by ossu
· 8 years ago
c4ccd4d
AcmReceiver: Eliminate AcmReceiver::decoders_
by kwiberg
· 8 years ago
6b19b56
AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one
by kwiberg
· 8 years ago
6f0f616
AcmReceiver: Look up last decoder in NetEq's table of decoders
by kwiberg
· 8 years ago
7a0f2c5
Revert of AcmReceiver: Look up last decoder in NetEq's table of decoders (patchset #1 id:100001 of https://codereview.webrtc.org/2339953002/ )
by kwiberg
· 8 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
· 8 years ago
f6232b4
AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one
by kwiberg
· 8 years ago
1e4d8b5
AcmReceiver: Look up last decoder in NetEq's table of decoders
by kwiberg
· 8 years ago
b3f1c5d
Add NetEq::FilteredCurrentDelayMs() and use it in VoiceEngine
by henrik.lundin
· 8 years ago
834a6ea
Add muted_output parameter to ACM
by henrik.lundin
· 9 years ago
9a410dd
Change NetEq::GetPlayoutTimestamp to return an rtc::Optional<uint32_t>
by henrik.lundin
· 9 years ago
500c04b
Delete VAD methods from AcmReceiver and move functionality inside NetEq
by henrik.lundin
· 9 years ago
6d8e011
Change NetEq::GetAudio to use AudioFrame
by henrik.lundin
· 9 years ago
0023fdf
Remove the ID from AcmReceiver
by henrik.lundin
· 9 years ago
16c5a96
Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/
by kwiberg
· 9 years ago
5ad935c
Remove mutable from rtc::CriticalSection members.
by pbos
· 9 years ago
9090e0b
Switch CriticalSectionWrapper->rtc::CriticalSection in modules/audio_coding.
by Tommi
· 9 years ago
6955870
Convert channel counts to size_t.
by Peter Kasting
· 9 years ago
4cf61dd
NetEq: Add codec name and RTP timestamp rate to DecoderInfo
by henrik.lundin
· 9 years ago
3e6db23
audio_coding: remove "main" directory
by kjellander
· 9 years ago
[Renamed (95%) from webrtc/modules/audio_coding/main/acm2/acm_receiver.h]
057fb89
Add new method AcmReceiver::last_packet_sample_rate_hz()
by henrik.lundin
· 9 years ago
d89814b
NetEq: Add new method last_output_sample_rate_hz
by henrik.lundin
· 9 years ago
ee2bac2
AcmReceiver::InsertPacket and NetEq::InsertPacket: Take ArrayView arguments
by kwiberg
· 9 years ago
39d8bee
Make ACMCodecDB private to RentACodec
by kwiberg
· 9 years ago
ff761fb
modules: more interface -> include renames
by Henrik Kjellander
· 9 years ago
678c903
Delete AcmReceiver::SetInitialDelay
by henrik.lundin
· 9 years ago
1d5c9bd
Remove unused method AcmReceiver:RedPayloadType
by henrik.lundin
· 9 years ago
48ed930
ACM: Move NACK functionality inside NetEq
by henrik.lundin
· 9 years ago
7464089
audio_coding: rename interface -> include
by Henrik Kjellander
· 9 years ago
1bd0e03
ACM: Removing runtime APIs related to playout mode
by henrik.lundin
· 9 years ago
4e14f09
Add support for external decoders in ACM
by kwiberg
· 9 years ago
d8399e6
Also provide sample rate when registering decoders
by Karl Wiberg
· 10 years ago
a990784
AcmReceiver: index decoders by payload type instead of ACM codec ID
by Jelena Marusic
· 10 years ago
a4bef3e
AcmReceiver: use std::map instead of an array to keep the list of decoders
by jmarusic@webrtc.org
· 10 years ago
00b8f6b
Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away
by kwiberg@webrtc.org
· 10 years ago
1eda4e3
Reland r8476 "Set decoder output frequency in AudioDecoder::Decode call"
by henrik.lundin@webrtc.org
· 10 years ago
903182b
Revert r8476 "Set decoder output frequency in AudioDecoder::Decode call"
by henrik.lundin@webrtc.org
· 10 years ago
b9c18d5
Set decoder output frequency in AudioDecoder::Decode call
by henrik.lundin@webrtc.org
· 10 years ago
c0bd7be
Adding two new stats to VoiceReceiverInfo
by minyue@webrtc.org
· 10 years ago
16825b1
Use int64_t more consistently for times, in particular for RTT values.
by pkasting@chromium.org
· 10 years ago
4591fbd
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.org
· 10 years ago
913f7b8
Fix for glitches in ACM when switching desired output sample rate
by henrik.lundin@webrtc.org
· 10 years ago
38344ed
Move thread_annotations.h to webrtc/base/.
by pbos@webrtc.org
· 10 years ago
ea25784
Change how background noise mode in NetEq is set
by henrik.lundin@webrtc.org
· 10 years ago
eecf5e6
Removing neteq decode lock and friends
by henrik.lundin@webrtc.org
· 11 years ago
a90abde
Add thread annotations to AcmReceiver
by henrik.lundin@webrtc.org
· 11 years ago
9c55f0f
Rename neteq4 folder to neteq
by henrik.lundin@webrtc.org
· 11 years ago
94454b7
Fix the chain that propagates the audio frame's rtp and ntp timestamp including:
by wu@webrtc.org
· 11 years ago
1b9df05
Revert 6257 "Rename neteq4 folder to neteq"
by henrik.lundin@webrtc.org
· 11 years ago
a90f6d6
Rename neteq4 folder to neteq
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
35ead38
Adding a config struct to NetEq
by henrik.lundin@webrtc.org
· 11 years ago
24301a6
Update talk to 58174641 together with http://review.webrtc.org/4319005/.
by wu@webrtc.org
· 11 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
· 11 years ago
48af652
Prepare to compile ACM1 and ACM2.
by turaj@webrtc.org
· 11 years ago
7959e16
ACM2 integration with NetEq 4.
by turaj@webrtc.org
· 11 years ago