straight_to_video 0.0.9 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8af1d4aee392ec545b26c0766c3da8a85e0ca9b6e1dc0ec5b43eeb53ed47eaf1
4
- data.tar.gz: d5af5f0b523a84ba233191df5726abad0113994d41d310760671da7dd7268aeb
3
+ metadata.gz: 4783067cfef03451a12e35404133f518b5e73fedd306c99e47d02791022300b1
4
+ data.tar.gz: 8cabcf1177d87439fd41ac63be9dc88fddecca8123f7efc70c5a849061096340
5
5
  SHA512:
6
- metadata.gz: fcbb184366fd2a110e04fb9de7b9a62a705c6264faaa71adf0a15ae085259c9e34c93ba5113cdfff87e45580f0d523a6f13a9b37c7d8872397907afffb69369d
7
- data.tar.gz: af4496812e0775f1c5d726f1319191f0df62da183a003fd7177b2f6cde26d60a6dc3b79fe740cc1f9d1b273720c446dcf8b815ccea28573f0e042c8dc5cfa0dc
6
+ metadata.gz: 26e1e12b9fb1cfcfcece442b49fcde59b5e19b429f70914286b59bc9efa8423761f98fccd0992807bdecbf5b50f97584e6e83ccaefd88a761d5cef2c52e8e4a8
7
+ data.tar.gz: 1980a0f482a87965ef98d3287fc2ccdfe51edd3d9127d3f0903c5d0a0336bc9b19d81785a012fb8dfddcf10b444d462af666f28d02c8e11eacafb8b4484da1d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.11
4
+
5
+ * Work around WebKit labeling the requested first HEVC keyframe as a delta packet.
6
+ * Keep browser-encoded video below the 25 Mbps delivery limit.
7
+ * Accept WebKit's full-range `yuvj420p` output as progressive 4:2:0 video.
8
+
9
+ ## 0.0.10
10
+
11
+ - Fix Safari macOS Tahoe bug where native video controls never auto-hide by rewriting the moov atom to match ffmpeg's conventions (zero timestamps, standard handler names, edts/elst, extended esds, btrt, sgpd/sbgp)
12
+
13
+ ## 0.0.9
14
+
15
+ - Fixes washed out HDR videos on WebKit and enforced with stricter saturation assertion
16
+
3
17
  ## 0.0.8
4
18
 
5
19
  - fix periodic frame jutter by selecting source frames using mid-frame timestamps instead of boundary timestamps