1. 19 12月, 2014 3 次提交
    • J
      oggdec: add support for VP8 demuxing · 430a8168
      James Almer 提交于
      Signed-off-by: NVittorio Giovara <vittorio.giovara@gmail.com>
      430a8168
    • M
      libavformat: Add a muxer wrapping mpegts encoding into RTP · 8a70ef94
      Martin Storsjö 提交于
      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: NMartin Storsjö <martin@martin.st>
      8a70ef94
    • T
      rtp: Initial H.261 support · a505c0d7
      Thomas Volkert 提交于
      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: NMartin Storsjö <martin@martin.st>
      a505c0d7
  2. 09 12月, 2014 1 次提交
  3. 17 11月, 2014 2 次提交
    • M
      tools: Add a sidxindex tool · c302d034
      Martin Storsjö 提交于
      This tool can write an MPD file for fragmented MP4 files with
      a sidx index at the start of the file.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      c302d034
    • M
      lavf: Add an MPEG-DASH ISOFF segmenting muxer · fe5e6e34
      Martin Storsjö 提交于
      This is mostly to serve as a reference example on how to segment
      the output from the mp4 muxer, capable of writing the segment
      list in four different ways:
      - SegmentTemplate with SegmentTimeline
      - SegmentTemplate with implicit segments
      - SegmentList with individual files
      - SegmentList with one single file per track, and byte ranges
      
      The muxer is able to serve live content (with optional windowing)
      or create a static segmented MPD.
      
      In advanced cases, users will probably want to do the segmenting
      in their own application code.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      fe5e6e34
  4. 25 9月, 2014 1 次提交
  5. 03 9月, 2014 1 次提交
  6. 04 8月, 2014 1 次提交
  7. 04 7月, 2014 1 次提交
  8. 22 6月, 2014 3 次提交
  9. 18 6月, 2014 1 次提交
    • A
      Remove avserver. · 894682a9
      Anton Khirnov 提交于
      It has not been properly maintained for years and there is little hope
      of that changing in the future.
      It appears simpler to write a new replacement from scratch than
      unbreaking it.
      894682a9
  10. 14 6月, 2014 1 次提交
  11. 28 5月, 2014 2 次提交
  12. 18 5月, 2014 1 次提交
  13. 14 5月, 2014 1 次提交
  14. 19 4月, 2014 1 次提交
  15. 10 4月, 2014 1 次提交
  16. 06 4月, 2014 1 次提交
  17. 04 4月, 2014 2 次提交
  18. 28 3月, 2014 1 次提交
  19. 24 3月, 2014 1 次提交
  20. 10 3月, 2014 2 次提交
  21. 17 2月, 2014 1 次提交
  22. 09 2月, 2014 1 次提交
  23. 09 12月, 2013 1 次提交
  24. 26 11月, 2013 1 次提交
  25. 02 11月, 2013 1 次提交
  26. 01 11月, 2013 2 次提交
  27. 12 10月, 2013 3 次提交
  28. 04 10月, 2013 1 次提交
  29. 16 8月, 2013 1 次提交