PR #20823 opened by Hendi48
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20823
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20823.patch
This fixes a long standing bug where URLs with multiple query parameters broke
the DASH manifest parser. libxml2 will decode entities when fetching
PR #20719 opened by Hendi48
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20719
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20719.patch
In PIFF-branded mp4 files, the senc data comes in a uuid box.
The rest of the CENC code is already working fine with such files; this change
is th