webrtc/api/audio_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
..
g711 Remove dependency on rtc_base_approved from most targets 2022-04-25 12:15:30 +00:00
g722 Make header files self contained. 2022-10-08 08:38:36 +00:00
ilbc Remove dependency on rtc_base_approved from most targets 2022-04-25 12:15:30 +00:00
L16 Remove dependency on rtc_base_approved from most targets 2022-04-25 12:15:30 +00:00
opus Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
test Reland "[ACM] iSAC audio codec removed" 2022-11-17 12:52:35 +00:00
audio_codec_pair_id.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
audio_codec_pair_id.h Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_decoder.cc Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
audio_decoder.h Remove RTC_DISALLOW_COPY_AND_ASSIGN more. 2022-01-20 11:00:18 +00:00
audio_decoder_factory.h Move some users to use webrtc::RefCountInterface 2023-11-02 14:45:57 +00:00
audio_decoder_factory_template.h Add rtc::make_ref_counted to api/ 2022-06-13 15:53:27 +00:00
audio_encoder.cc Set the maximum number of audio channels to 24 2021-11-16 17:01:54 +00:00
audio_encoder.h Set the maximum number of audio channels to 24 2021-11-16 17:01:54 +00:00
audio_encoder_factory.h Audio codec factories: Implementations return null on unsupported formats 2020-08-26 18:03:38 +00:00
audio_encoder_factory_template.h Add rtc::make_ref_counted to api/ 2022-06-13 15:53:27 +00:00
audio_format.cc Reland "Unify access to SDP codec parameters" 2024-01-03 12:03:11 +00:00
audio_format.h Reland "Unify access to SDP codec parameters" 2024-01-03 12:03:11 +00:00
BUILD.gn Reland "Unify access to SDP codec parameters" 2024-01-03 12:03:11 +00:00
builtin_audio_decoder_factory.cc Reland "[ACM] iSAC audio codec removed" 2022-11-17 12:52:35 +00:00
builtin_audio_decoder_factory.h Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
builtin_audio_encoder_factory.cc Reland "[ACM] iSAC audio codec removed" 2022-11-17 12:52:35 +00:00
builtin_audio_encoder_factory.h Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
opus_audio_decoder_factory.cc Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
opus_audio_decoder_factory.h Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
opus_audio_encoder_factory.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
opus_audio_encoder_factory.h Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
OWNERS Update some audio modules with new OWNERS 2022-12-01 14:55:38 +00:00