shaka-packager/packager/media
Cosmin Stejerean f6f60e5fff
fix: set yuv full range flag to 1 for VP9 with sRGB (#1398)
If color_space is VPX_COLOR_SPACE_SRGB, the specs says that color_range
should be 1 i.e. yuv_full_range = true. 

However, yuv_full_range was initialized as false and wasn't set in the branch for color_space
is VPX_COLOR_SPACE_SRGB.

Fixes #990

---------

Co-authored-by: Joey Parrish <joeyparrish@users.noreply.github.com>
2024-05-10 17:41:30 -07:00
..
base feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
chunking feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
codecs fix: set yuv full range flag to 1 for VP9 with sRGB (#1398) 2024-05-10 17:41:30 -07:00
crypto feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
demuxer feat: Allow LIVE UDP WebVTT input (#1349) 2024-02-23 16:02:19 -08:00
event feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00
formats feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -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 fix: adaptation set IDs were referenced by lowest representation ID (#1394) 2024-05-10 17:24:04 -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