1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-20 01:08:06 +00:00
mp4-rust/src
⭐️NINIKA⭐️ c104047215
Allow Hdlr to be not the first in the Meta box (#95)
While the spec says that the hdlr box should be the first one, not all
implementations follow that. Actually look over all boxes in Meta to
find Hdlr.

Also add a test for such weirdly-formatted box

Change the way unknown MetaBox is stored: store a list of boxes instead
of raw bytes

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>
2023-07-28 20:43:13 -07:00
..
mp4box Allow Hdlr to be not the first in the Meta box (#95) 2023-07-28 20:43:13 -07:00
error.rs read metadata from udta (#77) 2022-07-20 19:05:38 -07:00
lib.rs Fix link to examples in docs (#97) 2023-03-29 00:04:51 -07:00
reader.rs Fix several overflows in box and track processing (#94) 2023-02-18 11:46:51 -08:00
track.rs Fix several overflows in box and track processing (#94) 2023-02-18 11:46:51 -08:00
types.rs Derive Default trait for DataType (#100) 2023-06-18 20:38:41 -07:00
writer.rs clippy: fix warnings from latest stable rust 1.67.0 (#93) 2023-01-30 20:33:32 -08:00