[FFmpeg-devel] [PATCH] avformat/dashdec: Fix urls with special characters in manifest (PR #20823)

2025-11-02 Thread Hendi48 via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/mov: Add support for uuid-based senc box (PR #20719)

2025-10-19 Thread Hendi48 via ffmpeg-devel
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