git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
h264probe : Don’t error out on bits that no longer are reserved
9 mai 2011, par Michael Niedermayerh264probe: Don't error out on bits that no longer are reserved -
udp : Fix receiving RTP data over multicast
9 mai 2011, par Martin Storsjöudp: Fix receiving RTP data over multicast -
rtpproto : Remove an unused variable
9 mai 2011, par Martin Storsjörtpproto: Remove an unused variable -
h264 : DSP’ize MBAFF loopfilter.
9 mai 2011, par Ronald S. Bultjeh264: DSP'ize MBAFF loopfilter. -
libavformat : Add a muxer wrapping mpegts encoding into RTP
9 mai 2011, par Martin Storsjö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>