summaryrefslogtreecommitdiffstats
path: root/mpvcore/av_log.h
Commit message (Collapse)AuthorAgeFilesLines
* mplayer: print ffmpeg library versions along with mpv version infowm42013-10-141-1/+1
| | | | | | | | | | Also change what the FFmpeg version info looks like, and additionally dump lavfi/lavr/lswr versions. (Don't bother with libavdevice and libpostproc, they're not important enough.) Unfortunately, there's no "single" FFmpeg/Libav version due to fatal braindeath on the FFmpeg/Libav side. We can't map the versions to releases either (it simply isn't accessible anywhere).
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-0/+2
core is used in many unix systems for core dumps. For that reason some tools work under the assumption that the file is indeed a core dump (for example autoconf does this). This commit just renames the files. The following one will change all the includes to fix compilation. This is done this way because git has a easier time tracing file changes if there is a pure rename commit.