1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-18 16:28:20 +00:00
Commit graph

57 commits

Author SHA1 Message Date
Takeru Ohta b2f836a445 Add Apache 2.0 license 2019-09-09 20:05:27 +09:00
Takeru Ohta 861e7e4b74
Merge pull request #12 from Luro02/declutter
Added some tests and moved types + tags into separate folders
2019-09-08 11:12:39 +09:00
Luro02 fe032ee984 added tests 2019-09-06 13:46:21 +02:00
Luro02 cb27640867 rustfmt code 2019-09-06 13:21:05 +02:00
Luro02 5da2fa8104 move types into their own files 2019-09-06 13:20:40 +02:00
Luro02 3ecbbd9acb move tags into their own modules 2019-09-06 12:55:00 +02:00
Takeru Ohta 4324cb79d0 Bump version to v0.2.0 2019-08-16 06:56:13 +09:00
Takeru Ohta 5a231199d6
Merge pull request #7 from Luro02/master
fixed spelling mistake + compiler warnings
2019-08-16 06:54:52 +09:00
Luro02 211ce6e79a fixed spelling mistake + compiler warnings 2019-08-15 18:33:01 +02:00
Takeru Ohta 8034d543b8 Bump version to v0.1.4 2019-06-15 18:52:16 +09:00
Takeru Ohta a304ac0a2f
Merge pull request #5 from unipro/master
Fix EXTINF and URI displaying bug
2019-06-15 18:51:09 +09:00
Ian Jun 788138903f Fix EXTINF and URI displaying bug 2019-05-20 07:01:01 +00:00
Takeru Ohta 7767f47f21 Support up-to-date clippy 2019-03-31 19:00:02 +09:00
Takeru Ohta 02d7c80b2b Switch to 2018-edition 2019-03-31 18:58:11 +09:00
Takeru Ohta 625d037b27 Apply rustfmt-1.0.0 2019-03-31 18:54:21 +09:00
Takeru Ohta ac57417cc7 Update README.md 2018-10-11 00:41:20 +09:00
Takeru Ohta c66fcd9178 Bump version to v0.1.3 2018-10-11 00:36:55 +09:00
Takeru Ohta 3122949384 Fix the unexpected panic reported by #2 2018-10-11 00:35:24 +09:00
Takeru Ohta 807b73a701 Bump version to v0.1.2 2018-10-04 23:34:34 +09:00
Takeru Ohta ab82edf119 Add MediaPlaylistOptions 2018-10-04 23:31:15 +09:00
Takeru Ohta 24a6ff9851 Apply clippy-0.0.212 2018-10-04 22:10:53 +09:00
Takeru Ohta 8585016720 Apply rustfmt-0.99.1 2018-10-04 20:18:56 +09:00
Takeru Ohta c0597a2e5b Bump version to v0.1.1 2018-02-23 14:40:49 +09:00
Takeru Ohta 1547d3329b Fix text case for ExtXMap 2018-02-20 17:33:04 +09:00
Takeru Ohta 0b04431d49 Fix handling of BYTERANGE attribute 2018-02-20 17:22:48 +09:00
Takeru Ohta 2b5a79b648 Fix attribute value parsing bug 2018-02-18 23:36:52 +09:00
Takeru Ohta 2effe63f4d Remove chrono for supporting wasm32-unknown-unknown compilation target 2018-02-15 21:01:38 +09:00
Takeru Ohta 63862078db Update Cargo.toml 2018-02-15 05:27:06 +09:00
Takeru Ohta c392170b2a Update README.md 2018-02-15 05:26:52 +09:00
Takeru Ohta d97b737420 Add LICENSE 2018-02-15 05:23:58 +09:00
Takeru Ohta 7b90d6d16e Apply clippy-v0.0.186 2018-02-15 05:23:19 +09:00
Takeru Ohta 0210fce925 Add ExtXMediaBuilder 2018-02-15 05:16:37 +09:00
Takeru Ohta 4315081ff1 Add documentation 2018-02-15 04:55:28 +09:00
Takeru Ohta cec25050b5 Rename module: s/tag/tags/ 2018-02-15 04:51:44 +09:00
Takeru Ohta 1434e6606b Refactor media_segment module 2018-02-15 04:47:44 +09:00
Takeru Ohta c2b1dd6a45 Refactor media_playlist module 2018-02-15 04:18:02 +09:00
Takeru Ohta bddd211045 Refactor master_playlist module 2018-02-15 03:29:36 +09:00
Takeru Ohta 0fdcf41732 Refactor line module 2018-02-15 00:50:57 +09:00
Takeru Ohta 32b262713e Refactor attribute module 2018-02-15 00:24:35 +09:00
Takeru Ohta 9f6d4e7ed7 Refactor types module 2018-02-14 23:12:55 +09:00
Takeru Ohta 80537c3e43 Add tag::media_or_master_playlist module 2018-02-14 19:24:39 +09:00
Takeru Ohta 93f6db8904 Add tag::master_playlist module 2018-02-14 18:57:15 +09:00
Takeru Ohta 27d152fc53 Add .travis.yml 2018-02-14 16:45:16 +09:00
Takeru Ohta 0e4d65c4ef Add tag::media_playlist module 2018-02-14 16:44:28 +09:00
Takeru Ohta d8822853ff Add tag::media_segment module 2018-02-14 16:12:50 +09:00
Takeru Ohta fc4a0df2f2 Fix test 2018-02-14 12:30:19 +09:00
Takeru Ohta 987e26259f Add types module 2018-02-14 12:16:36 +09:00
Takeru Ohta 2690f2b1eb Add documentation 2018-02-14 12:00:41 +09:00
Takeru Ohta 761360c0d3 Add tag/basic module 2018-02-14 12:00:19 +09:00
Takeru Ohta a3b1b67447 Add master_playlist module 2018-02-14 10:31:24 +09:00