webrtc/api/audio_codecs
Jonas Olsson 3e18c82820 Reland "Reland "Remove our stream << overloads from non-test build targets.""
This is a reland of d7ee72041f

Original change's description:
> Reland "Remove our stream << overloads from non-test build targets."
>
> This is a reland of c841d18d25
>
> Original change's description:
> > Remove our stream << overloads from non-test build targets.
> >
> > Most are removed entirely, but RtcErrorType, RtpTransceiverDirection, IPAddress and
> > SocketAddress are kept behind gtest's #ifdef UNIT_TEST.
> >
> > Bug: webrtc:8982
> > Change-Id: I36db19891e7d25aeacb08b9a08aa2b4004765e70
> > Reviewed-on: https://webrtc-review.googlesource.com/64143
> > Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
> > Reviewed-by: Benjamin Wright <benwright@webrtc.org>
> > Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
> > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
> > Reviewed-by: Åsa Persson <asapersson@webrtc.org>
> > Cr-Commit-Position: refs/heads/master@{#22916}
>
>
> Bug: webrtc:8982
> Change-Id: Ibe08c6270e5e693eb661a6ce9e8f074b34ef8123
> Reviewed-on: https://webrtc-review.googlesource.com/71161
> Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
> Reviewed-by: Jonas Olsson <jonasolsson@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#22949}

TBR=deadbeef@webrtc.org,kwiberg@webrtc.org,asapersson@webrtc.org,jonasolsson@webrtc.org,benwright@webrtc.org

Bug: webrtc:8982
Change-Id: I29247d1c28e99af36ef228d8c75b4adecbd7b199
Reviewed-on: https://webrtc-review.googlesource.com/72681
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Reviewed-by: Jonas Olsson <jonasolsson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23092}
2018-05-03 10:41:41 +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 Optional: Use nullopt and implicit construction in /api/audio_codecs 2017-11-16 12:54:53 +00:00
audio_decoder.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
audio_decoder_factory.cc Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_decoder_factory.h Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_decoder_factory_template.h Adapt audio codec factory templates to the new codec pair ID arguments 2018-03-06 01:13:10 +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 Removing forward declarations that are never referenced. 2017-11-10 13:49:45 +00:00
audio_encoder_factory.cc Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_encoder_factory.h Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_encoder_factory_template.h Adapt audio codec factory templates to the new codec pair ID arguments 2018-03-06 01:13:10 +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 GN hack to tag targets as poisonous (and use it with audio codecs) 2018-04-23 13:41:47 +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