1. 22 6月, 2015 2 次提交
  2. 21 6月, 2015 1 次提交
  3. 07 6月, 2015 1 次提交
  4. 31 5月, 2015 1 次提交
  5. 25 5月, 2015 1 次提交
  6. 06 5月, 2015 1 次提交
  7. 03 5月, 2015 1 次提交
  8. 20 4月, 2015 1 次提交
  9. 29 3月, 2015 2 次提交
  10. 28 3月, 2015 1 次提交
  11. 15 3月, 2015 1 次提交
  12. 14 3月, 2015 1 次提交
  13. 05 3月, 2015 1 次提交
  14. 24 2月, 2015 1 次提交
  15. 23 2月, 2015 2 次提交
  16. 22 2月, 2015 2 次提交
  17. 20 2月, 2015 2 次提交
  18. 19 2月, 2015 1 次提交
  19. 15 2月, 2015 1 次提交
  20. 29 1月, 2015 1 次提交
  21. 07 1月, 2015 1 次提交
    • M
      libavcodec: Add an OpenH264 encoder wrapper · 8a3d9ca6
      Martin Storsjö 提交于
      Compared to existing, common opensource H264 encoders, this can be
      useful since it has got a different license (BSD instead of GPL).
      
      Performance- and qualitywise it is comparable to x264 in ultrafast
      mode.
      
      Hooking it up as an encoder in libavcodec also simplifies comparing
      it against other common encoders.
      
      This requires OpenH264 1.3 or newer. Since the OpenH264 API and ABI
      changes frequently, only releases are supported.
      
      To take advantage of the OpenH264 patent offer, the OpenH264 library
      must not be redistributed, but downloaded at runtime at the end-user's
      system.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      8a3d9ca6
  22. 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
  23. 17 11月, 2014 2 次提交
    • 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
    • M
      movenc: Add support for writing sidx atoms for DASH segments · 2ded5737
      Martin Storsjö 提交于
      A flag "dash" is added, which enables the necessary flags for
      creating DASH compatible fragments.
      
      When this is enabled, one sidx atom is written for each track
      before every moof atom.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      2ded5737
  24. 26 10月, 2014 1 次提交
  25. 25 9月, 2014 1 次提交
  26. 06 9月, 2014 1 次提交
  27. 05 9月, 2014 1 次提交
  28. 04 9月, 2014 1 次提交
  29. 03 9月, 2014 1 次提交
  30. 29 8月, 2014 1 次提交
  31. 22 8月, 2014 1 次提交
  32. 14 8月, 2014 1 次提交