summaryrefslogtreecommitdiffstats
path: root/mpvcore/m_property.h
Commit message (Collapse)AuthorAgeFilesLines
* command: when changing a property, allow showing an extra OSD messagewm42013-09-211-2/+2
| | | | | | | | | | This is for properties that normally show a bar, and thus do not show an OSD message (as per classic mplayer behavior). Setting an extra_msg allows showing an OSD message anyway, except if OSD messages are explicitly suppressed. This refactors the whole show_property_osd() function a bit, and replaces the weird sep field with a more general method.
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-0/+142
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.