1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-20 01:08:06 +00:00
Commit graph

11 commits

Author SHA1 Message Date
Ian Jun 8f56200dd0
Feature/writebox trait (#11)
* Add ReadBox trait

* Add boxtype macro

* Remove offset in BoxHeader

* Fix parsing error when box has largesize

* Remove duplicated codes reading version and flags

* Simplify all box size types as largesize

* Add WriteBox trait and improve compatibility with large box

* Split large atoms file into smaller ones

* Refator Error

Co-authored-by: Byungwan Jun <unipro.kr@gmail.com>
2020-07-28 09:36:17 -07:00
Alf 95fc64b811 0.4.3 2020-07-26 15:01:15 -07:00
Alf 8dfe751516 0.4.2 2020-07-24 20:02:32 -07:00
Alf e637fb761e 0.4.1 2020-06-04 23:12:49 -07:00
Alf f04ebb4b61 Add skip fn for skipping remaining bytes in a box. 2020-02-05 20:22:08 -08:00
Alf 67303df65e 0.3.0 2020-02-03 21:56:55 -08:00
Alf c4fa510f3a 0.2.0 2020-01-28 21:49:38 -08:00
Alf 2065b74afd Update package name to 'mp4'. 2020-01-12 19:51:25 -08:00
Alf 0ecbbd6385 Update package name. Forgot to update it in cargo.toml. 2020-01-12 19:48:03 -08:00
Alf 7c239e72a0 parse ftyp box 2020-01-09 22:26:08 -08:00
Alf 5d11bf9c78 Basic example of parsing mp4 atom boxes in rust. 2020-01-07 21:34:01 -08:00