From a505c0d7373336a4cc5aa2022111c46bdd388b1f Mon Sep 17 00:00:00 2001 From: Thomas Volkert Date: Sat, 6 Dec 2014 19:54:07 +0100 Subject: rtp: Initial H.261 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The packetizer only supports splitting at GOB headers - if such aren't available frequently enough, it splits at any random byte offset (not at a macroblock boundary either, which would be allowed by the spec) and sends a payload header pretend that it starts with a GOB header. As long as a receiver doesn't try to handle such cases cleverly but just drops broken frames, this shouldn't matter too much in practice. Signed-off-by: Martin Storsjö --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 6af2e8acf1..85fb678b5f 100644 --- a/Changelog +++ b/Changelog @@ -7,6 +7,7 @@ version : - avplay now exits by default at the end of playback - XCB-based screen-grabber - creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer +- H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer version 11: -- cgit v1.2.3