aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/playloop.c
Commit message (Expand)AuthorAge
* 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
* player: minor refactoringGravatar wm42014-09-06
* player: add --osd-playing-msg optionGravatar wm42014-09-02
* player: fix quit handling when seeking past EOF while pausedGravatar wm42014-08-29
* player: update cache state only if requestedGravatar wm42014-08-28
* player: simplify chapter display name codeGravatar Ben Boeckel2014-08-28
* player: dynamically change cache wait timesGravatar wm42014-08-27
* player: slightly better cache underrun detectionGravatar wm42014-08-27
* player: better cache status on status lineGravatar wm42014-08-27
* player: fix basic playbackGravatar wm42014-08-27
* player: redo how stream caching and pausing on low cache worksGravatar wm42014-08-27
* player: fix weird behavior when framestepping over format changesGravatar wm42014-08-26
* audio: minor improvements to timeline switchingGravatar wm42014-08-23
* player: some more debugging outputGravatar wm42014-08-22
* player: don't clobber playback position on video endGravatar wm42014-08-22
* video: get rid of video_next_pts fieldGravatar wm42014-08-22
* video: don't assume query_format is thread-safeGravatar wm42014-08-20
* player: never print status messages before playback beginsGravatar wm42014-08-18
* player: remove unneeded callGravatar wm42014-08-18
* player: cosmetics: make code more compactGravatar wm42014-08-16
* video: add VO framedropping modeGravatar wm42014-08-15
* player: use virtual time for --audio-file with ordered chaptersGravatar wm42014-08-15
* player: don't quit with --loop-fileGravatar wm42014-08-13
* video: fix and simplify video format changes and last frame displayGravatar wm42014-08-12
* video: move display and timing to a separate threadGravatar wm42014-08-12
* player: don't delay OSD redraw when pausedGravatar wm42014-08-10
* player: some further playloop cleanupsGravatar wm42014-08-03
* player: make quit exit immediatelyGravatar wm42014-08-03