webrtc/api/audio_codecs
Boris Tsirkin 932e361a94 Format /api folder
At Meta, we have formatted the repo according to WebRTC .clang-format
file. Currently, those changes are stored as patch and we'd like to
apply them to the base WebRTC release instead.

I will be submitting CLs per folder. The plan is to format all h|cc|mm|m
files, while exlcuding Matlab files from the formatter as clang
misinterprets them as ObjC.

Formatting done via:

git ls-files | grep -E '^api\/.*\.(h|cc)' | xargs clang-format -i

No-Iwyu: Includes didn't change and it isn't related to formatting
Bug: webrtc:42225392
Change-Id: I4d7470104983d5d32612f9347301354265fb34c8
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373520
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43671}
2025-01-07 18:41:45 -08:00
..
g711 Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +00:00
g722 Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +00:00
L16 Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +00:00
opus Format /api folder 2025-01-07 18:41:45 -08:00
test Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +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 Comment unused variables in implemented functions 4\n 2024-10-22 11:59:50 +00:00
audio_decoder.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
audio_decoder_factory.h Delete deprecated AudioDecoderFactory::MakeAudioDecoder 2024-09-04 07:17:59 +00:00
audio_decoder_factory_template.h Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +00:00
audio_encoder.cc Comment unused variables in implemented functions 4\n 2024-10-22 11:59:50 +00:00
audio_encoder.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
audio_encoder_factory.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
audio_encoder_factory_template.h Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +00:00
audio_format.cc IWYU api/audio_codecs (not subdirectories) 2024-06-17 15:23:27 +00:00
audio_format.h Remove duplicated parentheses from deprecated attribute 2024-03-12 10:58:59 +00:00
BUILD.gn Remove the iLBC audio codec 2024-10-14 12:13:31 +00:00
builtin_audio_decoder_factory.cc Format /api folder 2025-01-07 18:41:45 -08: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 Format /api folder 2025-01-07 18:41:45 -08: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 Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +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 Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +00:00
opus_audio_encoder_factory.h Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
OWNERS Update some audio modules with new OWNERS 2022-12-01 14:55:38 +00:00