aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/playloop.c
Commit message (Expand)AuthorAge
...
* 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
* player: strictly wait until done when backsteppingGravatar wm42016-04-27
* player: cleaner determination of current playback PTSGravatar wm42016-04-23
* player: eagerly redraw OSD when seeking with coverartGravatar wm42016-04-23
* player: force wakeup on playback restartGravatar wm42016-04-20
* player: reduce some timer callsGravatar wm42016-04-20
* player: minor simplification to buffering property updatesGravatar wm42016-04-20
* player: simplify an aspect of buffering determinationGravatar wm42016-04-19
* player: loop on end of file if ab-loop-b is unsetGravatar wm42016-04-18
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29
* player: simplify mp_seek()Gravatar wm42016-02-28
* demux: remove relative seekingGravatar wm42016-02-28
* player: minor simplificationGravatar wm42016-02-27
* player: fix --force-window behaviorGravatar wm42016-02-25
* player: honor --force-window if video is selected, but inactiveGravatar wm42016-02-24
* player: remove old timeline/ordered chapters supportGravatar wm42016-02-15
* player: add complex filter graph supportGravatar wm42016-02-05
* player: refactor: eliminate MPContext.d_audioGravatar wm42016-01-22
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* player: refactor: eliminate MPContext.d_videoGravatar wm42016-01-17
* player: refactor: eliminate MPContext.d_subGravatar wm42016-01-17
* player: simplify backsteppingGravatar wm42016-01-12
* player: handle hrseek framedrop correctlyGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* player: eliminate demux_get_next_pts()Gravatar wm42016-01-11
* sub: change how subtitles are readGravatar wm42015-12-29
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* player: make timeline switching slightly nicerGravatar wm42015-11-18
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* player: handle rebasing start time differentlyGravatar wm42015-11-16
* player: refactor display-sync frame duration calculationsGravatar wm42015-11-13
* command: make time properties unavailable if timestamp is unknownGravatar wm42015-10-16
* video/out: remove an unused parameterGravatar wm42015-10-03