mpv/common
wm4 c971220cdd demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change
AVFormatContext.codec is deprecated now, and you're supposed to use
AVFormatContext.codecpar instead.

Handle this for all of the normal playback code.

Encoding mode isn't touched.
2016-03-31 22:00:45 +02:00
..
av_common.c demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change 2016-03-31 22:00:45 +02:00
av_common.h demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change 2016-03-31 22:00:45 +02:00
av_log.c av_log: avoid partial lines 2016-03-01 22:03:45 +01:00
av_log.h
codecs.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
codecs.h Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
common.c Initial Android support 2016-02-10 21:29:36 +01:00
common.h audio/video: merge decoder return values 2016-02-01 22:03:04 +01:00
encode.h
encode_lavc.c
encode_lavc.h
global.h
msg.c msg: introduce partial line buffers per mp_log 2016-03-01 22:36:05 +01:00
msg.h
msg_control.h
playlist.c playlist: improve shuffle algorithm 2016-03-20 19:51:22 +01:00
playlist.h Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
tags.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
tags.h
version.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00