webrtc/modules/audio_coding/neteq
Danil Chapovalov ce807810be Change AudioDecoderFactory api to provide Environment to construct AudioDecoders
Bug: webrtc:356878416
Change-Id: Id910bef48138b1b659938b1c1a6d23b5634967f5
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359540
Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42781}
2024-08-14 16:02:30 +00:00
..
g3doc Reland "Migrate WebRTC documentation to new renderer" 2023-01-31 09:30:04 +00:00
mock Propagate Environment to DecoderDatabase::DecoderInfo 2024-08-13 13:05:27 +00:00
test Provide Environment to create NetEq in tests 2024-08-08 13:45:59 +00:00
tools Provide Environment to create NetEq in tests 2024-08-08 13:45:59 +00:00
accelerate.cc Format /modules 2023-04-20 02:02:45 +00:00
accelerate.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
audio_decoder_unittest.cc Provide Environment for AudioEncoderOpus in tests when created using the trait 2024-07-30 09:29:11 +00:00
audio_multi_vector.cc Format /modules 2023-04-20 02:02:45 +00:00
audio_multi_vector.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
audio_multi_vector_unittest.cc Fix crash when appending empty array to AudioMultiVector. 2022-09-26 14:58:55 +00:00
audio_vector.cc Format /modules 2023-04-20 02:02:45 +00:00
audio_vector.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
audio_vector_unittest.cc
background_noise.cc Reland "Remove post-decode VAD" 2024-02-07 16:33:51 +00:00
background_noise.h Reland "Remove post-decode VAD" 2024-02-07 16:33:51 +00:00
background_noise_unittest.cc
buffer_level_filter.cc Format /modules 2023-04-20 02:02:45 +00:00
buffer_level_filter.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
buffer_level_filter_unittest.cc
comfort_noise.cc Format /modules 2023-04-20 02:02:45 +00:00
comfort_noise.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
comfort_noise_unittest.cc
cross_correlation.cc
cross_correlation.h
decision_logic.cc Propagate field trials into NetEq DelayManager 2024-08-14 11:03:29 +00:00
decision_logic.h Propagate field trials into NetEq DelayManager 2024-08-14 11:03:29 +00:00
decision_logic_unittest.cc Propagate field trials into NetEq DelayManager 2024-08-14 11:03:29 +00:00
decoder_database.cc Change AudioDecoderFactory api to provide Environment to construct AudioDecoders 2024-08-14 16:02:30 +00:00
decoder_database.h Propagate Environment to DecoderDatabase::DecoderInfo 2024-08-13 13:05:27 +00:00
decoder_database_unittest.cc Propagate Environment to DecoderDatabase::DecoderInfo 2024-08-13 13:05:27 +00:00
default_neteq_factory.cc Pass Environment into NetEqImpl 2024-08-12 13:33:38 +00:00
default_neteq_factory.h Pass Environment into NetEqImpl 2024-08-12 13:33:38 +00:00
delay_manager.cc Propagate field trials into NetEq DelayManager 2024-08-14 11:03:29 +00:00
delay_manager.h Propagate field trials into NetEq DelayManager 2024-08-14 11:03:29 +00:00
delay_manager_unittest.cc Propagate field trials into NetEq DelayManager 2024-08-14 11:03:29 +00:00
dsp_helper.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
dsp_helper.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
dsp_helper_unittest.cc
dtmf_buffer.cc
dtmf_buffer.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
dtmf_buffer_unittest.cc
dtmf_tone_generator.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
dtmf_tone_generator.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
dtmf_tone_generator_unittest.cc
expand.cc
expand.h Format /modules 2023-04-20 02:02:45 +00:00
expand_uma_logger.cc Adopt absl::string_view in modules/audio_coding/ 2022-07-20 13:34:23 +00:00
expand_uma_logger.h Adopt absl::string_view in modules/audio_coding/ 2022-07-20 13:34:23 +00:00
expand_unittest.cc Fix -Wunused-but-set-variable. 2021-10-28 12:53:49 +00:00
histogram.cc Format /modules 2023-04-20 02:02:45 +00:00
histogram.h Improve adaptation to reordered packets in delay manager. 2021-09-08 16:41:27 +00:00
histogram_unittest.cc
merge.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
merge.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
merge_unittest.cc
nack_tracker.cc Propagate field trials into audio NackTracker 2024-08-13 10:04:05 +00:00
nack_tracker.h Propagate field trials into audio NackTracker 2024-08-13 10:04:05 +00:00
nack_tracker_unittest.cc Propagate field trials into audio NackTracker 2024-08-13 10:04:05 +00:00
neteq_decoder_plc_unittest.cc Revert "Unifying the handling of the events in NetEqInput." 2023-03-29 08:01:46 +00:00
neteq_impl.cc Propagate field trials into NetEq DelayManager 2024-08-14 11:03:29 +00:00
neteq_impl.h Pass Environment into NetEqImpl 2024-08-12 13:33:38 +00:00
neteq_impl_unittest.cc Propagate field trials into NetEq DelayManager 2024-08-14 11:03:29 +00:00
neteq_network_stats_unittest.cc Provide Environment to create NetEq in tests 2024-08-08 13:45:59 +00:00
neteq_stereo_unittest.cc Provide Environment to create NetEq in tests 2024-08-08 13:45:59 +00:00
neteq_unittest.cc Computing and propagating the audio stats totalprocessingdelay. 2024-06-18 08:05:28 +00:00
neteq_unittest.proto
normal.cc LSC: Apply clang-tidy's modernize-use-bool-literals 2022-01-24 20:42:01 +00:00
normal.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
normal_unittest.cc
packet.cc
packet.h Make packet info optional and only set for primary packets in NetEq. 2023-06-07 18:17:03 +00:00
packet_arrival_history.cc Ignore old, duplicate and overlapping packets in packet arrival history. 2024-02-01 15:05:19 +00:00
packet_arrival_history.h Ignore old, duplicate and overlapping packets in packet arrival history. 2024-02-01 15:05:19 +00:00
packet_arrival_history_unittest.cc Ignore old, duplicate and overlapping packets in packet arrival history. 2024-02-01 15:05:19 +00:00
packet_buffer.cc Propagate field trials into NetEq DelayManager 2024-08-14 11:03:29 +00:00
packet_buffer.h Refactor NetEq insert packet list. 2023-11-29 09:53:21 +00:00
packet_buffer_unittest.cc Refactor NetEq insert packet list. 2023-11-29 09:53:21 +00:00
preemptive_expand.cc
preemptive_expand.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
random_vector.cc
random_vector.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
random_vector_unittest.cc
red_payload_splitter.cc Make packet info optional and only set for primary packets in NetEq. 2023-06-07 18:17:03 +00:00
red_payload_splitter.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
red_payload_splitter_unittest.cc Propagate Environment to DecoderDatabase::DecoderInfo 2024-08-13 13:05:27 +00:00
reorder_optimizer.cc Improve adaptation to reordered packets in delay manager. 2021-09-08 16:41:27 +00:00
reorder_optimizer.h Improve adaptation to reordered packets in delay manager. 2021-09-08 16:41:27 +00:00
reorder_optimizer_unittest.cc Improve adaptation to reordered packets in delay manager. 2021-09-08 16:41:27 +00:00
statistics_calculator.cc Computing and propagating the audio stats totalprocessingdelay. 2024-06-18 08:05:28 +00:00
statistics_calculator.h Computing and propagating the audio stats totalprocessingdelay. 2024-06-18 08:05:28 +00:00
statistics_calculator_unittest.cc Computing and propagating the audio stats totalprocessingdelay. 2024-06-18 08:05:28 +00:00
sync_buffer.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
sync_buffer.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
sync_buffer_unittest.cc
time_stretch.cc
time_stretch.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
time_stretch_unittest.cc
timestamp_scaler.cc
timestamp_scaler.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
timestamp_scaler_unittest.cc Propagate Environment to DecoderDatabase::DecoderInfo 2024-08-13 13:05:27 +00:00
underrun_optimizer.cc Reland "Remove legacy delay manger field trial and update default config." 2021-11-09 14:49:56 +00:00
underrun_optimizer.h Refactor delay manager. 2021-09-07 13:45:47 +00:00
underrun_optimizer_unittest.cc Refactor delay manager. 2021-09-07 13:45:47 +00:00