summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-05-09 16:44:54 +0300
committerMartin Storsjö <martin@martin.st>2014-12-18 23:12:33 +0200
commit8a70ef94b9c377293b3dfa7d92cdc81a4fe1543a (patch)
tree2b5793580340d2635ba522dbd22d86745ad40e2b /Changelog
parenta505c0d7373336a4cc5aa2022111c46bdd388b1f (diff)
libavformat: Add a muxer wrapping mpegts encoding into RTP
Since this structurally is quite different from normal RTP (multiple streams are muxed into one single mpegts stream, which is packetized into one single RTP session), it is kept as a separate muxer. Since this structurally also behaves differently than normal RTP, all of the other muxers that do chained RTP muxing (rtsp, sap, mp4) would need to be updated similarly to handle this - in particular, creating one single rtp_mpegts muxer for the whole presentation instead of one rtp muxer per stream. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 85fb678b5f..2d367a594e 100644
--- a/Changelog
+++ b/Changelog
@@ -8,6 +8,7 @@ version <next>:
- XCB-based screen-grabber
- creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
- H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer
+- RTP/mpegts muxer
version 11: