webrtc/modules/audio_coding/codecs
Philipp Hancke de17252e8e Reland "Unify access to SDP codec parameters"
This is a reland of commit 63d03f586b

Original change's description:
> 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}

Bug: None
Change-Id: I5f8f45688df232eb37b12fa3e56a893a1c754e17
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/331402
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#41467}
2024-01-03 12:03:11 +00:00
..
cng Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
g711 Make header files self contained. 2022-10-08 08:38:36 +00:00
g722 Format /modules 2023-04-20 02:02:45 +00:00
ilbc Format /modules 2023-04-20 02:02:45 +00:00
isac Reland "[ACM] iSAC audio codec removed" 2022-11-17 12:52:35 +00:00
opus Reland "Unify access to SDP codec parameters" 2024-01-03 12:03:11 +00:00
pcm16b Adding fuzzer for PCM16b decoder and fixing a fuzzer problem 2022-02-15 15:59:01 +00:00
red Stop using invalid payload type 200 in audio/red unit test 2023-08-09 08:13:52 +00:00
tools Delete rtc_base/format_macros.h 2022-05-09 12:03:21 +00:00
audio_decoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
builtin_audio_decoder_factory_unittest.cc Reland "Unify access to SDP codec parameters" 2024-01-03 12:03:11 +00:00
builtin_audio_encoder_factory_unittest.cc Set the maximum number of audio channels to 24 2021-11-16 17:01:54 +00:00
legacy_encoded_audio_frame.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
legacy_encoded_audio_frame.h Format almost everything. 2019-07-08 13:45:15 +00:00
legacy_encoded_audio_frame_unittest.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00