84 Commits (98b9588143b1173268d7069b1f8ab4ae6d2e8089)
 

Author SHA1 Message Date
David LaPalomento 98b9588143 Move to a handrolled parser 12 years ago
David LaPalomento 9fa0bf90cd Integrate peg-based parser into qunit tests 12 years ago
Gary Katsevman 3f975913a5 make it export to both variable and module 12 years ago
Gary Katsevman 0551eba5fc abstract some functionality into a shared function 12 years ago
Gary Katsevman 4b1e49f145 we don't need to track lines and columns 12 years ago
Gary Katsevman 4aab34ddea switch to forEach to reduce for main return 12 years ago
Gary Katsevman 7865c57382 Rename renditions back to playlists. 12 years ago
Gary Katsevman fc460bd222 make attribute lists return a proper object 12 years ago
Gary Katsevman 61f4ce1281 have enumarted strings return proper objects 12 years ago
Gary Katsevman b98df9db74 fix the rest of the attribute lists 12 years ago
Gary Katsevman be2c5fbd70 fix stream-inf attribute list 12 years ago
Gary Katsevman 27e3c2c6a3 ignore vim swp files 12 years ago
Gary Katsevman e59acf8333 Add PROGRAM-ID to stream-inf attributes 12 years ago
Gary Katsevman c13eb88e86 Make output object more inline with current object 12 years ago
Gary Katsevman a4c153286a Make comments, segments, and renditions arrays. 12 years ago
Gary Katsevman a45f4685c1 Handle optional extinf desc properly 12 years ago
Gary Katsevman c815165fa3 fix fractions 12 years ago
Gary Katsevman 67bdb0e12c handle optional extinf title properly 12 years ago
Gary Katsevman e53563eed4 Add comment support. Rename tags to tag. 12 years ago
Gary Katsevman 2b978132ca Change output format for extinf. 12 years ago
Gary Katsevman d8b4d3e197 enumerate media types 12 years ago
Gary Katsevman abfa2d7af9 Add whitespace between byteRange & file for extinf 12 years ago
Gary Katsevman c0c02539e0 no need for enumeratedString rule 12 years ago
Gary Katsevman 37b01102bb Add m3u8.pegjs. 12 years ago
Lee Whitaker 0201bdab8d Initial tests for allow_cache, extinf, mediasequence, and byterange. 12 years ago
Lee Whitaker 7452d79264 install the grunt client as part of travisCI flow 12 years ago
Lee Whitaker 8da6ac576a use npm version of media-sources 12 years ago
Lee Whitaker 7e347ede6a Fixup .travis.yml file. 12 years ago
Lee Whitaker 858b3db834 Add travisci hook. Fix some jshint issues. 12 years ago
Lee Whitaker 81c90a70d8 Use handelbars to make templates for the manifest files. Add tests for media_sequence, playlist_type, and target_duration. 12 years ago
Lee Whitaker 975a1b5ead Move manifest parsing tests into their own test file. 12 years ago
David LaPalomento 7c5d2ac469 Get rid of unused example HTML page 12 years ago
David LaPalomento 1e7cdb7f81 Update name 12 years ago
David LaPalomento bcf7700a5d Update dependency name 12 years ago
David LaPalomento c1a0df0af7 Merge pull request #11 from sheffernan/patch-1 12 years ago
sheffernan 0422f584ac Update to videojs org repo 12 years ago
David LaPalomento fa5d66de91 Merge pull request #10 from dlapalomento/hotfix/manifest-test 12 years ago
Lee Whitaker 021f4911d4 Fix the tests. Only manifests with the X-STREAM_INF tag should be considered a playlist file. 12 years ago
David LaPalomento 4b96b9ca18 Merge pull request #8 from dlapalomento/feature/perf-fixes 12 years ago
David LaPalomento 961e0073f4 Use the local bip-bop file in the example page 12 years ago
David LaPalomento daa419b4a2 Tweak the segment parser to avoid shifts 12 years ago
David LaPalomento cfb6c4198f Use 3-byte end object tag 12 years ago
David LaPalomento e8e9240965 Fix throughput calc and units 12 years ago
David LaPalomento 45cb15c6cb Use more descriptive variables 12 years ago
David LaPalomento 31680bd474 Don't try to run perf.html as a qunit test 12 years ago
David LaPalomento 54069f40eb Add throughput column 12 years ago
David LaPalomento 0eec9a259b Grow flv-tag buffer when needed. Optimize double metadata tags 12 years ago
David LaPalomento 0acf0d034a Add performance test page 12 years ago
David LaPalomento 89d286d18b Grow the internal array if an FLV tag needs more than 16k 12 years ago
David LaPalomento 64f30e95a4 Merge pull request #7 from tojohnson/hotfixes 12 years ago