mpv/demux
Dudemanguy 1a649afbad demux_lavf: always find stream info for avif files
avif files will commonly be probed as "mov,mp4,m4a,3gp,3g2,mj2" by
ffmpeg, but demux_lavf currently has some logic to skip
avformat_find_stream_info for these kinds of files. It was introduced in
6f8c953042. Presumably, the optimization
of mentioned in that commit is still valid however for avif we
specifically need to do the avformat_find_stream_info call. Without it,
several codec proprieties like width, height, etc. are unavailable. So
just check the extension type and disable the skipinfo optimization.
2024-03-02 16:32:11 +00:00
..
cache.c osdep/io: move I/O utility functions to misc/io_utils 2024-02-23 21:35:57 +01:00
cache.h
codec_tags.c
codec_tags.h
cue.c
cue.h
demux.c
demux.h
demux_cue.c
demux_disc.c
demux_edl.c
demux_lavf.c demux_lavf: always find stream info for avif files 2024-03-02 16:32:11 +00:00
demux_libarchive.c player: change insert_next to insert_at 2024-02-26 02:03:21 +00:00
demux_mf.c
demux_mkv.c demux_mkv: don't return null bstr with size specified 2024-02-15 16:43:37 +00:00
demux_mkv_timeline.c
demux_null.c
demux_playlist.c player: change insert_next to insert_at 2024-02-26 02:03:21 +00:00
demux_raw.c
demux_timeline.c
ebml.c
ebml.h
matroska.h
packet.c
packet.h
stheader.h
timeline.c
timeline.h