aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/playloop.c
Commit message (Expand)AuthorAge
* player: use symbolic constant for seek precisionGravatar wm42015-03-04
* player: allow unsetting --term/osd-playing-msgGravatar wm42015-02-18
* player: fix audio-device-list updatesGravatar wm42015-02-14
* player: add a --loop=force modeGravatar wm42015-02-12
* player: move more code out of central playloop functionGravatar wm42015-01-29
* player: fix framestep over timeline segment boundariesGravatar wm42015-01-26
* player: some fixes for property notificationGravatar xylosper2015-01-23
* demux_disc: pass seek flags to stream layerGravatar wm42015-01-19
* player: fallback to seek time for percent-pos propertyGravatar wm42015-01-14
* video: batch query_format callsGravatar wm42015-01-03
* player: hack against --keep-open misbehaving with broken filesGravatar wm42014-12-24
* player: don't show "0%" percentage in infinite streamsGravatar wm42014-12-20
* player: cosmetics: remove ancient commentGravatar wm42014-12-17
* player: add a --keep-open=always modeGravatar wm42014-12-12
* player: make chapter seek to end jump to last frame with --keep-openGravatar wm42014-12-08
* player: when seeking past EOF with --keep-open, seek to last frameGravatar wm42014-12-07
* player: don't ignore relative seeks by 0 secondsGravatar wm42014-11-29
* player: reset frame step counter on seeksGravatar wm42014-11-29
* player: simplify and fix ordered chapter EOF handlingGravatar wm42014-11-28
* player: don't try to use duration 0Gravatar wm42014-11-10
* video/out: minor simplification to event query functionGravatar wm42014-11-09
* command: add window-minimized property (X11 only)Gravatar wm42014-11-02
* command: make window-scale property observableGravatar wm42014-11-02
* player: always use demux_chapterGravatar wm42014-11-02
* player: don't display zero duration for files with unknown durationGravatar wm42014-10-29
* player: don't spam video-reconfig eventGravatar wm42014-10-27
* player: disable --force-window if VO failsGravatar wm42014-10-24
* player: fix --framesGravatar wm42014-10-14
* player: don't mess up cursor visibility stateGravatar wm42014-10-10
* player: signal EOF when using --framesGravatar wm42014-10-10
* player: don't reset buffering pausing state on seeksGravatar wm42014-10-09
* player: minor cosmetic changeGravatar wm42014-10-08
* command: add cache-buffering-state propertyGravatar wm42014-10-07
* player: open stream and demuxer asynchronouslyGravatar wm42014-10-06
* player: properly wakeup when delaying OSDGravatar wm42014-10-03
* video: return responsibility of video redraw back to playloopGravatar wm42014-10-03
* player: remove central uninit_player() function and flags messGravatar wm42014-10-03
* player: move code to make playloop smallerGravatar wm42014-09-25
* player: rate-limit OSD text updateGravatar wm42014-09-25
* player: fix OSD redraw heuristic with audio-only modeGravatar wm42014-09-25
* player: change --keep-open semanticsGravatar wm42014-09-24
* player: show correct playback time with --keep-open --no-videoGravatar wm42014-09-24
* player: --loop-file takes precedence before --keep-openGravatar wm42014-09-24
* player: allow passing number of loops to --loop-fileGravatar wm42014-09-22
* player: make code more obviousGravatar wm42014-09-20
* player: use backwards flag for seeking external tracksGravatar wm42014-09-20
* player: fix idle mode event handlingGravatar wm42014-09-13
* terminal-unix: move to threadGravatar wm42014-09-10
* player: reset some VO state when video is terminatedGravatar wm42014-09-09
* player: some more input refactoringGravatar wm42014-09-07