git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • h264probe : Don’t error out on bits that no longer are reserved

    9 mai 2011, par Michael Niedermayer
    h264probe: 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. Bultje
    h264: 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>
    
    • [DBH] Changelog
    • [DBH] libavformat/Makefile
    • [DBH] libavformat/allformats.c
    • [DBH] libavformat/rtpenc_mpegts.c
    • [DBH] libavformat/version.h