1. 19 Dec, 2013 1 commit
  2. 18 Dec, 2013 2 commits
    • Split parsing into tokenization and a very liberal parser. After this, an "interpreter" needs to be created to build an object representation of the manifest based on the events emitted by the parser. Higher-level manifest tests are broken until that interpreter is written.
      David LaPalomento committed
    • Add the peg parser generation step to the gruntfile. Include the generated parser in the test harness page. Update many of the m3u8 tests to work with the new parser. There are a number of tests still failing. I believe this is because parts of the grammar are not sufficiently flexible to handle some optional parameters. For instance, #EXT-X-BYTE-RANGE is being glommed incorrectly into the #EXTINF definition and that's throwing off parsing. This commit is a progress checkpoint; things are definitely not working correctly.
      David LaPalomento committed
  3. 16 Dec, 2013 2 commits
  4. 13 Dec, 2013 1 commit
  5. 12 Dec, 2013 10 commits
  6. 11 Dec, 2013 8 commits
  7. 10 Dec, 2013 1 commit
    • Generate the parser file via 'npm run peg'.
      There is a simple test script in test/pegtest.js.
      The test can be run via 'npm run testpeg' which will generate a new copy
      of the parser and then run the test file.
      Gary Katsevman committed
  8. 01 Dec, 2013 1 commit
  9. 19 Nov, 2013 2 commits
  10. 18 Nov, 2013 4 commits
  11. 31 Oct, 2013 4 commits
  12. 30 Oct, 2013 4 commits