1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-09-27 14:10:05 +00:00
Commit graph

52 commits

Author SHA1 Message Date
Luro02
f0d91c5e7c
fix rust_2018_idioms 2020-04-09 09:29:29 +02:00
Luro02
e187c9dc7c
improve readability 2020-03-28 10:46:07 +01:00
Luro02
20072c2695
implement missing traits 2020-03-25 16:13:40 +01:00
Luro02
42e1afaa47
change ExtXPlaylistType to PlaylistType 2020-03-25 12:17:03 +01:00
Luro02
a797e401ed
improve MasterPlaylist 2020-03-17 15:58:43 +01:00
Luro02
4e41585cbd
improve ExtXMedia 2020-03-17 15:39:07 +01:00
Luro02
6ef8182f2c
improvments to ExtXStart 2020-02-24 16:44:02 +01:00
Luro02
9273e6c16c
add must_use attributes 2020-02-24 16:30:43 +01:00
Luro02
c7419c864f
improve StreamData 2020-02-24 14:09:26 +01:00
Luro02
5304947885
various minor improvements 2020-02-21 20:45:23 +01:00
Luro02
a96367e3fa
improve tests #25 2020-02-16 17:14:28 +01:00
Luro02
8cced1ac53
some improvements 2020-02-14 13:05:18 +01:00
Luro02
e6f5091f1b
implement VariantStream 2020-02-10 13:20:39 +01:00
Luro02
1b0eb56224
remove unnecessary allocations 2020-02-06 12:27:48 +01:00
Luro02
e6a1103d24
rewrite Lines to reduce allocations 2020-02-02 14:33:57 +01:00
Luro02
006f36ff47
collect unsupported tags #36
closes #36
2020-02-02 13:50:56 +01:00
Luro02
27d94faec4
use shorthand #24 2020-02-02 13:38:11 +01:00
Luro02
ac80ac5c9d
switch error implementation #23
closes #23
2020-01-23 19:13:26 +01:00
Luro02
c53e9e33f1 added pretty_assertions
This will allow for better troubleshooting of failing test, because you 
don't have to search for the difference (between left and right). This 
is especially helpful for larger assertions.
2019-10-08 15:42:33 +02:00
Luro02
b18e6ea4fb use required_version! macro 2019-10-05 16:24:48 +02:00
Luro02
32876e1371 fix some clippy lints 2019-10-05 16:08:03 +02:00
Luro02
4ffd4350f8 improve documentation #31 2019-10-05 14:45:40 +02:00
Luro02
99493446eb Infallible errors
https://doc.rust-lang.org/std/convert/enum.Infallible.html
2019-10-05 13:15:42 +02:00
Luro02
f76b223482 made master playlist smarter 2019-10-05 12:49:08 +02:00
Luro02
5b44262dc8 minor changes 2019-10-05 09:44:23 +02:00
Luro02
4b4cffc248 fix #20 2019-10-04 11:02:21 +02:00
Luro02
5eca073a8c added rustfmt.toml 2019-10-03 18:04:10 +02:00
Luro02
6b717f97c2 more tests #25 + better docs #31 2019-10-03 18:01:53 +02:00
Luro02
81f9a421fe added RequiredVersion trait 2019-09-22 10:57:28 +02:00
Luro02
d240ac5c5e remove code duplication 2019-09-21 15:20:19 +02:00
Luro02
612c3d15be minor protocol_version fixes 2019-09-17 15:40:10 +02:00
Luro02
1d614d580a updated ExtXKey + ExtXSessionKey #9 2019-09-15 16:45:43 +02:00
Luro02
b954ae1134 remove all occurences of ref 2019-09-14 21:42:06 +02:00
Luro02
dd1a40abc9 added media_playlist builder 2019-09-14 21:08:35 +02:00
Luro02
b1aa512679 added master_playlist builder 2019-09-14 13:26:16 +02:00
Luro02
a2614b5aca added test 2019-09-14 12:34:34 +02:00
Luro02
273c0990dc Rewrote Lines 2019-09-14 11:57:56 +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
1966a7608d removed QuotedString 2019-09-08 11:30:52 +02:00
Luro02
211ce6e79a fixed spelling mistake + compiler warnings 2019-08-15 18:33:01 +02: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
8585016720 Apply rustfmt-0.99.1 2018-10-04 20:18:56 +09:00
Takeru Ohta
7b90d6d16e Apply clippy-v0.0.186 2018-02-15 05:23:19 +09:00
Takeru Ohta
cec25050b5 Rename module: s/tag/tags/ 2018-02-15 04:51:44 +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
93f6db8904 Add tag::master_playlist module 2018-02-14 18:57:15 +09:00
Takeru Ohta
987e26259f Add types module 2018-02-14 12:16:36 +09:00