1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-06-02 13:39:27 +00:00
Commit graph

269 commits

Author SHA1 Message Date
Luro02 dae826b4e5
improve (U)Float 2020-02-24 12:19:37 +01:00
Luro02 88a5fa4460
improve Channels 2020-02-23 23:19:54 +01:00
Luro02 03b0d2cf0c
remove cargo deny action 2020-02-23 19:00:03 +01:00
Luro02 e1c10d27f7
improve code coverage of (U)Float 2020-02-23 18:57:13 +01:00
Luro02 5972216323
improve documentation and tests of ByteRange 2020-02-23 18:56:41 +01:00
Luro02 651db2e18b
fix ci 2020-02-23 18:53:47 +01:00
Luro02 a8c788f4d2
improve documentation and tests of ExtXSessionData 2020-02-21 22:06:09 +01:00
Luro02 8948f9914b
improve documentation of ExtXVersion 2020-02-21 21:11:51 +01:00
Luro02 5304947885
various minor improvements 2020-02-21 20:45:23 +01:00
Luro02 f404e68d1c
add VariantStream::is_associated 2020-02-21 20:45:18 +01:00
Luro02 070a62f9ad
improvements to ClosedCaptions 2020-02-21 20:42:44 +01:00
Luro02 30e8009af1
fix Float and UFloat 2020-02-21 20:42:14 +01:00
Luro02 86bb573c97
various improvements to InStreamId 2020-02-21 20:41:31 +01:00
Luro02 c39d104137
remove DecryptionKey 2020-02-21 10:45:04 +01:00
Luro02 a96367e3fa
improve tests #25 2020-02-16 17:14:28 +01:00
Luro02 d3c238df92
impl Ord, Eq and Hash for (U)Float 2020-02-16 17:09:40 +01:00
Luro02 b54b17df73
fix key parsing and printing 2020-02-16 12:51:49 +01:00
Luro02 b2c997d04d
remove _tag suffix from MediaSegment fields 2020-02-16 12:50:52 +01:00
Luro02 8cced1ac53
some improvements 2020-02-14 13:05:18 +01:00
Luro02 25f9691c75
improve error 2020-02-14 13:01:42 +01:00
Luro02 94d85d922f
fix github actions 2020-02-10 13:54:51 +01:00
Luro02 9b61f74b9d
fix documentation 2020-02-10 13:51:37 +01:00
Luro02 3a388e3985
improvements to code 2020-02-10 13:21:48 +01:00
Luro02 e6f5091f1b
implement VariantStream 2020-02-10 13:20:39 +01:00
Luro02 90ff18e2b3
implement Float and UFloat 2020-02-10 13:13:41 +01:00
Luro02 101878a083
improvements to error 2020-02-10 12:47:01 +01:00
Luro02 9cc162ece7
format Cargo.toml 2020-02-10 12:46:22 +01:00
Luro02 acbe7e73da
disable examples 2020-02-10 12:45:58 +01:00
Luro02 ec07e6b64c
improve travis 2020-02-08 10:45:48 +01:00
Luro02 4e298f76ef
use cargo deny 2020-02-08 10:45:26 +01:00
Luro02 66c0b8dd0c
improve Iterator types 2020-02-06 17:02:44 +01:00
Luro02 5de47561b1
some minor improvements 2020-02-06 12:28:54 +01:00
Luro02 1b0eb56224
remove unnecessary allocations 2020-02-06 12:27:48 +01:00
Luro02 aae3809545
remove Copy trait from Lines
Copy should not be implemented for types that implement Iterator, 
because this would be confusing.

https://rust-lang.github.io/rust-clippy/master/#copy_iterator
2020-02-06 12:24:40 +01:00
Luro02 2471737455
update dependencies 2020-02-02 15:23:47 +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 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