Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
webrtc.googlesource.com
/
src
/
603171647318927390e10c04d918d4ed7075717e
/
modules
/
audio_coding
e835fc0
Add UMA counter for audio interruptions
by Henrik Lundin
· 6 years ago
4dd56a3
ACM: Adding unittests for the remixing functionality
by Per Åhgren
· 6 years ago
332274d
Adding GetInDtx to WebRTC Opus Interface.
by Minyue Li
· 6 years ago
fe04775
Fix a bug in interruption metrics
by Henrik Lundin
· 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
3a65f39
Expose NetEqDecodingTest for re-use in chromium tests.
by Yves Gerey
· 6 years ago
8e83c7a
Make Opus PLC always output 10ms audio.
by Minyue Li
· 6 years ago
82976bb
Expose OpusTest class for re-use as chromium test.
by Yves Gerey
· 6 years ago
bd82615
Suppress noisy logging from opus encoder.
by Sergey Silkin
· 6 years ago
ca585bb
Make some DecisionLogic functions virtual.
by Ivo Creusen
· 6 years ago
a06048a
Return status instead of CHECKing in event log parser.
by Björn Terelius
· 6 years ago
c3d1f9b
Enable injection of a custom NetEqFactory into PeerConnectionFactory.
by Ivo Creusen
· 6 years ago
3ce44a3
Move NetEq headers to api/
by Ivo Creusen
· 6 years ago
cd2a92f
Removes RPLR based FEC controller.
by Sebastian Jansson
· 6 years ago
fb075d5
Removing unused Opus wrapper API: WebRTCOpus_DecodePlc.
by Minyue Li
· 6 years ago
54d0278
Renaming opus_interface.c to opus_interface.cc.
by Minyue Li
· 6 years ago
79e653c
Apply bitrate boosting depending on field-trial.
by Ivo Creusen
· 6 years ago
53a31f7
Introduce injectable NetEqController interface.
by Ivo Creusen
· 6 years ago
1272dad
Reduce log level of Opus bitrate.
by Minyue Li
· 6 years ago
42b6e2d
Change failing rtc::dchecked_cast to rtc::saturated_cast.
by Jakob Ivarsson
· 6 years ago
3663ed3
Move rtc_base/ignore_wundef.h to its own target.
by Mirko Bonadei
· 6 years ago
86d053c
Use source_sets in component builds and static_library in release builds.
by Mirko Bonadei
· 6 years ago
4b64411
NetEqImpl::GetDecoderFormat: Return RTP clockrate, not codec sample rate
by Karl Wiberg
· 6 years ago
45eb135
Remove the unused `receive_timestamp` arg to NetEq::InsertPacket
by Karl Wiberg
· 6 years ago
99a2096
Added support for skipping get_audio events, adding dummy packets and setting a field trial string.
by Ivo Creusen
· 6 years ago
4f2e940
ACM: Adding support for more than 2 channels in the send pipeline
by Per Åhgren
· 6 years ago
62aee93
Adds trial to calculate audio overhead based on available data.
by Sebastian Jansson
· 6 years ago
f34116e
Replacing bandwidth adaptation trial with stable target in Opus encoder.
by Sebastian Jansson
· 6 years ago
74344d2
Support 2 byte payload size DTX packets in NetEq simulation.
by Jakob Ivarsson
· 6 years ago
ef14f07
Delete AudioDecoder method IncomingPacket
by Niels Möller
· 6 years ago
834a554
Include module_common_types.h only where needed
by Niels Möller
· 6 years ago
544dfb5
Delete isac GetBandwidthInfo/SetBandwidthInfo
by Niels Möller
· 6 years ago
48b32b7
Delete support for enabling adaptive isac mode
by Niels Möller
· 6 years ago
e0b3167
Delete dead code inside #ifdef WEBRTC_ISAC_FIX_NB_CALLS_ENABLED
by Niels Möller
· 6 years ago
6a09263
Delete obsolete isac "assign" api
by Niels Möller
· 6 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 6 years ago
aa5a75d
Embed Deceleration Target Level Offset Field Trial.
by Ruslan Burakov
· 6 years ago
16cb1f6
Stop using rtc_event.h forward header
by Danil Chapovalov
· 6 years ago
507f434
Reland "Make relative arrival delay mode default in NetEq delay manager."
by Jakob Ivarsson
· 6 years ago
3354157
Add support for 192kHz input audio sample rate.
by henrika
· 6 years ago
75e2290
Rollback to strict audio codec tests for libopus on android (neon).
by Yves Gerey
· 6 years ago
5b728cc
Revert "Make relative arrival delay mode default in NetEq delay manager."
by Alessio Bazzica
· 6 years ago
77c71d1
Make relative arrival delay mode default in NetEq delay manager.
by Jakob Ivarsson
· 6 years ago
3247244
Delete unused method AudioCodingModule::GetDecodingCallStatistics
by Niels Möller
· 6 years ago
65024d9
Remove clock drift metric from NetEq.
by Jakob Ivarsson
· 6 years ago
25eb47c
Make the RtpHeaderParserImpl available to tests and tools only.
by Tommi
· 6 years ago
a2479f7
Remove minimum bucket returned by histogram quantile function.
by Jakob Ivarsson
· 6 years ago
74154e6
Save delays in history for 2 seconds instead of fixed 100 packets.
by Jakob Ivarsson
· 6 years ago
2dac4e4
Remove rtc_use_lto GN arg.
by Mirko Bonadei
· 6 years ago
5ceb4ac
Delete some unused AudioCodingModule methods
by Niels Möller
· 6 years ago
0e1a558
Allowing 40ms audio frame length.
by Ying Wang
· 6 years ago
9b29d69
Make ANA frame length controller more robust to encoder frame lengths.
by Minyue Li
· 6 years ago
c759f83
Avoid copying of vectors in RtpPacketInfos.
by Minyue Li
· 6 years ago
608e6ba
Add AudioDecoderIsacT::Config to include sampling rate and BWInfo object
by Jiawei Ou
· 6 years ago
110a4de
Roll chromium_revision 8f0166a59b..f0fd984a31 (685582:685691)
by Yves Gerey
· 6 years ago
dc5ed5c
Delete NACK-related methods from AudioCodingModule
by Niels Möller
· 6 years ago
81df62b
Add field trial to introduce extra delay after target level calculation.
by Jakob Ivarsson
· 6 years ago
b90d38a
Delete unused Opus-specific methods of AudioCodingModule
by Niels Möller
· 6 years ago
5b5d97c
Reland of "Reporting of decoding_codec_plc events""
by Alex Narest
· 6 years ago
b168678
Add RTC_ prefix to non-standard format specifier macro "PRIdNS"
by Oleh Prypin
· 6 years ago
83bbe91
Delete deprecated rtc_event_log header
by Danil Chapovalov
· 6 years ago
e08648d
Add `AbsoluteCaptureTime` to `RtpPacketInfo`.
by Chen Xing
· 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
ed44f54
In ChannelReceive, use AcmReceiver directly, not AudioCodingModule
by Niels Möller
· 6 years ago
bedb7a8
Revert "Reporting of decoding_codec_plc events"
by Mirko Bonadei
· 6 years ago
0a88ea0
Reporting of decoding_codec_plc events
by Alex Narest
· 6 years ago
b79f564
Switch neteq_rtpplay into an executable.
by Mirko Bonadei
· 6 years ago
8f319a3
Reland "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker.""
by Alessio Bazzica
· 6 years ago
fab3460
Revert "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker.""
by Alessio Bazzica
· 6 years ago
9973933
Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."
by Chen Xing
· 6 years ago
6982f60
Remove empty OWNERS file.
by Mirko Bonadei
· 6 years ago
e9ff992
Fix isac_fix_test perf reporting.
by Mirko Bonadei
· 6 years ago
2ab97f6
Migrate WebRTC test infra to ABSL_FLAG.
by Mirko Bonadei
· 6 years ago
bb80c13
Guard against clang-format wrong behavior.
by Yves Gerey
· 6 years ago
24192c2
Revert "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."
by Ivo Creusen
· 6 years ago
ca5f21e
Make force_fieldtrials persistent string during entire program live.
by Ruslan Burakov
· 6 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 6 years ago
3f2eeb8
Adding test on GetSpanSamples() for NetEq PacketBuffer.
by Minyue Li
· 6 years ago
e8fbc5d
Refactor WebRtcOpus_PacketHasFec.
by Minyue Li
· 6 years ago
46dda83
Improve buffer level estimation with DTX and add CNG time stretching.
by Jakob Ivarsson
· 6 years ago
14be799
Switch neteq tools to ABSL_FLAG.
by Mirko Bonadei
· 6 years ago
3e8ef94
Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker.
by Chen Xing
· 6 years ago
62eb89d
Fixing possible overflow in NetEq buffle level filter.
by Minyue Li
· 6 years ago
225842c
Initialize signal processing function pointers statically
by Karl Wiberg
· 6 years ago
60bfb3d
NetEQ: BackgroundNoise::Update returns true when the filter is updated
by Alessio Bazzica
· 6 years ago
a36c591
Reland "Reland "Change buffer level filter to store current level in number of samples.""
by Jakob Ivarsson
· 6 years ago
b93af85
Revert "Reland "Change buffer level filter to store current level in number of samples.""
by Jakob Ivarsson
· 6 years ago
0ded32d
Reland "Change buffer level filter to store current level in number of samples."
by Jakob Ivarsson
· 6 years ago
d3fc161
Revert "Change buffer level filter to store current level in number of samples."
by Jakob Ivarsson
· 6 years ago
87977dd
Change buffer level filter to store current level in number of samples.
by Jakob Ivarsson
· 6 years ago
d487a55
Revert "Remove sync buffer length from FilteredCurrentDelayMs."
by Jakob Ivarsson
· 6 years ago
79890ef
Remove sync buffer length from FilteredCurrentDelayMs.
by Jakob Ivarsson
· 6 years ago
5b2eda4
Sanity-check field trial string at initialization.
by Jonas Olsson
· 6 years ago
7541141
Fix assert check in neteq_quality_test
by Pablo Barrera González
· 6 years ago
c8501f7
Fix bug in neteq_quality_test
by Pablo Barrera González
· 6 years ago
4e34c18
Check input file extension is not wav
by Pablo Barrera González
· 6 years ago
89bbf37
Allow neteq_quality_test to read a complete file
by Pablo Barrera González
· 6 years ago
62838fe
Expose audio decoder factory in neteq_quality_test
by Pablo Barrera González
· 6 years ago
Next »