webrtc/api/audio_codecs
Yves Gerey 665174fdbb Reformat the WebRTC code base
Running clang-format with chromium's style guide.

The goal is n-fold:
 * providing consistency and readability (that's what code guidelines are for)
 * preventing noise with presubmit checks and git cl format
 * building on the previous point: making it easier to automatically fix format issues
 * you name it

Please consider using git-hyper-blame to ignore this commit.

Bug: webrtc:9340
Change-Id: I694567c4cdf8cee2860958cfe82bfaf25848bb87
Reviewed-on: https://webrtc-review.googlesource.com/81185
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23660}
2018-06-19 14:00:39 +00:00
..
g711 GN hack to tag targets as poisonous (and use it with audio codecs) 2018-04-23 13:41:47 +00:00
g722 GN hack to tag targets as poisonous (and use it with audio codecs) 2018-04-23 13:41:47 +00:00
ilbc GN hack to tag targets as poisonous (and use it with audio codecs) 2018-04-23 13:41:47 +00:00
isac GN hack to tag targets as poisonous (and use it with audio codecs) 2018-04-23 13:41:47 +00:00
L16 GN hack to tag targets as poisonous (and use it with audio codecs) 2018-04-23 13:41:47 +00:00
opus GN hack to tag targets as poisonous (and use it with audio codecs) 2018-04-23 13:41:47 +00:00
test Tests: Pass codec ID argument to audio codecs 2018-03-12 13:25:29 +00:00
audio_codec_pair_id.cc Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +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 NetEq fix for repeated audio issue. 2018-05-22 12:57:58 +00:00
audio_decoder.h NetEq fix for repeated audio issue. 2018-05-22 12:57:58 +00:00
audio_decoder_factory.h Remove the audio codec factory methods that don't take AudioCodecPairId 2018-06-01 11:04:07 +00:00
audio_decoder_factory_template.h Remove the audio codec factory methods that don't take AudioCodecPairId 2018-06-01 11:04:07 +00:00
audio_encoder.cc Optional: Use nullopt and implicit construction in /api/audio_codecs 2017-11-16 12:54:53 +00:00
audio_encoder.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
audio_encoder_factory.h Remove the audio codec factory methods that don't take AudioCodecPairId 2018-06-01 11:04:07 +00:00
audio_encoder_factory_template.h Remove the audio codec factory methods that don't take AudioCodecPairId 2018-06-01 11:04:07 +00:00
audio_format.cc Reland "Reland "Remove our stream << overloads from non-test build targets."" 2018-05-03 10:41:41 +00:00
audio_format.h Reland "Reland "Remove our stream << overloads from non-test build targets."" 2018-05-03 10:41:41 +00:00
BUILD.gn Remove the audio codec factory methods that don't take AudioCodecPairId 2018-06-01 11:04:07 +00:00
builtin_audio_decoder_factory.cc Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
builtin_audio_decoder_factory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
builtin_audio_encoder_factory.cc Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
builtin_audio_encoder_factory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00