Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
webrtc.googlesource.com
/
src
/
0cd0dd3b07261cb15e821622b351b5ce80f98ea6
/
modules
/
audio_coding
/
acm2
/
audio_coding_module.cc
714e3cb
Adopt absl::string_view in modules/audio_coding/
by Ali Tofigh
· 3 years ago
d325196
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
by Artem Titov
· 3 years, 8 months ago
bf08745
Implement RTCOutboundRtpStreamStats.targetBitrate for audio.
by Jakob Ivarsson
· 3 years, 8 months ago
cfea218
Use backticks not vertical bars to denote variables in comments
by Artem Titov
· 4 years ago
d00ce74
Use backticks not vertical bars to denote variables in comments for /modules/audio_coding
by Artem Titov
· 4 years ago
190244b
Remove all #include <assert.h>/<cassert> and usage in Obj-C code.
by Mirko Bonadei
· 4 years ago
25ab322
Replace assert() with RTC_DCHECK().
by Mirko Bonadei
· 4 years ago
0df0fae
Migrate modules/audio_coding, audio_mixer/ and audio_processing/ to webrtc::Mutex.
by Markus Handell
· 5 years ago
d82a02c
ACM: Corrected temporary buffer size
by Per Åhgren
· 5 years ago
3bdc5e9
Delete ACMVADCallback
by Niels Möller
· 5 years ago
dea73ee
Pass absolute capture time from WebRtcVoiceEngine to ACM.
by Minyue Li
· 5 years ago
ff0e4db
Reland "Send absolute capture time through audio coding module."
by Minyue Li
· 5 years ago
4175914
Revert "Send absolute capture time through audio coding module."
by Minyue Li
· 5 years ago
48655cf
Send absolute capture time through audio coding module.
by Minyue Li
· 5 years ago
4dd56a3
ACM: Adding unittests for the remixing functionality
by Per Åhgren
· 6 years ago
bb55c5e
Correct the upmixing of mono to stereo in ACM2
by Per Åhgren
· 6 years ago
048b10a
Correcting the ACM upmixing from mono/stereo to surround
by Per Åhgren
· 6 years ago
4f2e940
ACM: Adding support for more than 2 channels in the send pipeline
by Per Åhgren
· 6 years ago
3354157
Add support for 192kHz input audio sample rate.
by henrika
· 6 years ago
3247244
Delete unused method AudioCodingModule::GetDecodingCallStatistics
by Niels Möller
· 6 years ago
5ceb4ac
Delete some unused AudioCodingModule methods
by Niels Möller
· 6 years ago
dc5ed5c
Delete NACK-related methods from AudioCodingModule
by Niels Möller
· 6 years ago
b90d38a
Delete unused Opus-specific methods of AudioCodingModule
by Niels Möller
· 6 years ago
75caef7
Delete unused ACM members isac_decoder_16k_ and isac_decoder_32k_
by Niels Möller
· 6 years ago
c653172
Delete obsolete method AudioCodingModule::SetBitRate
by Niels Möller
· 6 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 6 years ago
053c371
Audio coding: Don't choke when RTP timestamp rate > sample rate
by Karl Wiberg
· 6 years ago
c35b6e6
Deprecate RTPFragmentationHeader argument to AudioPacketizationCallback::SendData
by Niels Möller
· 6 years ago
c936cb6
Make AudioFrameType an enum class, and move to audio_coding_module_typedefs.h
by Niels Möller
· 6 years ago
87e2d78
Prepare for splitting FrameType into AudioFrameType and VideoFrameType
by Niels Möller
· 6 years ago
6543881
2nd reland of https://webrtc-review.googlesource.com/c/src/+/114883
by Alex Loiko
· 6 years ago
8b3db59
Revert "Reland of https://webrtc-review.googlesource.com/c/src/+/114883"
by Alex Loiko
· 6 years ago
5341aac
Reland of https://webrtc-review.googlesource.com/c/src/+/114883
by Alex Loiko
· 6 years ago
b35bacc
Fix NetEq minimum and maximum delay always reset on acm creation.
by Ruslan Burakov
· 6 years ago
ffd1f93
Revert "Tests for multi-stream Opus."
by Mirko Bonadei
· 6 years ago
9c31ac2
Tests for multi-stream Opus.
by Alex Loiko
· 6 years ago
afb5dbb
Update ACM to use RTPHeader instead of WebRtcRTPHeader
by Niels Möller
· 6 years ago
3b50f9f
Propagate base minimum delay to audio_receiver_stream
by Ruslan Burakov
· 6 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 7 years ago
f693bfa
Remove CodecInst pt.2
by Fredrik Solenberg
· 7 years ago
49c33ce
AudioCodingModule: Remove support for creating encoders
by Karl Wiberg
· 7 years ago
988cc08
[Cleanup] Add missing #include. Remove useless ones.
by Yves Gerey
· 7 years ago
2edab4c
Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase.
by Niels Möller
· 7 years ago
eddd366
Delete unused method AudioCodingModuleImpl::SetOpusApplication.
by Niels Möller
· 7 years ago
764c14c8
Delete unused AudioCodingModule methods.
by Niels Möller
· 7 years ago
18f1adc
Delete AudioCodingModule::LeastRequiredDelayMs and related NetEq code.
by Niels Möller
· 7 years ago
ec93075
Delete deprecated methods on AudioCodingModule
by Niels Möller
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 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
5817d3d
AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory
by Karl Wiberg
· 7 years ago
abbff89
Add new UMA metric for NetEq target buffer delay
by Henrik Lundin
· 8 years ago
e40468b
Move some numeric utility code from rtc_base/ to rtc_base/numerics/
by Karl Wiberg
· 8 years ago
12ab00b
Optional: Use nullopt and implicit construction in /modules/audio_coding
by Oskar Sundbom
· 8 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 8 years ago
d4a790f
Remove AudioCodingModule::IncomingPayload
by Henrik Lundin
· 8 years ago
c7b4a45
Remove various IDs:
by solenberg
· 8 years ago
e423a9de
Revert of Remove various IDs (patchset #7 id:120001 of https://codereview.webrtc.org/3019543002/ )
by solenberg
· 8 years ago
2d0f775
Remove various IDs:
by solenberg
· 8 years ago
48d96c0
Corrected upper limits of NetEq minimum and maximum delay.
by Gustaf Ullberg
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
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
Next »