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
ninthakeey eedccec776
Example/mp4sample supports fragmented mp4 (#46)
* feat: mvex box中的mehd box改为可选,支持fmp4的解析

* feat: example/mp4sample supports fragmented mp4

* feat: utilize function sample_count(), extract duplicated codes as a new function

* feat: field data_offset in TrunBox is optional

* feat: remove an ".expect()"

* feat: remove an ".expect()"

* chore: re-style code
2021-01-28 19:52:35 -08:00
..
mp4box Example/mp4sample supports fragmented mp4 (#46) 2021-01-28 19:52:35 -08:00
error.rs Fragmented tracks (#31) 2020-09-14 18:05:34 -07:00
lib.rs 0.7.1 2020-11-23 13:55:31 -08:00
reader.rs Fragmented tracks (#31) 2020-09-14 18:05:34 -07:00
track.rs Example/mp4sample supports fragmented mp4 (#46) 2021-01-28 19:52:35 -08:00
types.rs Store 4 bytes in FourCC instead of a String (#45) 2021-01-27 18:51:03 -08:00
writer.rs Update and add example for Mp4Writer<W>.into_writer. 2021-01-27 18:53:24 -08:00