1. 26 Oct, 2013 3 commits
    • Drop the extra null byte when closing an "ecmascript array" in the metadata tag. The spec specifies a 3 byte tag and I'm not sure how the 4-byte version managed to work in practice. This makes the output differ significantly from the original actionscript version of the code but the converted video still plays back without any issues.
      David LaPalomento committed
    • Forgot that time was being measured in ms so the throughput values were off by 1000. Changed reporting unit to MB/s and fixed the precision to 3 digits so it's not overwhelming.
      David LaPalomento committed
    • Replace more one-letter variables with more descriptive names.
      David LaPalomento committed
  2. 25 Oct, 2013 6 commits
  3. 24 Oct, 2013 18 commits
  4. 23 Oct, 2013 10 commits
  5. 22 Oct, 2013 1 commit
  6. 15 Jul, 2013 1 commit
    • Fix up a couple remaining issues with the HLS->FLV translation. At this point, we've validated that the generated file can be played back in VLC if you download it to your computer. Added another ts segment for testing purposes. Added unit testing that traverses the generated FLV and validates the tags are constructed correctly and seem consistent.
      David LaPalomento committed
  7. 11 Jul, 2013 1 commit