summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
Commit message (Expand)AuthorAgeFilesLines
* player: update cache state only if requestedwm42014-08-281-1/+6
* player: simplify chapter display name codeBen Boeckel2014-08-281-3/+2
* player: dynamically change cache wait timeswm42014-08-271-1/+12
* player: slightly better cache underrun detectionwm42014-08-271-5/+2
* player: better cache status on status linewm42014-08-271-9/+5
* player: fix basic playbackwm42014-08-271-6/+6
* player: redo how stream caching and pausing on low cache workswm42014-08-271-21/+33
* player: fix weird behavior when framestepping over format changeswm42014-08-261-1/+1
* audio: minor improvements to timeline switchingwm42014-08-231-4/+4
* player: some more debugging outputwm42014-08-221-0/+2
* player: don't clobber playback position on video endwm42014-08-221-5/+3
* video: get rid of video_next_pts fieldwm42014-08-221-3/+1
* video: don't assume query_format is thread-safewm42014-08-201-1/+1
* player: never print status messages before playback beginswm42014-08-181-1/+1
* player: remove unneeded callwm42014-08-181-4/+0
* player: cosmetics: make code more compactwm42014-08-161-5/+2
* video: add VO framedropping modewm42014-08-151-6/+6
* player: use virtual time for --audio-file with ordered chapterswm42014-08-151-1/+2
* player: don't quit with --loop-filewm42014-08-131-0/+1
* video: fix and simplify video format changes and last frame displaywm42014-08-121-1/+1
* video: move display and timing to a separate threadwm42014-08-121-25/+3
* player: don't delay OSD redraw when pausedwm42014-08-101-2/+4
* player: some further playloop cleanupswm42014-08-031-45/+33
* player: make quit exit immediatelywm42014-08-031-3/+3
* player: allow redrawing screen during seekswm42014-08-031-6/+12
* player: don't ignore first chapterwm42014-07-311-1/+1
* client API: make "cache" property and similar observablewm42014-07-311-0/+12
* player: rename a variablewm42014-07-301-3/+3
* player: move video display code out of the playloopwm42014-07-301-316/+9
* player: split seek_reset()wm42014-07-301-30/+12
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-301-17/+16
* player: let explicitly imprecise seeks cancel precise seekswm42014-07-291-0/+3
* player: remove a pointless fieldwm42014-07-291-3/+4
* player: disable hr-seek in .ts fileswm42014-07-291-0/+1
* player: allow precise seeking with percent seekswm42014-07-291-2/+1
* player: update playback position on seekwm42014-07-291-0/+2
* player: logically speed up seek logicwm42014-07-281-1/+1
* audio: change playback restart and resyncingwm42014-07-281-100/+91
* player: fix idle mode event handlingwm42014-07-221-2/+2
* player: don't sleep after seekswm42014-07-211-0/+1
* player: simplify a conditionwm42014-07-201-7/+8
* player: simplify logic on video errorswm42014-07-201-1/+1
* player: don't wait forever with --cache-pause-below behaviorwm42014-07-201-0/+1
* video: use symbolic constants instead of magic integerswm42014-07-181-7/+7
* video: don't block when reading video packetswm42014-07-181-3/+6
* player: remove the last instances of pollingwm42014-07-181-30/+27
* demux: add a demuxer threadwm42014-07-161-19/+5
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+2
* Remove DVD and Bluray supportwm42014-07-141-2/+0
* player: remove some inactive codewm42014-07-131-8/+1
* demux: remove accurate_seek fieldwm42014-07-081-5/+3
* Remove stream_pts stuffwm42014-07-061-2/+0
* player: don't use stream position as fallback for percent-poswm42014-07-051-3/+2
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-291-0/+7
* video/out: change aspects of OSD handlingwm42014-06-151-32/+9
* player: hide some messages in verbose modewm42014-06-091-3/+3
* stream: don't use end_poswm42014-05-241-4/+5
* stream: kill start_pos, remove --sb optionwm42014-05-241-2/+2
* player: fix cover art sometimes "syncing" against audiowm42014-05-221-1/+3
* cache: redo options and default settingswm42014-05-201-4/+8
* player: disable hr-seek framedropping during backsteppingwm42014-05-121-2/+3
* player: remove VO from seeking code pathwm42014-05-071-3/+2
* player: minor reshuffling of video codewm42014-05-071-28/+30
* player: limit max. fallback frame durationwm42014-05-071-1/+1
* player: handle video reconfig slightly different againwm42014-05-071-23/+26
* options: remove deprecated --identifyMartin Herkt2014-05-041-3/+0
* video: fix video end conditionwm42014-05-031-5/+4
* video: rename a variablewm42014-05-031-2/+2
* video: change everythingwm42014-05-021-21/+23
* video: improve error messageswm42014-04-301-2/+1
* client API: add chapter change eventwm42014-04-271-0/+11
* dispatch: move into its own source filewm42014-04-231-1/+1
* player: fix audio EOF check on --no-audiowm42014-04-181-1/+1
* player: add a --loop-file optionwm42014-04-171-0/+11
* player: unrangle one aspect of audio EOF handlingwm42014-04-171-9/+4
* audio: explicitly document audio EOF conditionwm42014-04-171-1/+1
* player: add a --dump-stats optionwm42014-04-171-1/+18
* player: remove audio waitingwm42014-04-151-16/+0
* client API: remove mpv_event_pause_reasonwm42014-04-141-14/+10
* command: add property to indicate when pausing due to --keep-openwm42014-04-141-0/+3
* 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