webrtc/api/video_codecs/test
Philipp Hancke 63d03f586b Unify access to SDP codec parameters
which come from the a=fmtp:<pt> lines in the SDP and were used as either
  std::map<std::string, std:string>
with three aliases,
  cricket::CodecParameterMap
  SdpAudioFormat::Parameters
  SdpVideoFormat::Parameters

Use webrtc::CodecParameterMap in all places.

BUG=None

Change-Id: If47692bde7347834c349c6539b43309d8770e67b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/330420
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#41375}
2023-12-13 14:22:15 +00:00
..
BUILD.gn Add H265 codec name and profile/tier/level utils. 2023-08-30 08:49:09 +00:00
builtin_video_encoder_factory_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
h264_profile_level_id_unittest.cc Unify access to SDP codec parameters 2023-12-13 14:22:15 +00:00
h265_profile_tier_level_unittest.cc Unify access to SDP codec parameters 2023-12-13 14:22:15 +00:00
sdp_video_format_unittest.cc Unify access to SDP codec parameters 2023-12-13 14:22:15 +00:00
video_decoder_factory_template_tests.cc Update Dav1dDecoderTemplateAdapater to include AV1 profile1 support. 2023-04-04 12:40:17 +00:00
video_decoder_software_fallback_wrapper_unittest.cc Remove EncodedFrame::MissingFrame and start removing Decode() param 2023-08-30 10:38:35 +00:00
video_encoder_factory_template_tests.cc Fuzzy match the SdpVideoFormat in VideoEncoderFactoryTemplate::CreateVideoEncoder. 2023-04-05 11:48:26 +00:00
video_encoder_software_fallback_wrapper_unittest.cc Encoder type agnostic resolution based fallback 2023-08-08 14:18:31 +00:00