webrtc/modules/rtp_rtcp/source
Philip Eliasson deb866360a Revert "Add stereo codec header and pass it through RTP"
This reverts commit 20f2133d5d.

Reason for revert: Breaks downstream project.

Original change's description:
> Add stereo codec header and pass it through RTP
> 
> - Defines CodecSpecificInfoStereo that carries stereo specific header info from
> encoded image.
> - Defines RTPVideoHeaderStereo that carries the above info to packetizer,
> see module_common_types.h.
> - Adds an RTPPacketizer and RTPDepacketizer that supports passing specific stereo
> header.
> - Uses new data containers in StereoAdapter classes.
> 
> This CL is the step 3 for adding alpha channel support over the wire in webrtc.
> See https://webrtc-review.googlesource.com/c/src/+/7800 for the experimental
> CL that gives an idea about how it will come together.
> Design Doc: https://goo.gl/sFeSUT
> 
> Bug: webrtc:7671
> Change-Id: Ia932568fdd7065ba104afd2bc0ecf25a765748ab
> Reviewed-on: https://webrtc-review.googlesource.com/22900
> Reviewed-by: Emircan Uysaler <emircan@webrtc.org>
> Reviewed-by: Erik Språng <sprang@webrtc.org>
> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
> Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org>
> Commit-Queue: Emircan Uysaler <emircan@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#20920}

TBR=danilchap@webrtc.org,sprang@webrtc.org,stefan@webrtc.org,niklas.enbom@webrtc.org,emircan@webrtc.org

