webrtc/modules/video_coding/codecs/stereo
Emircan Uysaler 0a37547033 Add optional stereo codec to SDP negotiation
- Defines stereo codec case, similar to RTX, that adds stereo codec to the SDP
negotiation. The underlying codec's payload type is similarly defined by "apt".
- If this negotiation is successful, codec name is included in sdp line via
"acn".
- Adds codec setting initializers for these specific stereo cases.
- Introduces new Stereo*Factory classes as optional convenience wrappers that
inserts stereo codec to the existing set of supported codecs on demand.

This CL is the step 5 for adding alpha channel support over the wire in webrtc.
Design Doc: https://goo.gl/sFeSUT

Bug: webrtc:7671
Change-Id: Ie12c56c8fcf7934e216135d73af33adec5248f76
Reviewed-on: https://webrtc-review.googlesource.com/22901
Commit-Queue: Niklas Enbom <niklas.enbom@webrtc.org>
Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org>
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21210}
2017-12-11 16:30:06 +00:00
..
include Add optional stereo codec to SDP negotiation 2017-12-11 16:30:06 +00:00
test Add optional stereo codec to SDP negotiation 2017-12-11 16:30:06 +00:00
OWNERS Add StereoCodecAdapter classes 2017-10-31 06:39:52 +00:00
stereo_decoder_adapter.cc Add optional stereo codec to SDP negotiation 2017-12-11 16:30:06 +00:00
stereo_encoder_adapter.cc Add optional stereo codec to SDP negotiation 2017-12-11 16:30:06 +00:00