summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/timeline
Commit message (Collapse)AuthorAgeFilesLines
* Move files part of the playback core to player sub-directorywm42013-10-303-0/+1385
All these files access mp_core.h and MPContext, and form the actual player application. They should be all in one place, and separate from the other sources that are mere utility helpers. Preparation for splitting mplayer.c into multiple smaller parts.