pipewire/src/modules/module-rtp
Carlos Rafael Giani 8f8183e266 module-rtp: Move incoming RTP packet checks to rtp_stream_receive_packet()
This fixes code duplication, since the checks are the same regardless
of payload type. hlen is also calculated the same across payload types,
so it is moved as well. The impl->receive_rtp() function pointer then
solely addresses the actual payload processing.
2026-06-14 22:05:30 +02:00
..
apple-midi.h Merge branch 'master' into 'fix_san_build' 2023-03-10 10:10:25 +00:00
audio.c module-rtp: Move incoming RTP packet checks to rtp_stream_receive_packet() 2026-06-14 22:05:30 +02:00
midi.c module-rtp: Move incoming RTP packet checks to rtp_stream_receive_packet() 2026-06-14 22:05:30 +02:00
opus.c module-rtp: Move incoming RTP packet checks to rtp_stream_receive_packet() 2026-06-14 22:05:30 +02:00
ptp.h module-rtp-sap: review 2024-01-22 16:41:06 +00:00
rtp.h module-rtp: Add calculate_seqnum_delta() utility function 2026-06-14 12:01:34 +02:00
sap.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
stream.c module-rtp: Move incoming RTP packet checks to rtp_stream_receive_packet() 2026-06-14 22:05:30 +02:00
stream.h raop: implement retransmission 2026-05-19 17:40:07 +02:00