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-04-07 16:11:29 +02:00
2026-03-25 10:00:52 +01:00
2024-11-26 11:16:00 +01:00
2025-11-06 10:10:20 +01:00
2025-01-20 09:39:51 +01:00
2026-03-30 10:40:10 +02:00
2025-06-30 13:36:04 -07:00
2025-08-27 10:49:48 +02:00
2026-03-14 10:51:09 +01:00
2026-04-07 16:11:29 +02:00
2025-09-26 13:18:44 +02:00
2026-04-27 14:32:55 +02:00
2026-02-03 21:49:35 +01:00
2026-03-03 11:06:32 +01:00
2025-08-05 13:06:00 +02:00
2025-12-19 16:35:35 +01:00
2026-04-02 18:43:37 +02:00
2025-01-20 09:39:51 +01:00
2025-01-20 09:39:51 +01:00
2025-01-20 09:39:51 +01:00
2025-03-13 17:10:37 +01:00
2026-03-20 16:01:02 +01:00
2025-01-20 09:39:51 +01:00
2025-08-25 14:43:42 +02:00
2025-01-20 09:39:51 +01:00
2025-10-09 16:37:59 +02:00
2026-01-27 17:52:14 +01:00
2026-05-04 12:50:05 +02:00
2025-08-27 10:49:48 +02:00
2026-01-13 10:57:25 +01:00
2025-01-20 09:39:51 +01:00
2024-11-25 18:01:25 -08:00
2025-06-21 07:23:08 +02:00
2025-08-05 13:06:00 +02:00
2026-03-19 10:07:14 +01:00
2026-04-15 12:34:33 +02:00
2026-01-21 14:08:36 +01:00
2025-08-05 13:06:00 +02:00
2026-03-04 10:51:45 +01:00
2026-04-27 14:32:55 +02:00
2025-06-02 13:46:40 +02:00
2025-08-05 13:06:00 +02:00
2025-01-20 09:39:51 +01:00
2025-04-11 12:24:36 +02:00
2026-04-02 18:45:26 +02:00
2026-03-26 10:03:32 +01:00
2026-04-14 15:26:15 +02:00
2026-03-26 10:03:32 +01:00
2026-04-09 14:28:40 +02:00