wireshark/plugins/codecs/G729
John Thacker d871c6c6af codecs: Change interface, use SDP information for dynamic codecs
RTP static registered payload types fully describe the codec,
including clock rate and channels. For the payload formats that
use dynamic payload type number assignment, while some formats
have a fixed (or normal) clock rate and number of audio channels,
there are some codecs that can accept several possible values.

Change the codec plugin interface to accept these parameters,
and move the codec-specific state to a member of a new struct.

As an example, use this to implement the L16 media type for other
clock rates and number of audio channels, both the standard PT=10
stereo type as well as other clock rates negotiated via a dynamic
type. (See sip-rtp-l16.pcap on the SampleCaptures wiki page for
an example.)

Note that RTP Player doesn't support codecs returning output with
more than one channel currently, so downmix to mono.

The next step is adding the format parameters from fmtp to this.
(See #17608)
2023-07-09 21:16:28 +00:00
..
CMakeLists.txt CMake: Finish splitting ADD_PLUGIN_LIBRARY. 2022-04-04 23:10:57 +00:00
G729decode.c codecs: Change interface, use SDP information for dynamic codecs 2023-07-09 21:16:28 +00:00