support HTML label <video> & <audio>, update to ffmpeg-7.1.1
authoryu.dongliang <18588496441@163.com>
Wed, 9 Jul 2025 15:35:08 +0000 (23:35 +0800)
committeryu.dongliang <18588496441@163.com>
Wed, 9 Jul 2025 15:35:08 +0000 (23:35 +0800)
commit0f3f9937fd8efa8f260227c1228bba84a4e89fd5
tree65fb476610ee54aab070280bb6f0d73466d3d2ca
parentefff23a684d9990a7f9bb76e69edbdb3eb162a84
support HTML label <video> & <audio>, update to ffmpeg-7.1.1
26 files changed:
examples/video.html [new file with mode: 0644]
ffmpeg/Makefile
ffmpeg/abc_avio.c [new file with mode: 0644]
ffmpeg/abc_ffmpeg.h
ffmpeg/abc_ffmpeg_alsa.c [new file with mode: 0644]
ffmpeg/abc_ffmpeg_img.c
ffmpeg/abc_ffmpeg_input.c [new file with mode: 0644]
ffmpeg/abc_ffmpeg_output.c [new file with mode: 0644]
ffmpeg/abc_filter.c [new file with mode: 0644]
ffmpeg/abc_vout_fifo.c [new file with mode: 0644]
ffmpeg/main_img.c [new file with mode: 0644]
ffmpeg/main_player.c [new file with mode: 0644]
html/Makefile
html/abc_html.c
html/abc_html.h
html/abc_obj.c
html/abc_obj.h
ui/Makefile
ui/abc_layout.c
ui/abc_layout_audio.c [new file with mode: 0644]
ui/abc_layout_video.c [new file with mode: 0644]
ui/abc_render.c
ui/abc_render_audio.c [new file with mode: 0644]
ui/abc_render_empty.c [new file with mode: 0644]
ui/abc_render_video.c [new file with mode: 0644]
ui/main.c