Age | Commit message (Expand) | Author |
---|---|---|
2022-11-25 | LibVideo: Implement Matroska Cues for faster keyframe lookup | Zaggy1024 |
2022-11-25 | LibVideo: Calculate Block timestamps for Matroska according to spec | Zaggy1024 |
2022-11-25 | LibVideo: Implement Matroska keyframe search for when there are no Cues | Zaggy1024 |
2022-11-25 | LibVideo: Read Matroska lazily so that large files can start quickly | Zaggy1024 |
2022-11-25 | LibVideo: Make Matroska element parsing functions static | Zaggy1024 |
2022-11-25 | LibVideo: Parse Matroska from ReadonlyBytes and keep the start position | Zaggy1024 |
2022-11-25 | LibVideo: Propagate decoder errors in the Matroska Reader | Zaggy1024 |
2022-11-25 | LibVideo: Reorganize demuxer file hierarchy and rename Matroska files | Zaggy1024 |