This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit f6838b8636ab21b9017d3315e7da0ed5d0538e28 Author: Romain Beauxis <[email protected]> AuthorDate: Wed Apr 22 20:50:33 2026 -0500 Commit: Romain Beauxis <[email protected]> CommitDate: Mon Jun 1 21:53:36 2026 -0500 tests/fate/demux.mak: add FATE test for timed ID3 packet demuxing in HLS streams. --- tests/fate/demux.mak | 11 +++++++++++ tests/ref/fate/ts-timed-id3-hls-demux | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index 4d24a78fec..4cdc1a583f 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -175,6 +175,17 @@ fate-ts-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/ac3/mp3ac325-4864-small.ts FATE_FFPROBE_DEMUX-$(CONFIG_MPEGTS_DEMUXER) += fate-ts-timed-id3-demux fate-ts-timed-id3-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/mpegts/id3.ts +tests/data/id3.ts: TAG = GEN +tests/data/id3.ts: $(SAMPLES)/mpegts/id3.ts | tests/data + $(Q)cp $< $@ + +tests/data/id3.m3u8: tests/data/id3.ts | tests/data + $(Q)printf '#EXTM3U\n#EXT-X-TARGETDURATION:2\n#EXTINF:2,\nid3.ts\n#EXT-X-ENDLIST\n' > $@ + +FATE_FFPROBE_DEMUX-$(call DEMDEC, MPEGTS HLS) += fate-ts-timed-id3-hls-demux +fate-ts-timed-id3-hls-demux: tests/data/id3.m3u8 +fate-ts-timed-id3-hls-demux: CMD = ffprobe_demux $(TARGET_PATH)/tests/data/id3.m3u8 + FATE_SAMPLES_DEMUX-$(call PARSERDEM, JPEGXS, IMAGE_JPEGXS_PIPE, CONCAT_PROTOCOL) += fate-jxs-concat-demux fate-jxs-concat-demux: CMD = framecrc "-i concat:$(TARGET_SAMPLES)/jxs/lena.jxs|$(TARGET_SAMPLES)/jxs/lena.jxs -c:v copy" diff --git a/tests/ref/fate/ts-timed-id3-hls-demux b/tests/ref/fate/ts-timed-id3-hls-demux new file mode 100644 index 0000000000..c0da932512 --- /dev/null +++ b/tests/ref/fate/ts-timed-id3-hls-demux @@ -0,0 +1,4 @@ +packet|codec_type=data|stream_index=0|pts=126000|pts_time=1.400000|dts=126000|dts_time=1.400000|duration=N/A|duration_time=N/A|size=26|pos=564|flags=K__|data_hash=CRC32:469f474b|side_datum/mpegts_stream_id:side_data_type=MPEGTS Stream ID|side_datum/mpegts_stream_id:id=189 +packet|codec_type=data|stream_index=0|pts=577350|pts_time=6.415000|dts=577350|dts_time=6.415000|duration=N/A|duration_time=N/A|size=26|pos=1316|flags=K__|data_hash=CRC32:469f474b|side_datum/mpegts_stream_id:side_data_type=MPEGTS Stream ID|side_datum/mpegts_stream_id:id=189 +stream|index=0|codec_name=timed_id3|profile=unknown|codec_type=data|codec_tag_string=ID3 |codec_tag=0x20334449|id=0x0|r_frame_rate=0/0|avg_frame_rate=0/0|time_base=1/90000|start_pts=126000|start_time=1.400000|duration_ts=N/A|duration=N/A|bit_rate=N/A|max_bit_rate=N/A|bits_per_raw_sample=N/A|nb_frames=N/A|nb_read_frames=N/A|nb_read_packets=2|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0| [...] +format|filename=id3.m3u8|nb_streams=1|nb_programs=1|nb_stream_groups=0|format_name=hls|start_time=1.400000|duration=2.000000|size=65|bit_rate=260|probe_score=100 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
