1. 21 May, 2014 1 commit
  2. 19 May, 2014 1 commit
  3. 22 Apr, 2014 1 commit
  4. 14 Apr, 2014 1 commit
    • Remove async tag queueing from HLS since that is now happening in the media sources plugin itself. Update the location of MSE source files. Bump the dependency in package.json. Two tests are still failing with this commit but will be fixed shortly.
      David LaPalomento committed
  5. 26 Mar, 2014 1 commit
  6. 27 Feb, 2014 1 commit
  7. 23 Feb, 2014 1 commit
  8. 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
  9. 10 Feb, 2014 1 commit
  10. 09 Feb, 2014 1 commit
  11. 31 Jan, 2014 1 commit
  12. 26 Jan, 2014 1 commit
  13. 02 Jan, 2014 1 commit
  14. 25 Dec, 2013 2 commits
  15. 26 Oct, 2013 1 commit
  16. 24 Oct, 2013 5 commits
  17. 23 Oct, 2013 3 commits
  18. 22 Oct, 2013 1 commit
    • loadWord wasn't incrementing the position in the byte stream so fix it so that the accounting is taken care of. Replace a bunch of single-letter variable names with more descriptive terms. Add some comments. Add tests for exponential golomb parsing.
      David LaPalomento committed
  19. 15 Jul, 2013 1 commit
  20. 11 Jul, 2013 1 commit