Cosmin Stejerean
56bd823339
fix: duration formatting and update mpd testdata to reflect new format ( #1320 )
...
As part of the CMake port we updated the duration formatting to contain
maximum of 6 decimal places but without trailing 0s. There was a bug
however where it used 6 significant digits rather than 6 decimal places
(`%g` rather than `%f`).
This fixes the bug and also updates the MPD sample files for the
integration tests to contain maximum of 6 decimal places.
2024-02-08 09:48:14 -08:00
Joey Parrish
f577e2a0cf
chore: Update URLs after moving projects ( #1042 )
...
Since a project URL is encoded into outputs, this means also updating
the golden output files.
Closes #1043
2022-03-07 11:56:34 -08:00
Joey Parrish
d48bf0f48e
fix: Explicitly signal the lack of CEA captions in HLS
...
Closes #922
Change-Id: If097a66642ca40c355a476655ff1394b7b937b17
2021-03-30 18:26:37 +00:00
koln67
5b9fd409a5
[MP4] Change major brand from isom to mp41
...
This fixes warnings that 'isom' can only be a compatible instead of major brand.
Issue #755 .
2020-09-08 15:45:21 -07:00
koln67
28074e5c96
[HLS] Add support for independent segments tag
...
Fixes #564 .
2020-08-19 11:17:21 -07:00
koln67
a8ea7fd085
Always set ES_ID to 0 when writing ES Descriptor in mp4 ( #798 )
...
Required by ISO/IEC 14496-14:2018 and ISO/IEC 23000-19:2018.
Issue #755 .
2020-07-15 14:14:15 -07:00
sr90
a1dd82d478
Support dash_only and hls_only parameters ( #721 )
...
This allows conditional stream descriptors which apply to DASH or HLS only.
Closes #651 .
2020-03-06 10:19:47 -08:00