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