mpv/common
Christoph Heinrich 91cc0d8cf6 options: transition options from OPT_FLAG to OPT_BOOL
c784820454 introduced a bool option type
as a replacement for the flag type, but didn't actually transition and
remove the flag type because it would have been too much mundane work.
2023-02-21 17:15:17 +00:00
..
av_common.c ffmpeg: update to handle deprecation of `av_init_packet` 2022-12-03 14:44:18 -08:00
av_common.h ffmpeg: update to handle deprecation of `av_init_packet` 2022-12-03 14:44:18 -08:00
av_log.c common/av_log: move general FFmpeg version before library versions 2022-11-15 21:41:22 +02:00
av_log.h
codecs.c
codecs.h
common.c
common.h player: add video-sync=display-tempo 2023-01-09 15:17:09 +00:00
encode.h options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
encode_lavc.c options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
encode_lavc.h encode_lavc: replace deprecated av_init_packet() 2022-01-10 22:56:52 +01:00
global.h
msg.c msg: log-file set at mpv.conf: don't ignore early messages 2023-01-23 11:05:08 +02:00
msg.h
msg_control.h
playlist.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
playlist.h
recorder.c ffmpeg: update to handle deprecation of `av_init_packet` 2022-12-03 14:44:18 -08:00
recorder.h recorder: add support for attachments (fonts) 2021-07-08 12:44:06 +03:00
stats.c build: add meson build support 2021-11-14 19:13:10 +00:00
stats.h
tags.c
tags.h
version.c