1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-11 13:02:55 +00:00
Commit graph

43 commits

Author SHA1 Message Date
Takeru Ohta 5c2852c3ce Bump version to v0.4.1 2021-08-03 07:11:16 +09:00
Takeru Ohta 09227f124b Change the new version to v0.4.0 2020-08-15 16:01:19 +09:00
Takeru Ohta af92a94873 Bump version to v0.3.1 2020-08-15 13:08:21 +09:00
Luro02 e6588ab963
Fix a lot of clippy lints 2020-08-11 11:13:14 +02:00
Luro02 c4643c7083 Use Cow<'a, str> to reduce clones #52 2020-04-22 10:34:23 +02:00
Luro02 096957b167 Add stable-vec #52 2020-04-18 15:09:56 +02:00
Luro02 41d917e6f1
bump to version 0.3.0 2020-04-09 14:37:31 +02:00
Luro02 7a918d31bd
document crate features 2020-04-09 09:29:29 +02:00
Luro02 f0d91c5e7c
fix rust_2018_idioms 2020-04-09 09:29:29 +02:00
Luro02 41f81aebb3
add html_root_url 2020-04-09 09:29:17 +02:00
Luro02 899aea7fc1
finish documentation 2020-03-28 10:51:19 +01:00
Luro02 7a63c2dcf2
add builder module 2020-03-25 14:10:59 +01:00
Luro02 e338f5f95f
finer grained clippy lints 2020-03-08 10:00:39 +01:00
Luro02 6333a80507
minor improvements 2020-02-24 16:45:10 +01:00
Luro02 9273e6c16c
add must_use attributes 2020-02-24 16:30:43 +01:00
Luro02 3a388e3985
improvements to code 2020-02-10 13:21:48 +01:00
Luro02 e6a1103d24
rewrite Lines to reduce allocations 2020-02-02 14:33:57 +01:00
Luro02 048f09bd14
minor improvements 2020-01-26 13:12:19 +01:00
Luro02 448c331447
fix compilation 2020-01-23 17:57:57 +01:00
Luro02 b1c1ea8bdc minor changes + more tests #25 2019-10-06 16:39:18 +02:00
Luro02 b18e6ea4fb use required_version! macro 2019-10-05 16:24:48 +02:00
Luro02 4b4cffc248 fix #20 2019-10-04 11:02:21 +02:00
Luro02 6b717f97c2 more tests #25 + better docs #31 2019-10-03 18:01:53 +02:00
Luro02 dd1a40abc9 added media_playlist builder 2019-09-14 21:08:35 +02:00
Luro02 c8f3df1228 New Error type 2019-09-13 16:06:52 +02:00
Luro02 cf97a45f60 fixed clippy warnings 2019-09-08 12:23:33 +02:00
Luro02 3ecbbd9acb move tags into their own modules 2019-09-06 12:55:00 +02:00
Takeru Ohta 7767f47f21 Support up-to-date clippy 2019-03-31 19:00:02 +09:00
Takeru Ohta ab82edf119 Add MediaPlaylistOptions 2018-10-04 23:31:15 +09:00
Takeru Ohta 2effe63f4d Remove chrono for supporting wasm32-unknown-unknown compilation target 2018-02-15 21:01:38 +09:00
Takeru Ohta 7b90d6d16e Apply clippy-v0.0.186 2018-02-15 05:23:19 +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 d8822853ff Add tag::media_segment module 2018-02-14 16:12:50 +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 a3b1b67447 Add master_playlist module 2018-02-14 10:31:24 +09:00
Takeru Ohta 2111d047c3 Add media_playlist module 2018-02-14 00:25:33 +09:00
Takeru Ohta f5393cb209 Add media_segment module 2018-02-13 01:00:23 +09:00
Takeru Ohta c067448428 Initial commit 2018-02-11 15:10:52 +09:00