Files
FFmpeg/libavformat
Kacper Michajłow 0eb2d1f64a avformat/mpegts: return SCORE_MAX for fully sync-aligned boundary buffers
At check_count == CHECK_COUNT the existing branch caps the score at
SCORE_MAX/2 even when every analyzed packet is sync-aligned and when
analyze() already has full confidence. This loses probe to
signature-only image demuxers (e.g. png_pipe at SCORE_MAX - 1) for
streams with a small leading non-TS prefix. Some CDNs prepend a 1x1 PNG
to MPEG-TS payloads to bypass image-only Content-Type filtering, and the
PNG signature otherwise wins the first probe iteration.

Fixes: https://github.com/mpv-player/mpv/issues/11365

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
2026-06-14 20:51:07 +02:00
..
2026-05-08 09:34:52 +02:00
2026-05-31 03:43:29 +00:00
2026-05-29 01:49:20 +00:00
2026-05-25 00:10:18 +00:00
2026-04-28 12:29:37 +00:00
2026-05-23 10:16:38 -05:00
2026-05-23 10:16:38 -05:00
2026-05-22 08:20:13 -05:00
2026-05-03 13:26:34 +00:00
2026-05-03 18:22:46 +02:00
2026-05-23 00:04:46 +00:00