1. 09 Mar, 2014 3 commits
  2. 03 Mar, 2014 1 commit
  3. 02 Mar, 2014 1 commit
    • When debugging transmux issues, it can be handy to be able to easily compare the result of the javascript segment parser with the working output from a tool like ffmpeg. Put together a test page to display the hex dump of segment-parser output side-by-side with a working example. Fixed the hex dump utility to produce more than one line of output per tag.
      David LaPalomento committed
  4. 28 Feb, 2014 2 commits
  5. 27 Feb, 2014 2 commits
  6. 26 Feb, 2014 1 commit
  7. 25 Feb, 2014 3 commits
  8. 24 Feb, 2014 1 commit
  9. 23 Feb, 2014 1 commit
  10. 21 Feb, 2014 3 commits
  11. 13 Feb, 2014 4 commits
  12. 12 Feb, 2014 1 commit
    • Pushing an entire segment worth of FLV tags into the source buffer at once caused noticeable delays with high-bitrate segments. Instead, wrap each call to appendBuffer in a setTimeout of zero so that the browser has a chance to render frames while the segment is being transferred to the SWF. Make sure that appends-in-progress are cleared if a seek is initiated.
      David LaPalomento committed
  13. 10 Feb, 2014 6 commits
  14. 09 Feb, 2014 2 commits
  15. 06 Feb, 2014 1 commit
  16. 05 Feb, 2014 2 commits
  17. 04 Feb, 2014 2 commits
  18. 31 Jan, 2014 2 commits
  19. 29 Jan, 2014 2 commits