shaka-packager/packager/media
Joey Parrish 0957309dc2
chore: Fix "potentially uninitialized variable" errors in IAMF (#1445)
These errors were specifically coming up in Windows builds and in Linux release builds.  This initializes those variables.

This also fixes errors in IAMF tests like "offset 2 out of bounds", which some compilers raise when you try to statically initialize a vector, then add to it later.
2024-10-25 16:36:16 -07:00
..
base feat: Add IAMF support (#1415) (#1416) 2024-10-25 09:56:28 -07:00
chunking feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
codecs chore: Fix "potentially uninitialized variable" errors in IAMF (#1445) 2024-10-25 16:36:16 -07:00
crypto feat: support Dolby Vision profile 8.x (HEVC) and 10.x (AV1) in HLS and DASH (#1396) 2024-05-10 17:42:34 -07:00
demuxer feat: Allow LIVE UDP WebVTT input (#1349) 2024-02-23 16:02:19 -08:00
event feat: support Dolby Vision profile 8.x (HEVC) and 10.x (AV1) in HLS and DASH (#1396) 2024-05-10 17:42:34 -07:00
formats feat: Add IAMF support (#1415) (#1416) 2024-10-25 09:56:28 -07:00
origin feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
replicator feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
test feat: Add IAMF support (#1415) (#1416) 2024-10-25 09:56:28 -07:00
trick_play feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
CMakeLists.txt feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00