1. 19 Apr, 2014 1 commit
  2. 15 Apr, 2014 1 commit
  3. 14 Apr, 2014 2 commits
  4. 22 Mar, 2014 2 commits
  5. 21 Mar, 2014 1 commit
  6. 09 Mar, 2014 1 commit
    • The original algorithm was incorrectly including the nal_unit_type in the returned RBSP when there were no emulation bytes to filter. This version is slower because it examines every byte individually but it's simpler to understand. Add a test case for H264 stream parsing that demonstrates the issue.
      David LaPalomento committed
  7. 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
  8. 09 Feb, 2014 1 commit
  9. 02 Jan, 2014 1 commit
  10. 25 Dec, 2013 2 commits