1. 12 Sep, 2012 1 commit
    • Martin Storsjö's avatar
      Add a smooth streaming segmenter muxer · 62c9ae11
      Martin Storsjö authored
      This muxer splits the output from the ismv muxer into individual
      files, in realtime.
      
      The same can also be done by the standalone tool ismindex, but this
      muxer is needed for doing it in realtime (especially for live
      streams that need extra handling for updating the lookahead fields
      in the fragment headers).
      
      Using this muxer, one can deliver live smooth streaming from a
      normal static file web server. (Using ismindex, one can deliver
      premade smooth streaming files from a static file web server,
      or prepare files for serving with IIS.)
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      62c9ae11
  2. 09 Sep, 2012 1 commit
  3. 31 Aug, 2012 1 commit
  4. 30 Aug, 2012 2 commits
  5. 20 Aug, 2012 1 commit
  6. 18 Aug, 2012 1 commit
  7. 02 Aug, 2012 1 commit
  8. 23 Jul, 2012 2 commits
  9. 22 Jul, 2012 1 commit
  10. 17 Jul, 2012 3 commits
  11. 13 Jul, 2012 1 commit
  12. 12 Jul, 2012 1 commit
  13. 11 Jul, 2012 1 commit
  14. 10 Jul, 2012 1 commit
  15. 02 Jul, 2012 1 commit
  16. 22 Jun, 2012 2 commits
  17. 20 Jun, 2012 1 commit
  18. 18 Jun, 2012 1 commit
  19. 17 Jun, 2012 1 commit
    • Samuel Pitoiset's avatar
      RTMPT protocol support · 8e50c57d
      Samuel Pitoiset authored
      This adds two protocols, but one of them is an internal implementation
      detail just used as an abstraction layer/generalization in the code. The
      RTMPT protocol implementation uses rtmphttp:// as an alternative to the
      tcp:// protocol. This allows moving most of the lower level logic out
      from the higher level generic rtmp code.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      8e50c57d
  20. 12 Jun, 2012 1 commit
  21. 05 Jun, 2012 1 commit
  22. 26 May, 2012 1 commit
  23. 25 May, 2012 1 commit
  24. 23 May, 2012 1 commit
  25. 21 May, 2012 1 commit
  26. 18 May, 2012 1 commit
  27. 15 May, 2012 1 commit
  28. 25 Apr, 2012 1 commit
    • Justin Ruggles's avatar
      Add libavresample · c8af852b
      Justin Ruggles authored
      This is a new library for audio sample format, channel layout, and sample rate
      conversion.
      c8af852b
  29. 06 Apr, 2012 1 commit
  30. 19 Mar, 2012 3 commits
  31. 17 Mar, 2012 1 commit
  32. 02 Mar, 2012 1 commit
    • Mashiat Sarker Shakkhar's avatar
      Windows Media Audio Lossless decoder · 9d25f1f6
      Mashiat Sarker Shakkhar authored
      Decodes 16-bit WMA Lossless encoded files. 24-bit is not supported yet.
      
      Bitstream parser written by Andreas Öman with contributions from
      Baptiste Coudurier and Ulion.
      
      Includes a number of bug-fixes from Benjamin Larsson, Michael Niedermayer and
      Konstantin Shishkov, shine and polish by Diego Biurrun.
      Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
      9d25f1f6
  33. 29 Feb, 2012 1 commit