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