1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-15 19:42:53 +00:00
mpv/demux
wm4 c767451796 demux_lavf: discard "und" language tag
Going by ISO 639.2, "und" means "Undetermined". Whatever it's supposed
to mean, in practice it's user for "unset". We prefer if the language
tag remains simply unset in this case.

This removes an ugliness with mp4 in partricular, because libavformat
will export unset languages as such, which affects most mp4 files.
2018-04-29 02:21:32 +03:00
..
codec_tags.c
codec_tags.h
cue.c cue: strip quotes and leading whitespace from tags 2018-01-30 14:01:15 +01:00
cue.h
demux_cue.c
demux_disc.c
demux_edl.c demux_edl: fix undefined behavior if mp4 init segment is not provided 2018-03-03 02:38:01 +02:00
demux_lavf.c demux_lavf: discard "und" language tag 2018-04-29 02:21:32 +03:00
demux_libarchive.c
demux_mf.c
demux_mkv_timeline.c
demux_mkv.c demux_mkv: fix certain cases of recursive SeekHeads 2018-04-15 21:03:49 +03:00
demux_null.c demux_null: mark as seekable 2018-01-06 14:42:22 -08:00
demux_playlist.c
demux_rar.c
demux_raw.c
demux_timeline.c
demux_tv.c tv: Recognise v4l2 'JPEG' fourcc 2018-03-04 16:28:24 -08:00
demux.c demux: support for some kinds of timed metadata 2018-04-18 01:17:42 +03:00
demux.h demux: support for some kinds of timed metadata 2018-04-18 01:17:42 +03:00
ebml.c
ebml.h
matroska.h
packet.c demux: support for some kinds of timed metadata 2018-04-18 01:17:42 +03:00
packet.h demux: support for some kinds of timed metadata 2018-04-18 01:17:42 +03:00
stheader.h demux, player: mark dependent tracks 2018-04-17 01:01:50 +03:00
timeline.c
timeline.h