1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-18 08:22:59 +00:00

Commit graph

  • 9b668dfd9e fix Luro02 2019-09-28 13:25:17 +0200
  • 3c8d325599 more codecov Luro02 2019-09-28 13:23:59 +0200
  • cc5eb14dc6 added cache Luro02 2019-09-27 16:39:50 +0200
  • d8d7f06bf4 temp speedup Luro02 2019-09-27 16:12:29 +0200
  • b4c5d16ce9 changed travis Luro02 2019-09-27 16:10:45 +0200
  • a82b7c4e42 speed up Luro02 2019-09-27 16:08:12 +0200
  • c9e9b501d0 update travis.yml Luro02 2019-09-27 15:51:10 +0200
  • 02d76a5a79 travis Luro02 2019-09-27 15:37:23 +0200
  • e7ab10747d fix codecov Luro02 2019-09-27 15:17:42 +0200
  • dee36deb1c add token and disable jobs (temporary) Luro02 2019-09-27 15:07:20 +0200
  • 2b24cf32d3 fix build Luro02 2019-09-27 14:52:02 +0200
  • cdd2e8ff66 minor changes Luro02 2019-09-27 14:51:08 +0200
  • b38d00e334 added grcov action Luro02 2019-09-27 14:36:37 +0200
  • d845598b43 more tests Luro02 2019-09-27 14:30:46 +0200
  • 8368df0c90 more tests Luro02 2019-09-25 19:48:50 +0200
  • 35592584ee more tests #25 Luro02 2019-09-25 18:49:25 +0200
  • 565fd114b0 increase codecov Luro02 2019-09-25 16:50:50 +0200
  • 09c578d675 Revert "use grcov" Luro02 2019-09-25 16:41:37 +0200
  • 9dffaa5133 use grcov Luro02 2019-09-25 16:07:13 +0200
  • fa0bc4902e fix clippy lints Luro02 2019-09-22 20:33:40 +0200
  • b197d5fbd7
    Merge pull request #34 from Luro02/master Lucas 2019-09-22 18:02:42 +0200
  • 0c4fa008e6 more documentation #31 + tests #25 #34 Luro02 2019-09-22 18:00:38 +0200
  • 3240417304 replaced builder with derive_builder #14 Luro02 2019-09-22 12:56:28 +0200
  • 81f9a421fe added RequiredVersion trait Luro02 2019-09-22 10:57:28 +0200
  • ed64ed15d3
    Merge pull request #33 from Luro02/master Lucas 2019-09-21 15:23:39 +0200
  • b2c9f2db36 Merge branch 'master' of https://github.com/Luro02/hls_m3u8 #33 Luro02 2019-09-21 15:21:10 +0200
  • d240ac5c5e remove code duplication Luro02 2019-09-21 15:20:19 +0200
  • cdab47ad35 minor changes Luro02 2019-09-21 13:24:05 +0200
  • d04f9c2dc7
    Merge pull request #32 from Luro02/master Lucas 2019-09-21 13:11:23 +0200
  • 60ae8c5e60
    Update rust.yml #32 Lucas 2019-09-21 13:10:55 +0200
  • 56f8d10f38
    Merge pull request #30 from Luro02/master Lucas 2019-09-21 12:32:49 +0200
  • 71361ff328 remove url #21 #30 Luro02 2019-09-21 12:11:36 +0200
  • ea75128aee remove getset #19 Luro02 2019-09-21 11:53:34 +0200
  • 0900d7e56b improved session_data docs + tests Luro02 2019-09-21 11:04:45 +0200
  • 720dc32474 fixed test Luro02 2019-09-21 08:47:52 +0200
  • fb44c8803d
    Merge pull request #17 from Luro02/master Lucas 2019-09-17 18:50:38 +0200
  • 612c3d15be minor protocol_version fixes #17 Luro02 2019-09-17 15:40:10 +0200
  • e55113e752 readded decryption_key Luro02 2019-09-17 14:45:10 +0200
  • 5486c5e830 cleanup imports Luro02 2019-09-15 19:09:48 +0200
  • b932cef71a internalize signed_decimal_floating_point #9 Luro02 2019-09-15 19:01:56 +0200
  • 42469275d3 internalize decimal_floating_point #9 Luro02 2019-09-15 18:54:25 +0200
  • fd66f8b4ef remove decryption_key #9 Luro02 2019-09-15 16:47:35 +0200
  • 1d614d580a updated ExtXKey + ExtXSessionKey #9 Luro02 2019-09-15 16:45:43 +0200
  • db6961d19f parse dates with chrono #9 Luro02 2019-09-15 12:51:51 +0200
  • fa96a76ca9 parse Urls #9 Luro02 2019-09-15 11:25:41 +0200
  • c28d6963a6 removed SingleLineString #9 Luro02 2019-09-15 11:05:22 +0200
  • 6ffbe50322 internalized DecimalResolution #9 Luro02 2019-09-15 10:51:04 +0200
  • 3acf67df6a added more tests Luro02 2019-09-15 10:40:45 +0200
  • b954ae1134 remove all occurences of ref Luro02 2019-09-14 21:42:06 +0200
  • 51b66d2adf added media_segment builder Luro02 2019-09-14 21:21:44 +0200
  • dd1a40abc9 added media_playlist builder Luro02 2019-09-14 21:08:35 +0200
  • b1aa512679 added master_playlist builder Luro02 2019-09-14 13:26:16 +0200
  • a2614b5aca added test Luro02 2019-09-14 12:34:34 +0200
  • 7483f49fe9 fix bug Luro02 2019-09-14 12:29:54 +0200
  • 273c0990dc Rewrote Lines Luro02 2019-09-14 11:57:56 +0200
  • 3721106795 Rewrote AttributePairs Luro02 2019-09-14 11:31:16 +0200
  • c8f3df1228 New Error type Luro02 2019-09-13 16:06:52 +0200
  • 1a35463185 updated parser Luro02 2019-09-10 11:05:20 +0200
  • de8f92508d Bump version to v0.2.1 0.2.1 0.2.1 Takeru Ohta 2019-09-09 20:16:30 +0900
  • f51ba2bb1c Update README.md Takeru Ohta 2019-09-09 20:16:13 +0900
  • 230128bb8e
    Merge pull request #16 from sile/add-apache-lisence Takeru Ohta 2019-09-09 20:14:36 +0900
  • b2f836a445 Add Apache 2.0 license #16 Takeru Ohta 2019-09-09 20:05:27 +0900
  • 91c6698f16 added more tests Luro02 2019-09-08 12:49:22 +0200
  • cf97a45f60 fixed clippy warnings Luro02 2019-09-08 12:23:33 +0200
  • 1966a7608d removed QuotedString Luro02 2019-09-08 11:30:52 +0200
  • 861e7e4b74
    Merge pull request #12 from Luro02/declutter Takeru Ohta 2019-09-08 11:12:39 +0900
  • fe032ee984 added tests #12 Luro02 2019-09-06 13:46:21 +0200
  • cb27640867 rustfmt code Luro02 2019-09-06 13:21:05 +0200
  • 5da2fa8104 move types into their own files Luro02 2019-09-06 13:20:40 +0200
  • 3ecbbd9acb move tags into their own modules Luro02 2019-09-06 12:55:00 +0200
  • 786a90e248 removed unused dependency #11 Luro02 2019-09-03 08:57:05 +0200
  • b948ba4b3c fixed ci tests (temporary solution) Luro02 2019-09-03 08:06:30 +0200
  • 9b046e3c6c added source link Luro02 2019-09-02 14:19:11 +0200
  • 0df08f32ab major rewrite of the library Luro02 2019-09-02 14:15:20 +0200
  • 4324cb79d0 Bump version to v0.2.0 0.2.0 0.2.0 Takeru Ohta 2019-08-16 06:56:13 +0900
  • 5a231199d6
    Merge pull request #7 from Luro02/master Takeru Ohta 2019-08-16 06:54:52 +0900
  • 211ce6e79a fixed spelling mistake + compiler warnings #7 Luro02 2019-08-15 18:33:01 +0200
  • 8034d543b8 Bump version to v0.1.4 0.1.4 Takeru Ohta 2019-06-15 18:52:16 +0900
  • a304ac0a2f
    Merge pull request #5 from unipro/master Takeru Ohta 2019-06-15 18:51:09 +0900
  • 788138903f Fix EXTINF and URI displaying bug #5 Ian Jun 2019-05-20 07:01:01 +0000
  • 7767f47f21 Support up-to-date clippy Takeru Ohta 2019-03-31 19:00:02 +0900
  • 02d7c80b2b Switch to 2018-edition Takeru Ohta 2019-03-31 18:58:11 +0900
  • 625d037b27 Apply rustfmt-1.0.0 Takeru Ohta 2019-03-31 18:54:21 +0900
  • 405d71ea33 fixed floating ad pod duration value #3 Dmitry Kasimtsev 2018-11-14 13:43:29 +0200
  • cd5868e705 added cue-in, cue-out, stubbed SCTE-OUT Dmitry Kasimtsev 2018-11-06 00:16:14 +0200
  • ac57417cc7 Update README.md Takeru Ohta 2018-10-11 00:41:20 +0900
  • c66fcd9178 Bump version to v0.1.3 0.1.3 Takeru Ohta 2018-10-11 00:36:55 +0900
  • 3122949384 Fix the unexpected panic reported by #2 Takeru Ohta 2018-10-11 00:35:24 +0900
  • 807b73a701 Bump version to v0.1.2 0.1.2 Takeru Ohta 2018-10-04 23:34:34 +0900
  • ab82edf119 Add MediaPlaylistOptions Takeru Ohta 2018-10-04 22:59:23 +0900
  • 24a6ff9851 Apply clippy-0.0.212 Takeru Ohta 2018-10-04 22:10:53 +0900
  • 8585016720 Apply rustfmt-0.99.1 Takeru Ohta 2018-10-04 20:18:56 +0900
  • c0597a2e5b Bump version to v0.1.1 0.1.1 Takeru Ohta 2018-02-23 14:40:49 +0900
  • 1547d3329b Fix text case for ExtXMap Takeru Ohta 2018-02-20 17:33:04 +0900
  • 0b04431d49 Fix handling of BYTERANGE attribute Takeru Ohta 2018-02-20 17:22:48 +0900
  • 2b5a79b648 Fix attribute value parsing bug Takeru Ohta 2018-02-18 23:36:52 +0900
  • 2effe63f4d Remove chrono for supporting wasm32-unknown-unknown compilation target Takeru Ohta 2018-02-15 21:01:38 +0900
  • 63862078db Update Cargo.toml 0.1.0 Takeru Ohta 2018-02-15 05:27:06 +0900
  • c392170b2a Update README.md Takeru Ohta 2018-02-15 05:26:52 +0900
  • d97b737420 Add LICENSE Takeru Ohta 2018-02-15 05:23:58 +0900