mpv/common
wm4 2868fbea3f av_log: add tons of warnings against mismatched ffmpeg/libav libraries
Print a warning if a library has mismatched compile time and link time
versions.

Refuse to work if the compile time and link time versions are a mix of
ffmpeg and libav. We print an error message and call exit(). Since we'd
randomly crash anyway, I think this is ok.

This doesn't catch the case if you e.g. use a ffmpeg libavcodec and a
libav libavformat, which would of course just crash as quickly, but I
think this checks enough already.
2014-02-10 23:28:10 +01:00
..
asxparser.c asxparser: remove commented code 2013-12-22 23:43:09 +01:00
asxparser.h
av_common.c Factor out setting AVCodecContext extradata 2014-01-11 01:25:49 +01:00
av_common.h Factor out setting AVCodecContext extradata 2014-01-11 01:25:49 +01:00
av_log.c av_log: add tons of warnings against mismatched ffmpeg/libav libraries 2014-02-10 23:28:10 +01:00
av_log.h
av_opts.c
av_opts.h
codecs.c
codecs.h
common.c common: drop mp_append_utf8_buffer() 2013-12-30 22:49:51 +01:00
common.h common: drop mp_append_utf8_buffer() 2013-12-30 22:49:51 +01:00
cpudetect.c
cpudetect.h
encode.h
encode_lavc.c msg: move special declarations to msg_control.h 2014-01-16 23:06:40 +01:00
encode_lavc.h
global.h
msg.c options: add --no-terminal switch 2014-02-10 00:14:52 +01:00
msg.h msg: expose log level names 2014-01-16 23:06:40 +01:00
msg_control.h msg: expose log level names 2014-01-16 23:06:40 +01:00
playlist.c
playlist.h
playlist_parser.c playlist_parser: restore ASX parsing etc. 2014-01-20 19:31:23 +01:00
playlist_parser.h
version.c Don't include version.h from make options.c 2013-12-22 14:35:45 +01:00