Change-Id: I57f3172ca3c60a84537d577a574dc8018e12d634
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:7671
Reviewed-on: https://webrtc-review.googlesource.com/26940
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20931}
2017-11-29 11:39:41 +00:00
..
rtcp_packet Add sending Nack to RtcpTransceiver 2017-11-28 11:57:58 +00:00
byte_io_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
byte_io.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
dtmf_queue.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
dtmf_queue.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fec_private_tables_bursty.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
fec_private_tables_random.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
fec_test_helper.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fec_test_helper.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
flexfec_header_reader_writer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
flexfec_header_reader_writer.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
flexfec_header_reader_writer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
flexfec_receiver_unittest.cc Change ForwardErrorCorrection class to accept one received packet at a time. 2017-09-18 14:58:59 +00:00
flexfec_receiver.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
flexfec_sender_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
flexfec_sender.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
forward_error_correction_internal.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
forward_error_correction_internal.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
forward_error_correction.cc Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 12:39:39 +00:00
forward_error_correction.h Change ForwardErrorCorrection class to accept one received packet at a time. 2017-09-18 14:58:59 +00:00
nack_rtx_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
packet_loss_stats_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
packet_loss_stats.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
packet_loss_stats.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
playout_delay_oracle_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
playout_delay_oracle.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
playout_delay_oracle.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
receive_statistics_impl.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
receive_statistics_impl.h Delete remnants of support for RFC 5450, extended jitter report. 2017-10-11 14:17:22 +00:00
receive_statistics_unittest.cc Simplify ReceiveStatistics: merge GetActiveStatisticians into RtcpReportBlocks 2017-09-18 13:19:36 +00:00
remote_ntp_time_estimator_unittest.cc Reland of "Use moving median filters in RemoteNtpTimeEstimator, RtpToNtpEstimator"" 2017-11-16 12:10:04 +00:00
remote_ntp_time_estimator.cc Reland of "Use moving median filters in RemoteNtpTimeEstimator, RtpToNtpEstimator"" 2017-11-16 12:10:04 +00:00
rtcp_nack_stats_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtcp_nack_stats.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtcp_nack_stats.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtcp_packet_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtcp_packet.cc Move rtcp packet classes from rtp_rtcp to rtp_rtcp_format target 2017-09-15 17:36:30 +00:00
rtcp_packet.h Move rtcp packet classes from rtp_rtcp to rtp_rtcp_format target 2017-09-15 17:36:30 +00:00
rtcp_receiver_unittest.cc Trigger rtt and stats update on report block rather than receiver report. 2017-09-28 10:29:59 +00:00
rtcp_receiver.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtcp_receiver.h Trigger rtt and stats update on report block rather than receiver report. 2017-09-28 10:29:59 +00:00
rtcp_sender_unittest.cc Simplify setting/unsetting REMB in RtcpSender 2017-10-19 14:07:31 +00:00
rtcp_sender.cc Add a new function to BitrateAllocation: HasBitrate. 2017-11-23 15:00:08 +00:00
rtcp_sender.h Simplify setting/unsetting REMB in RtcpSender 2017-10-19 14:07:31 +00:00
rtcp_transceiver_config.cc Add RequestKeyFrame with Pli to RtcpTransceiver 2017-11-21 11:19:07 +00:00
rtcp_transceiver_config.h Add RequestKeyFrame with Pli to RtcpTransceiver 2017-11-21 11:19:07 +00:00
rtcp_transceiver_impl_unittest.cc Simpliy RtcpTransceiver::SendImmediateFeedback signature 2017-11-29 09:51:20 +00:00
rtcp_transceiver_impl.cc Simpliy RtcpTransceiver::SendImmediateFeedback signature 2017-11-29 09:51:20 +00:00
rtcp_transceiver_impl.h Simpliy RtcpTransceiver::SendImmediateFeedback signature 2017-11-29 09:51:20 +00:00
rtcp_transceiver_unittest.cc Add Thread-safe wrapper for RtcpTransceiver 2017-11-16 15:12:03 +00:00
rtcp_transceiver.cc Simpliy RtcpTransceiver::SendImmediateFeedback signature 2017-11-29 09:51:20 +00:00
rtcp_transceiver.h Simpliy RtcpTransceiver::SendImmediateFeedback signature 2017-11-29 09:51:20 +00:00
rtp_fec_unittest.cc Fix wrap-around logic in ForwardErrorCorrection. 2017-10-02 15:18:22 +00:00
rtp_format_h264_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_format_h264.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_format_h264.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_format_video_generic_unittest.cc Revert "Add stereo codec header and pass it through RTP" 2017-11-29 11:39:41 +00:00
rtp_format_video_generic.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_format_video_generic.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_format_vp8_test_helper.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_format_vp8_test_helper.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_format_vp8_unittest.cc Delete unused VP8 packetization modes. 2017-10-27 09:18:17 +00:00
rtp_format_vp8.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_format_vp8.h Delete unused VP8 packetization modes. 2017-10-27 09:18:17 +00:00
rtp_format_vp9_unittest.cc Reland "Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices." 2017-11-07 16:34:20 +00:00
rtp_format_vp9.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_format_vp9.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_format.cc Revert "Add stereo codec header and pass it through RTP" 2017-11-29 11:39:41 +00:00
rtp_format.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_header_extension_map_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_header_extension_map.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_header_extensions.cc Support writing network timestamp delta fields into VideoTimingExtension 2017-11-01 10:15:56 +00:00
rtp_header_extensions.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_header_parser.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_packet_history_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_packet_history.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_packet_history.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_packet_received.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
rtp_packet_received.h Add application extension field to RtpPacketReceived. 2017-10-24 14:22:18 +00:00
rtp_packet_to_send.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_packet_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_packet.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
rtp_packet.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_payload_registry_unittest.cc RTPPayloadRegistry: Use SdpAudioFormat to represent audio codecs 2017-10-04 11:30:14 +00:00
rtp_payload_registry.cc Revert "Add stereo codec header and pass it through RTP" 2017-11-29 11:39:41 +00:00
rtp_receiver_audio.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_receiver_audio.h RTPPayloadRegistry: Use SdpAudioFormat to represent audio codecs 2017-10-04 11:30:14 +00:00
rtp_receiver_impl.cc Optional: Use nullopt and implicit construction in /modules/rtp_rtcp 2017-11-23 11:36:08 +00:00
rtp_receiver_impl.h Delete in_order argument to RtpReceiver::IncomingRtpPacket 2017-10-05 07:19:20 +00:00
rtp_receiver_strategy.cc Convert PayloadUnion from a union to a class, step 1 2017-09-28 18:32:37 +00:00
rtp_receiver_strategy.h RTPPayloadRegistry: Use SdpAudioFormat to represent audio codecs 2017-10-04 11:30:14 +00:00
rtp_receiver_unittest.cc Delete in_order argument to RtpReceiver::IncomingRtpPacket 2017-10-05 07:19:20 +00:00
rtp_receiver_video.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_receiver_video.h RTPPayloadRegistry: Use SdpAudioFormat to represent audio codecs 2017-10-04 11:30:14 +00:00
rtp_rtcp_config.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_rtcp_impl_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_rtcp_impl.cc Optional: Use nullopt and implicit construction in /modules/rtp_rtcp 2017-11-23 11:36:08 +00:00
rtp_rtcp_impl.h Simplify RtpRtcp interface for REMB 2017-10-11 11:09:39 +00:00
rtp_sender_audio.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_sender_audio.h Remove use of RTPFragmentationHeader from RTPSenderAudio 2017-10-30 09:56:19 +00:00
rtp_sender_unittest.cc Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead 2017-10-03 15:26:56 +00:00
rtp_sender_video.cc Revert "Add stereo codec header and pass it through RTP" 2017-11-29 11:39:41 +00:00
rtp_sender_video.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_sender.cc Optional: Use nullopt and implicit construction in /modules/rtp_rtcp 2017-11-23 11:36:08 +00:00
rtp_sender.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_utility_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_utility.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_utility.h Convert PayloadUnion from a union to a class, step 3 2017-10-02 08:53:30 +00:00
time_util_unittest.cc Add TimeMicrosToNtp to calculate current NtpTime without Clock 2017-11-28 10:11:58 +00:00
time_util.cc Add TimeMicrosToNtp to calculate current NtpTime without Clock 2017-11-28 10:11:58 +00:00
time_util.h Add TimeMicrosToNtp to calculate current NtpTime without Clock 2017-11-28 10:11:58 +00:00
tmmbr_help.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
tmmbr_help.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
ulpfec_generator_unittest.cc Remove unused UlpfecGenerator::BuildRedPacket. 2017-11-28 16:18:28 +00:00
ulpfec_generator.cc Remove unused UlpfecGenerator::BuildRedPacket. 2017-11-28 16:18:28 +00:00
ulpfec_generator.h Remove unused UlpfecGenerator::BuildRedPacket. 2017-11-28 16:18:28 +00:00
ulpfec_header_reader_writer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ulpfec_header_reader_writer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ulpfec_header_reader_writer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ulpfec_receiver_impl.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
ulpfec_receiver_impl.h Change ForwardErrorCorrection class to accept one received packet at a time. 2017-09-18 14:58:59 +00:00
ulpfec_receiver_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_codec_information.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00