webrtc/api/video_codecs
Magnus Jedvert 59ab3536a4 Add receive stream id argument to CreateDecoder() method
This is necessary to migrate some clients so that we can move forward
with removal of cricket::WebRtcVideoDecoderFactory.

TBR=stefan@webrtc.org

Bug: webrtc:7925
Change-Id: Icc2949e3f7f3137d1b68eb30874f14a33168e41f
Reviewed-on: https://webrtc-review.googlesource.com/97500
Commit-Queue: Magnus Jedvert <magjed@webrtc.org>
Reviewed-by: Anders Carlsson <andersc@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24671}
2018-09-11 08:47:04 +00:00
..
test Generalize SimulcastEncoderAdapter, use for H264 & VP8. 2018-06-21 15:57:43 +00:00
BUILD.gn Add receive stream id argument to CreateDecoder() method 2018-09-11 08:47:04 +00:00
builtin_video_decoder_factory.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
builtin_video_decoder_factory.h Built in video codec factories. 2018-05-03 11:49:42 +00:00
builtin_video_encoder_factory.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
builtin_video_encoder_factory.h Built in video codec factories. 2018-05-03 11:49:42 +00:00
sdp_video_format.cc Add copy and move operations to SdpVideoFormat. 2018-03-28 09:46:26 +00:00
sdp_video_format.h Add copy and move operations to SdpVideoFormat. 2018-03-28 09:46:26 +00:00
video_codec.cc Remove kVideoCodecUnknown from WebRTC. 2018-08-16 15:15:39 +00:00
video_codec.h Use enum class for VideoCodecMode and VideoCodecComplexity. 2018-06-13 12:26:09 +00:00
video_decoder.cc Replace rtc::Optional with absl::optional in api 2018-06-21 12:50:03 +00:00
video_decoder.h Replace rtc::Optional with absl::optional in api 2018-06-21 12:50:03 +00:00
video_decoder_factory.cc Add receive stream id argument to CreateDecoder() method 2018-09-11 08:47:04 +00:00
video_decoder_factory.h Add receive stream id argument to CreateDecoder() method 2018-09-11 08:47:04 +00:00
video_decoder_software_fallback_wrapper.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
video_decoder_software_fallback_wrapper.h Make rtc_software_fallback_wrappers target visible. 2018-06-12 12:51:34 +00:00
video_encoder.cc Add control for inter-layer prediction mode. 2018-04-27 06:20:15 +00:00
video_encoder.h Replace rtc::Optional with absl::optional in api 2018-06-21 12:50:03 +00:00
video_encoder_config.cc Remove kVideoCodecUnknown from WebRTC. 2018-08-16 15:15:39 +00:00
video_encoder_config.h Add functionality to set min bitrate for single stream through RtpEncodingParameters. 2018-06-25 10:10:48 +00:00
video_encoder_factory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_encoder_software_fallback_wrapper.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
video_encoder_software_fallback_wrapper.h Make rtc_software_fallback_wrappers target visible. 2018-06-12 12:51:34 +00:00