1. 10 Mar, 2014 4 commits
  2. 09 Mar, 2014 4 commits
  3. 03 Mar, 2014 1 commit
  4. 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
  5. 28 Feb, 2014 2 commits
  6. 27 Feb, 2014 2 commits
  7. 26 Feb, 2014 1 commit
  8. 25 Feb, 2014 3 commits
  9. 24 Feb, 2014 1 commit
  10. 23 Feb, 2014 1 commit
  11. 21 Feb, 2014 3 commits
  12. 13 Feb, 2014 4 commits
  13. 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
  14. 10 Feb, 2014 6 commits
  15. 09 Feb, 2014 2 commits
  16. 06 Feb, 2014 1 commit
  17. 05 Feb, 2014 2 commits
  18. 04 Feb, 2014 1 commit