summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
Commit message (Expand)AuthorAgeFilesLines
* player: add missing "-" to options in workaround notice on A/V desynchronizationSebastian Morr2014-03-301-1/+1
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valuewm42014-03-251-2/+1
* player: handle chapter range like --start/--endwm42014-03-251-3/+3
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timeswm42014-03-251-2/+2
* player: remove weird separation between no chapters and 0 chapterswm42014-03-251-15/+11
* player: remove demuxer chapoter API wrapperswm42014-03-251-30/+6
* stream: remove old chapter handling codewm42014-03-251-8/+1
* Revert "player: simplify audio reset when seeking"wm42014-03-101-10/+15
* audio/out: make ao struct opaquewm42014-03-091-5/+6
* player: cheap hack against idle event feedback loopwm42014-03-011-2/+6
* client APIs: fix some typosxylosper2014-02-281-1/+1
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-281-0/+5
* client API: don't send MPV_EVENT_IDLE when not entering idle modewm42014-02-261-2/+3
* client API: report pause/unpause reasonwm42014-02-241-15/+21
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-201-1/+2
* client API: add event for metadata changeswm42014-02-191-1/+2
* client API: add events for video and audio reconfigwm42014-02-171-1/+1
* lua: port to client APIwm42014-02-101-3/+0
* Add a client APIwm42014-02-101-2/+13
* options: add --no-terminal switchwm42014-02-101-2/+4
* player: handle seek delays differentlywm42014-02-071-14/+14
* sub: uglify OSD code path with lockingwm42014-01-181-5/+4
* player: redo terminal OSD and status line handlingwm42014-01-131-6/+0
* player: mention subtitles in av_desync_help_textwm42014-01-121-2/+2
* player: fix setting smaller timeout on Windows systemswm42014-01-081-1/+1
* Fix audio delay inversionMartin Herkt2014-01-061-2/+2
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-2/+4
* player: slightly simplify seeking in external fileswm42013-12-241-16/+9
* player: redo demuxer stream selectionwm42013-12-241-7/+7
* player: use MSGL_SMODE for some slave-mode stuffwm42013-12-211-1/+1
* Rename getch2....c/h to terminal....c/hwm42013-12-191-0/+4
* player: replace some overlooked mp_msgswm42013-12-191-2/+2
* Remove the _ macrowm42013-12-181-2/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-4/+4
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* Move mpvcore/input/ to input/wm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+1343