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
sr90
8465f5f020
feat(DASH): Add video transfer characteristics. ( #1210 )
...
This PR is related to https://github.com/shaka-project/shaka-packager/issues/1035
2023-09-08 14:41:41 -07:00
sr90
520926c27a
fix(MP4): Add compatible brand dby1 for Dolby content. ( #1211 )
...
This PR adds dby1 compatible brand to dolby content as per
https://professional.dolby.com/siteassets/content-creation/dolby-vision-for-content-creators/dolby_vision_bitstreams_within_the_iso_base_media_file_format_dec2017.pdf
2023-07-18 19:50:33 -07: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
KongQun Yang
7973c5396f
Replace Dolby Vision test content
...
Issue #341
Change-Id: I530b0768341e352f6ee0a1326540cd5712f01638
2019-10-09 21:34:53 +00:00