webrtc/api/audio_codecs
Artem Titov d3251968d1 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
Add implementation of RTC_DCHECK_NOTREACHED equal to the RTC_NOTREACHED.
The new macros will replace the old one when old one's usage will be
removed. The idea of the renaming to provide a clear signal that this
is debug build only macros and will be stripped in the production build.

Bug: webrtc:9065
Change-Id: I4c35d8b03e74a4b3fd1ae75dba2f9c05643101db
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/237802
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35348}
2021-11-15 21:44:59 +00:00
..
g711 Use absl_deps in order to preapre to the Abseil component build release. 2020-06-08 12:59:40 +00:00
g722 Use absl_deps in order to preapre to the Abseil component build release. 2020-06-08 12:59:40 +00:00
ilbc Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() 2020-11-09 10:47:55 +00:00
isac Use absl_deps in order to preapre to the Abseil component build release. 2020-06-08 12:59:40 +00:00
L16 Use absl_deps in order to preapre to the Abseil component build release. 2020-06-08 12:59:40 +00:00
opus Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
test Replace new rtc::RefCountedObject with rtc::make_ref_counted in a few files 2021-04-23 12:04:39 +00:00
audio_codec_pair_id.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
audio_codec_pair_id.h Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_decoder.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
audio_decoder.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
audio_decoder_factory.h Audio codec factories: Implementations return null on unsupported formats 2020-08-26 18:03:38 +00:00
audio_decoder_factory_template.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
audio_encoder.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
audio_encoder.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
audio_encoder_factory.h Audio codec factories: Implementations return null on unsupported formats 2020-08-26 18:03:38 +00:00
audio_encoder_factory_template.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
audio_format.cc [clang-tidy] Apply performance-move-const-arg fixes (misc). 2019-02-05 15:12:20 +00:00
audio_format.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
BUILD.gn Replace RTC_DEPRECATED with ABSL_DEPRECATED 2021-02-22 12:53:23 +00:00
builtin_audio_decoder_factory.cc Decoder for multistream Opus. 2019-04-08 16:15:37 +00:00
builtin_audio_decoder_factory.h Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
builtin_audio_encoder_factory.cc Encoder side of Multistream Opus. 2019-04-25 15:07:38 +00:00
builtin_audio_encoder_factory.h Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
opus_audio_decoder_factory.cc Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
opus_audio_decoder_factory.h Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
opus_audio_encoder_factory.cc Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
opus_audio_encoder_factory.h Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
OWNERS Remove kwiberg@webrtc.org from OWNERS files 2020-12-04 15:11:26 +00:00