shaka-packager/packager/media
modernletter ba5c77155a
fix: Add missing <cstdint> includes (#1306)
CC version 13 needs `<cstdint>` to be explicitly included to
provide fixed bits integer types.

Some files using it inludes `<stdint.h>`, some are missing direct or
undirect inclusion. This PR adds `<cstdint>` inclusion to the
minimal set of files, allowing compilation on GCC 13.

Closes #1305
2023-11-29 22:51:37 -08:00
..
base fix: Add missing <cstdint> includes (#1306) 2023-11-29 22:51:37 -08:00
chunking Low latency DASH support (#979) 2021-08-25 08:38:05 -07:00
codecs feat: Generate the entire AV1 codec string when the colr atom is present (#1205) 2023-08-04 09:00:59 -07:00
crypto cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
demuxer fix: Fix failure on very short WebVTT files (#1216) 2023-07-12 09:07:07 -07:00
event Fix for gap size warning in Low Latency mode (#985) 2021-09-03 09:57:43 -07:00
formats feat: Write colr atom to muxed mp4 (#1261) 2023-08-29 18:46:19 -07:00
origin Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
public Low latency DASH support (#979) 2021-08-25 08:38:05 -07:00
replicator Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
test fix: Fix handling of non-interleaved multi track FMP4 files (#1214) 2023-08-21 16:34:32 -07:00
trick_play cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00