Commits on Source (5)
-
The playlist reference should only be held in the variant map when it's asserted that the playlist creation will succeed. Otherwise the error handling will delete the playlist while keeping an invalid reference in the map. The reference is already properly stored at the end of the `Add` function, so this patch only reworks an unnecessary store.
4d0cd55a -
8f2320ff
-
a4e95080
-
printf's manual only specifies that a negative value is returned in case of error.
2d44d3c7 -
HEVC in TS only needed the implementation of the RFC6381 codec description. This patch adds it by manually parsing the SPS NAL unit to avoid exposing a function in the hxxx_helper as only small set of the HEVC profile description is used. Co-Authored-By:
François Cartegnie <fcvlcdev@free.fr> Co-Authored-By:
Soham Gupta <soham.gupta003@gmail.com> Refs #27391
953c5e91