Skip to content

Commit

Permalink
Major rework, fix parsing (#22)
Browse files Browse the repository at this point in the history
* WIP Fix spaghetti parsing, closes #16 
* Major rework, use deku for parsing
* Move indexes constants
* Bump to 0.3.0
  • Loading branch information
quietvoid authored Oct 17, 2020
1 parent 02a2e0d commit 62813b8
Show file tree
Hide file tree
Showing 12 changed files with 1,983 additions and 2,258 deletions.
20 changes: 8 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
[package]
name = "hdr10plus_parser"
version = "0.2.9"
version = "0.3.0"
authors = ["quietvoid"]
edition = "2018"
license = "MIT"

[lib]
name = "tests"
path = "src/lib.rs"

[dependencies]
structopt = "0.3.11"
bitreader = "0.3.2"
serde = "1.0.104"
serde_json = "1.0.48"
indicatif = "0.14.0"
structopt = "0.3.20"
serde = "1.0.117"
serde_json = "1.0.59"
indicatif = "0.15.0"
read-byte-slice = "0.1.2"
regex = "1.3.5"
ansi_term = "*"
regex = "1.4.1"
ansi_term = "0.12.1"
deku = "0.8.0"
Binary file modified assets/ToS-s15.h265
Binary file not shown.
Binary file added assets/ToS-s57.h265
Binary file not shown.
Binary file added assets/ToS-s58.h265
Binary file not shown.
Binary file added assets/ToS-s59.h265
Binary file not shown.
Loading

0 comments on commit 62813b8

Please sign in to comment.