mpv/common
wm4 02a9fbd0ce codecs: avoid having to print error message
The mp_select_decoders() function doesn't have a log context (and I
don't want to give it one), so get rid of the mp_msg error message by
enhancing the semantics such that the syntax error is replaced by a new
feature. Now doing "--ad=something" will enable all decoders in the
"something" module, same as "--ad=something:*". Pretty useless, but gets
rid of the annoyance.
2013-12-21 20:50:13 +01:00
..
asxparser.c
asxparser.h
av_common.c av_common: abuse av_log to print message instead of mp_msg 2013-12-21 20:50:12 +01:00
av_common.h
av_log.c
av_log.h
av_opts.c
av_opts.h
codecs.c codecs: avoid having to print error message 2013-12-21 20:50:13 +01:00
codecs.h codecs: mp_msg conversion 2013-12-21 20:50:12 +01:00
common.c
common.h
cpudetect.c
cpudetect.h
encode.h
encode_lavc.c
encode_lavc.h
global.h
msg.c msg: handle vsnprintf errors 2013-12-20 21:07:58 +01:00
msg.h msg: change --msglevel, reduce legacy glue 2013-12-20 21:07:57 +01:00
playlist.c
playlist.h
playlist_parser.c
playlist_parser.h
version.c