[FFmpeg-devel] [PATCH v2] lavf: vvc_probe: enforce SPS -> PPS -> IRAP detection order to fix invalid stream detection

2025-05-11 Thread xiongweixiao
://trac.ffmpeg.org/ticket/11496 - https://trac.ffmpeg.org/ticket/11087 Signed-off-by: xiongweixiao [v2] lavf: vvc_probe: fix based on review feedback Changes since v1: - Added a flag to force sps, pps, iraq to appear in order; - Modified score where pps, iraq appeared in the wrong position; - Set a smaller score

[FFmpeg-devel] [PATCH] lavf: vvc_probe: enforce SPS -> PPS -> IRAP detection order to fix invalid stream detection

2025-05-10 Thread xiongweixiao
://trac.ffmpeg.org/ticket/11496 - https://trac.ffmpeg.org/ticket/11087 Signed-off-by: xiongweixiao --- libavformat/vvcdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/vvcdec.c b/libavformat/vvcdec.c index 0a0e24b71c..573b352f41 100644 --- a/libavformat/vvcdec.c +++ b

[FFmpeg-devel] [PATCH v2] [v2] lavf: vvc_probe: fix based on review feedback

2025-05-11 Thread xiongweixiao
Changes since v1: - Added a flag to force sps, pps, iraq to appear in order; - Modified score where pps, iraq appeared in the wrong position; - Set a smaller score for incomplete sps, pps, iraq to deal with situations that may look like vvc format Signed-off-by: xiongweixiao --- libavformat

[FFmpeg-devel] [PATCH v3] lavf: vvc_probe: enforce SPS -> PPS -> IRAP detection order to fix invalid stream detection

2025-05-11 Thread xiongweixiao
://trac.ffmpeg.org/ticket/11496 - https://trac.ffmpeg.org/ticket/11087 Signed-off-by: xiongweixiao [v2] lavf: vvc_probe: fix based on review feedback Changes since v1: - Added a flag to force sps, pps, iraq to appear in order; - Modified score where pps, iraq appeared in the wrong position; - Set a smaller score