webrtc/media/base
Ilya Nikolaevskiy f9d92ed2c8 Revert "Reland "Distinguish between send and receive video codecs""
This reverts commit 77eb338ae4.

Reason for revert: Speculative revert, as it seems to have broken webrtc-importer

Original change's description:
> Reland "Distinguish between send and receive video codecs"
> 
> This reverts commit f2d6fe62f2.
> 
> Reason for revert: Downstream test updated.
> 
> Original change's description:
> > Revert "Reland "Distinguish between send and receive video codecs""
> > 
> > This reverts commit 26e6afe93f.
> > 
> > Reason for revert: Breaks another downstream test.
> > 
> > Original change's description:
> > > Reland "Distinguish between send and receive video codecs"
> > > 
> > > This reverts commit f22af3cca7.
> > > 
> > > Reason for revert: Downstream tests have been updated.
> > > 
> > > Original change's description:
> > > > Revert "Distinguish between send and receive video codecs"
> > > > 
> > > > This reverts commit 18314bd8d2.
> > > > 
> > > > Reason for revert: Breaks downstream test.
> > > > 
> > > > Original change's description:
> > > > > Distinguish between send and receive video codecs
> > > > > 
> > > > > Even though send and receive codecs are the same,
> > > > > they might have different support in HW.
> > > > > Distinguish between send and receive codecs to be able to keep
> > > > > track of which codecs have HW support.
> > > > > 
> > > > > Bug: chromium:1029737
> > > > > Change-Id: I16a80da44c5061ca42f2aabda76e6bf0b879bf7b
> > > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161306
> > > > > Reviewed-by: Anders Carlsson <andersc@webrtc.org>
> > > > > Reviewed-by: Steve Anton <steveanton@webrtc.org>
> > > > > Commit-Queue: Johannes Kron <kron@webrtc.org>
> > > > > Cr-Commit-Position: refs/heads/master@{#30041}
> > > > 
> > > > TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org
> > > > 
> > > > Change-Id: I7e5807460006db613e9b3b369ec6036b88f164fd
> > > > No-Presubmit: true
> > > > No-Tree-Checks: true
> > > > No-Try: true
> > > > Bug: chromium:1029737
> > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161662
> > > > Reviewed-by: Johannes Kron <kron@webrtc.org>
> > > > Commit-Queue: Johannes Kron <kron@webrtc.org>
> > > > Cr-Commit-Position: refs/heads/master@{#30042}
> > > 
> > > TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org
> > > 
> > > # Not skipping CQ checks because original CL landed > 1 day ago.
> > > 
> > > Bug: chromium:1029737
> > > Change-Id: Ia70b11376b43888e2495ef21838c2d2e3c68d735
> > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161734
> > > Reviewed-by: Johannes Kron <kron@webrtc.org>
> > > Reviewed-by: Steve Anton <steveanton@webrtc.org>
> > > Reviewed-by: Anders Carlsson <andersc@webrtc.org>
> > > Commit-Queue: Johannes Kron <kron@webrtc.org>
> > > Cr-Commit-Position: refs/heads/master@{#30078}
> > 
> > TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org
> > 
> > Change-Id: Ia4971b898c9209a3736a916a1c2c48d392dfdad6
> > No-Presubmit: true
> > No-Tree-Checks: true
> > No-Try: true
> > Bug: chromium:1029737
> > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162140
> > Reviewed-by: Johannes Kron <kron@webrtc.org>
> > Commit-Queue: Johannes Kron <kron@webrtc.org>
> > Cr-Commit-Position: refs/heads/master@{#30079}
> 
> TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org
> 
> # Not skipping CQ checks because original CL landed > 1 day ago.
> 
> Bug: chromium:1029737
> Change-Id: If2c3c5b5e7d86cb852a1f20f02b6ceae62b2e0c8
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162186
> Reviewed-by: Johannes Kron <kron@webrtc.org>
> Reviewed-by: Anders Carlsson <andersc@webrtc.org>
> Reviewed-by: Steve Anton <steveanton@webrtc.org>
> Commit-Queue: Johannes Kron <kron@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#30097}

TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org

Change-Id: I73d4fe3bb18e40a01f1b1b0c71f9dc7b85c513b7
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:1029737
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162208
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30100}
2019-12-16 15:28:41 +00:00
..
adapted_video_track_source.cc Change VideoAdapter::OnResolutionFramerateRequest to VideoAdapter::OnSinkWants 2019-11-19 10:14:31 +00:00
adapted_video_track_source.h Export symbols needed by the Chromium component build (part 8). 2019-04-02 10:13:36 +00:00
audio_source.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
codec_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
codec.cc Add support for enabling and negotiating raw RTP packetization. 2019-06-04 14:35:54 +00:00
codec.h Add support for enabling and negotiating raw RTP packetization. 2019-06-04 14:35:54 +00:00
delayable.h Propagate base minimum delay from video jitter buffer to webrtc/api. 2019-02-27 15:08:34 +00:00
fake_frame_source.cc Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
fake_frame_source.h Format almost everything. 2019-07-08 13:45:15 +00:00
fake_media_engine.cc Revert "Reland "Distinguish between send and receive video codecs"" 2019-12-16 15:28:41 +00:00
fake_media_engine.h Revert "Reland "Distinguish between send and receive video codecs"" 2019-12-16 15:28:41 +00:00
fake_network_interface.h Only handle each RTCP once. 2019-09-18 16:54:39 +00:00
fake_rtp.cc Format almost everything. 2019-07-08 13:45:15 +00:00
fake_rtp.h Format almost everything. 2019-07-08 13:45:15 +00:00
fake_video_renderer.cc Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. 2019-06-20 10:24:29 +00:00
fake_video_renderer.h Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. 2019-06-20 10:24:29 +00:00
h264_profile_level_id.cc Remove CodecInst pt.3 2018-12-18 07:42:21 +00:00
h264_profile_level_id.h Export symbols needed by the Chromium component build (part 4). 2018-10-18 08:42:22 +00:00
media_channel.cc Added allow_codec_switching parameter to RTCConfig. 2019-10-25 11:06:31 +00:00
media_channel.h Enable SSRC 0 in MediaChannel methods 2019-12-04 23:49:04 +00:00
media_config.h Negate flag name for prerender smoothing and update comments. 2019-01-24 11:53:26 +00:00
media_constants.cc Add support for enabling and negotiating raw RTP packetization. 2019-06-04 14:35:54 +00:00
media_constants.h Add support for enabling and negotiating raw RTP packetization. 2019-06-04 14:35:54 +00:00
media_engine.cc Reland "Add support for RtpEncodingParameters::max_framerate" 2019-12-06 15:11:54 +00:00
media_engine.h Revert "Reland "Distinguish between send and receive video codecs"" 2019-12-16 15:28:41 +00:00
rid_description.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rid_description.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rtp_data_engine_unittest.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
rtp_data_engine.cc Add/remove receive streams with SSRC 0 from media channels 2019-10-07 23:01:28 +00:00
rtp_data_engine.h Add/remove receive streams with SSRC 0 from media channels 2019-10-07 23:01:28 +00:00
rtp_utils_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_utils.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_utils.h Minor fixes and refactoring for RtpTransport until the Demux. 2019-03-19 16:48:47 +00:00
stream_params_unittest.cc Reland: Remove dead code from stream_params.h 2019-02-06 19:18:15 +00:00
stream_params.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stream_params.h Format almost everything. 2019-07-08 13:45:15 +00:00
test_utils.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
test_utils.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
turn_utils_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
turn_utils.cc Move stun.h to api/. 2019-11-18 16:11:27 +00:00
turn_utils.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_adapter_unittest.cc Change VideoAdapter::OnResolutionFramerateRequest to VideoAdapter::OnSinkWants 2019-11-19 10:14:31 +00:00
video_adapter.cc Change VideoAdapter::OnResolutionFramerateRequest to VideoAdapter::OnSinkWants 2019-11-19 10:14:31 +00:00
video_adapter.h Change VideoAdapter::OnResolutionFramerateRequest to VideoAdapter::OnSinkWants 2019-11-19 10:14:31 +00:00
video_broadcaster_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_broadcaster.cc Make update_rect optional in VideoFrame 2019-10-30 11:27:54 +00:00
video_broadcaster.h Reland "Propagate VideoFrame::UpdateRect to encoder" 2019-02-18 13:44:14 +00:00
video_common_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_common.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_common.h Remove dead kDummyVideoSsrc and FPS_TO_INTERVAL from video_common.h. 2019-11-08 13:32:57 +00:00
video_source_base.cc Use Abseil container algorithms in media/ 2019-01-29 02:35:50 +00:00
video_source_base.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
vp9_profile.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
vp9_profile.h Export symbols needed by the Chromium component build (part 8). 2019-04-02 10:13:36 +00:00