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

286 commits

Author SHA1 Message Date
Takeru Ohta
4f1c1fe32c Fix incorrect doc test {.should_panic} attribute 2024-09-06 21:35:11 +09:00
Takeru Ohta
8432c003d1
Merge pull request #74 from GnomedDev/fix-warnings
Fix warnings added over the last 3 years
2024-09-06 21:26:07 +09:00
GnomedDev
149c3b5c45
Fix warnings added over the last 3 years 2024-09-06 12:41:57 +01:00
Lucas
f5ddfed738
Merge pull request #72 from Luro02/ci
Remove miri from ci
2021-10-01 13:56:54 +02:00
Lucas
1c31d3835f remove miri from ci 2021-10-01 13:55:36 +02:00
Lucas
aa4728aaed
Merge pull request #71 from Luro02/ci
fix ci by running rustfmt on nightly
2021-10-01 13:40:05 +02:00
Lucas
ddb618f0d9 fix ci by running rustfmt on nightly 2021-10-01 13:39:17 +02:00
Lucas
6c3438a68f
Merge pull request #69 from Luro02/issue64
fix issue 64
2021-10-01 13:37:19 +02:00
Lucas
9ec0687f5e
Merge pull request #68 from Luro02/clippy
fix clippy lints
2021-10-01 13:36:57 +02:00
Lucas
4ba3fcf352
Merge pull request #70 from Luro02/ci
update ci to test code
2021-10-01 13:36:39 +02:00
Lucas
f7eaeea281 update ci to test code 2021-10-01 13:35:43 +02:00
Lucas
3a742a95b6 fix issue #64 2021-10-01 13:32:36 +02:00
Lucas
6c694d186d fix broken test 2021-10-01 13:32:19 +02:00
Lucas
c2c94f9352 fix clippy lints 2021-10-01 13:04:57 +02:00
Takeru Ohta
8bf28b75fa
Merge pull request #67 from sile/bump-to-v0.4.1
Bump version to v0.4.1
2021-08-03 07:13:10 +09:00
Takeru Ohta
5c2852c3ce Bump version to v0.4.1 2021-08-03 07:11:16 +09:00
Lucas
fc067c3293
merge pull request #66 from Luro02/master
fix compiler errors
2021-08-02 20:17:26 +02:00
Lucas
153c6e3e33 fix clippy error by implementing PartialOrd manually for UFloat and Float 2021-08-02 20:15:45 +02:00
Lucas
8ad21ec161 fix compiler errors 2021-08-02 20:05:11 +02:00
Takeru Ohta
23c799a88b
Merge pull request #63 from sile/fix-build-error-on-rustc-1.45.2
Fix build errors on rustc-1.45.2
2020-08-15 20:22:04 +09:00
Takeru Ohta
eff1e6783d Fix build errors on rustc-1.45.2 2020-08-15 17:19:27 +09:00
Takeru Ohta
42b5eb531b
Merge pull request #62 from sile/bump-to-v0.3.1
Bump version to v0.4.0
2020-08-15 17:07:42 +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
Lucas
68453ea54d
Merge pull request #61 from Luro02/master
Fix a lot of clippy lints
2020-08-11 11:14:13 +02:00
Luro02
e6588ab963
Fix a lot of clippy lints 2020-08-11 11:13:14 +02:00
Lucas
c343858860
Merge pull request #60 from Luro02/master
Fix issue #59 related to parsing the #EXT-X-DISCONTINUITY-SEQUENCE tag
2020-08-11 10:38:33 +02:00
Luro02
f98f12fa82
Fix #59 2020-08-11 10:36:44 +02:00
Luro02
e41105afdd
Fixed broken test 2020-08-11 09:45:21 +02:00
Lucas
7907f9b1f1
Merge pull request #57 from sile/0.3.1
Update master
2020-04-25 09:55:06 +02:00
Lucas
85df5c94ad
Merge branch 'master' into 0.3.1 2020-04-25 09:54:01 +02:00
Luro02
fe54e0b456 Fix #55 2020-04-25 09:50:31 +02:00
Luro02
c138f70738 Add issues directory 2020-04-25 09:50:31 +02:00
Luro02
fa3bb30c5c Add changelog.md 2020-04-22 10:34:23 +02:00
Luro02
c4643c7083 Use Cow<'a, str> to reduce clones #52 2020-04-22 10:34:23 +02:00
Luro02
2d6a49662d Add performance feature 2020-04-22 10:34:23 +02:00
Luro02
1a4813a1d1 Minor performance improvements in AttributePairs parsing 2020-04-18 15:09:56 +02:00
Luro02
ce04223ec4 Improve Benchmarks #51 2020-04-18 15:09:56 +02:00
Luro02
096957b167 Add stable-vec #52 2020-04-18 15:09:56 +02:00
Lucas
7e6da6224d
Merge pull request #51 from dholroyd/parser-benchmark
Add a parsing benchmark
2020-04-15 07:23:46 +02:00
David Holroyd
8c4ff3e399 Add a parsing benchmark 2020-04-14 22:54:11 +01:00
Takeru Ohta
8a1cfd86d0 Fix category name. 2020-04-10 09:13:44 +09:00
Takeru Ohta
413d5263a3 Add Luro02 to the author list. 2020-04-10 09:11:58 +09:00
Luro02
6d4e6051c4
fix license badge in readme.md 2020-04-09 14:55:21 +02:00
Luro02
41d917e6f1
bump to version 0.3.0 2020-04-09 14:37:31 +02:00
Lucas
1057c905bf
Merge pull request #44 from Luro02/master 2020-04-09 14:33:15 +02:00
Luro02
a085971c42
add cargo audit to github actions 2020-04-09 14:18:53 +02:00
npajkovsky
34df16f7d6
fix EXT-X-MEDIA DEFAULT=yes wrt AUTOSELECT (#1)
* fix EXT-X-MEDIA DEFAULT=yes wrt AUTOSELECT

In 4.3.4.1. EXT-X-MEDIA section about AUTOSELECT is written

   If the AUTOSELECT attribute is present, its value MUST be YES if
   the value of the DEFAULT attribute is YES.

That means, that if DEFAULT is YES and AUTOSELECT is *not present*, it
ok.

Before the patch, incorrect error is emitted

  If `DEFAULT` is true, `AUTOSELECT` has to be true too, Default:
  Some(true), Autoselect: None!

Signed-off-by: Nikola Pajkovsky <nikola.pajkovsky@livesporttv.cz>

* update src/tags/master_playlist/media.rs

Co-authored-by: Nikola Pajkovsky <nikola.pajkovsky@livesporttv.cz>
Co-authored-by: Lucas <24826124+Luro02@users.noreply.github.com>
2020-04-09 14:12:16 +02:00
Luro02
fdc3442bb6
minor improvements to documentation 2020-04-09 10:50:41 +02:00
Luro02
ec0b5cdb21
improve rustfmt.toml 2020-04-09 09:29:29 +02:00