Files
shaka-player/lib/util
absidue 004ff8dfd2 perf: Remove unnecessary Uint8ArrayUtils.concat calls in Mp4Generator (#10047)
`Mp4Generator.box()` merges all arguments into one `Uint8Array`, so
arrays of `Uint8Arrays` can be spread directly into the
`Mp4Generator.box()` calls instead of doing the extra step of merging
them into a single `Uint8Array` first. I also included a drive-by change
to simplify `array.push(...[x, y])` into `array.push(x, y)` in the
`segmentData` method.
2026-05-04 12:50:05 +02:00
..
2026-01-21 14:08:36 +01:00
2025-06-02 13:46:40 +02:00
2026-04-02 18:45:26 +02:00