aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/playloop.c
Commit message (Expand)AuthorAge
* player/playloop.c: fix --loop-file without --startGravatar Leo Izen2017-12-05
* player/playloop.c: respect playback start time when using --loop-fileGravatar Leo Izen2017-12-03
* player: use start timestamp for ab-looping if --ab-loop-a is absentGravatar Leo Izen2017-12-03
* player: add get_play_start_ptsGravatar Leo Izen2017-12-03
* player: minor fix/simplification of OSD time/duration handlingGravatar wm42017-11-24
* demux: drop redundant SEEK_BACKWARD flagGravatar wm42017-10-23
* audio: make libaf derived code optionalGravatar wm42017-09-21
* options: remove --heartbeat-cmd and --heartbeat--intervalGravatar wm42017-09-18
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* player: make refresh seeks slightly more robustGravatar wm42017-08-14
* player: make --lavfi-complex changeable at runtimeGravatar wm42017-08-12
* Universal Windows Plaform (UWP) supportGravatar Pedro Pombeiro2017-06-29
* player: change license of most core files to LGPLGravatar wm42017-06-23
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* player: seek backward for type MPSEEK_FACTORGravatar jrodatus2017-06-18
* player: fix a corner case in previous commitGravatar wm42017-04-14
* player: fix core-idle and eof-reached update notifcationsGravatar wm42017-04-14
* player: unmess pause state handlingGravatar wm42017-04-14
* player: add --keep-open-pause=no optionGravatar Dan Oscarsson2017-04-14
* player: enable "buffering" pausing for DASH streams tooGravatar wm42017-04-01
* player: don't block playback stop when seekingGravatar wm42017-02-21
* player: fix stats-logging of sleep stateGravatar wm42017-02-21
* player: remove unnecessary wakeupGravatar wm42017-02-21
* player: reduce blocking on VO when switching pauseGravatar wm42017-02-21
* player: add experimental stream recording featureGravatar wm42017-02-07
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* client API: turn mpv_suspend() and mpv_resume() into stubsGravatar wm42016-11-22
* player: enable no-video subtitle display on coverart tooGravatar wm42016-10-31
* player: show subtitles on VO if --force-window is usedGravatar wm42016-10-26
* player: consistently initialize screensaver state with --force-windowGravatar wm42016-10-26
* player: don't leave buffering during underflowGravatar wm42016-10-21
* player: guard against MPSEEK_RELATIVE when current pts is unknownGravatar Aman Gupta2016-10-21
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* x11: fix external fullscreen updateGravatar wm42016-09-23
* player: use better way to wait for input and dispatching commandsGravatar wm42016-09-16
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* client API: implement mpv_suspend/resume slightly differentlyGravatar wm42016-09-04
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* player: make --force-window work with opengl-cbGravatar wm42016-08-30
* player: make looping slightly more seamlessGravatar wm42016-08-18
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* player: gross hack to improve non-hr seeking with external audio tracksGravatar wm42016-08-07
* player: offset demuxer on start/seek properly with audio/sub delayGravatar wm42016-08-04
* audio: refactor mixer code and delete mixer.cGravatar wm42016-07-17
* player: it's not --force-seeking but --force-seekableGravatar wm42016-07-06
* player: remove unused return valueGravatar wm42016-06-08
* player: tell user about --force-seeking if demuxer is not seekableGravatar wm42016-06-08
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* player: restore usual seeking behaviorGravatar wm42016-05-09