1
0
mirror of synced 2026-08-06 11:36:59 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Borewit 81dca61fee Fix small code smalls, update Biome to 2.3.11 2026-01-06 15:50:42 +01:00
Borewit f16f584b0b Fix code style issues 2025-06-26 20:24:05 +02:00
Justinas Delinda 7ff2786318 Refactor constructors to use explicit property assignments 2025-04-01 19:57:20 +02:00
Justinas Delinda 9d2d2a7c69 Refactor enums to mapped objects 2025-04-01 19:57:20 +02:00
Borewit 8fe9ac2057 Implement own custom Error using ADT style implementation 2024-08-29 17:48:28 +02:00
Borewit 1fe4049308 Parse EBML (Matroska, webm) using async notification 2024-08-15 17:48:22 +02:00
Borewit b5b84ff31e Implement hack to speed up Matroska parsing
Stop reading until we receive a container element
2024-08-15 17:48:22 +02:00
Borewit 19820a7804 Separate EBML from Matroska 2024-08-14 18:13:53 +02:00
Borewit 96ed6909bd Compact Matroska (EBML) parser 2019-12-26 08:51:17 +01:00
Borewit 9ba5abaf3c Update to EndOfStream error 2019-12-24 17:17:42 +01:00
Borewit 72d7a8cfed Update strtok3 & token-types 2019-12-23 19:37:10 +01:00
Borewit 2c7b232772 Minor improvements to EBML parser: map all elements 2019-12-19 12:34:09 +01:00
Borewit f1c400b8dd Add EBML parsers: Matroska & WebM 2019-12-17 20:29:07 +01:00