summaryrefslogtreecommitdiff
path: root/vendor/github.com/abema/go-mp4/probe.go
AgeCommit message (Collapse)AuthorFiles
2023-07-27[chore] update go-mp4 to latest commit (#2028)Libravatar Dominik Süß1
This adds support for probing mp4 files with a co64 box instead of an stco box, which is the case for videos recorded on newer android devices.
2022-12-17[feature] Enable basic video support (mp4 only) (#1274)Libravatar tobi1
* [feature] basic video support * fix missing semicolon * replace text shadow with stacked icons Co-authored-by: f0x <f0x@cthu.lu>