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

283 commits

Author SHA1 Message Date
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 048f09bd14
minor improvements 2020-01-26 13:12:19 +01:00
Luro02 a777f74cfa
refactor attribute parsing to comply with #26 2020-01-26 13:11:57 +01:00
Luro02 e156f6e3fd
improve ExtXMedia 2020-01-25 12:26:20 +01:00
Lucas ae43982d0b
Merge pull request #41 from unipro/master
fix rfc8216_8-7.m3u8 parsing bug
2020-01-23 19:29:47 +01:00
Lucas 1876adbaf8
Merge branch 'master' into master 2020-01-23 19:28:30 +01:00
Luro02 ac80ac5c9d
switch error implementation #23
closes #23
2020-01-23 19:13:26 +01:00
Luro02 448c331447
fix compilation 2020-01-23 17:57:57 +01:00
Lucas aa9dbc7b71
Merge pull request #39 from Luro02/master
Lots of changes.
2020-01-23 07:05:01 +01:00
Ian Jun 91ca70687b fix rfc8216_8-7.m3u8 parsing bug 2019-11-28 06:30:12 +00:00
Luro02 73d9eb4f79 minor changes 2019-10-12 11:38:28 +02: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 e75153ec5e fix backwards compatibility 2019-10-06 17:30:24 +02:00
Luro02 c8020ede8e update dependencies 2019-10-06 17:30:05 +02:00
Luro02 b1c1ea8bdc minor changes + more tests #25 2019-10-06 16:39:18 +02:00
Luro02 3dad1277ca implemented ExtXDateRange 2019-10-06 16:37:14 +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 8d1ed6372b removed Eq implementation
f64 and f32 don't implement Eq for a reason!
For example this comparison `1.0 + 2.0 == 3.0` is false for floats, even 
though it should be true!
2019-10-05 13:23:41 +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 f96207c93e remove draft content 2019-10-04 11:19:03 +02:00
Luro02 4b4cffc248 fix #20 2019-10-04 11:02:21 +02:00
Lucas ebddb7a0e2
Merge pull request #38 from Luro02/backup
more tests #25 + better docs #31
2019-10-03 18:06:43 +02:00
Luro02 d2d2782cb0 switch rustfmt to nightly 2019-10-03 18:04:10 +02:00
Luro02 5eca073a8c added rustfmt.toml 2019-10-03 18:04:10 +02:00
Luro02 06a30d7704 added cargo-audit to travis 2019-10-03 18:04:10 +02:00
Luro02 93283f61f1 more tests #25 + better docs #31 2019-10-03 18:04:10 +02:00
Luro02 6b717f97c2 more tests #25 + better docs #31 2019-10-03 18:01:53 +02:00
Lucas b197d5fbd7
Merge pull request #34 from Luro02/master
Documentation Improvements + more tests
2019-09-22 18:02:42 +02:00
Luro02 0c4fa008e6 more documentation #31 + tests #25 2019-09-22 18:00:38 +02:00
Luro02 3240417304 replaced builder with derive_builder #14 2019-09-22 12:56:28 +02:00
Luro02 81f9a421fe added RequiredVersion trait 2019-09-22 10:57:28 +02:00
Lucas ed64ed15d3
Merge pull request #33 from Luro02/master
Some changes
2019-09-21 15:23:39 +02:00
Luro02 b2c9f2db36 Merge branch 'master' of https://github.com/Luro02/hls_m3u8 2019-09-21 15:21:10 +02:00
Luro02 d240ac5c5e remove code duplication 2019-09-21 15:20:19 +02:00
Luro02 cdab47ad35 minor changes 2019-09-21 13:24:05 +02:00
Lucas d04f9c2dc7
Merge pull request #32 from Luro02/master
Update rust.yml
2019-09-21 13:11:23 +02:00
Lucas 60ae8c5e60
Update rust.yml 2019-09-21 13:10:55 +02:00
Lucas 56f8d10f38
Merge pull request #30 from Luro02/master
remove getset and url
2019-09-21 12:32:49 +02:00
Luro02 71361ff328 remove url #21 2019-09-21 12:11:36 +02:00
Luro02 ea75128aee remove getset #19 2019-09-21 11:53:34 +02:00
Luro02 0900d7e56b improved session_data docs + tests 2019-09-21 11:04:45 +02:00
Luro02 720dc32474 fixed test 2019-09-21 08:47:52 +02:00
Lucas fb44c8803d
Merge pull request #17 from Luro02/master
Lots of changes
2019-09-17 18:50:38 +02:00
Luro02 612c3d15be minor protocol_version fixes 2019-09-17 15:40:10 +02:00
Luro02 e55113e752 readded decryption_key 2019-09-17 14:45:10 +02:00