1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00
mp4-rust/src
emkman99 19e4eaa3c8
Extract esds box from wave box (#96)
* Extract esds from wave box

* Allow empty, multi-byte, and arbitrary NUL terminated strings

* Skip unsupported avc1 sub-boxes

* Fixed non-integer framerates

* Fixed bitrate calculation

* Fixed format issue

* Public read sample offset

* Fix lint warning.

---------

Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>
2023-08-02 21:13:58 -07:00
..
mp4box Extract esds box from wave box (#96) 2023-08-02 21:13:58 -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 Extract esds box from wave box (#96) 2023-08-02 21:13:58 -07:00
track.rs Extract esds box from wave box (#96) 2023-08-02 21:13:58 -07: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