aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/playloop.c
Commit message (Expand)AuthorAge
* 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
* player: some more --force-window fixesGravatar wm42015-09-21
* player: do not destroy VO prematurely when initializing playbackGravatar wm42015-09-20
* player: make force-window in auto-profiles actually workGravatar wm42015-09-20
* player: return better guess for playback time during seeksGravatar wm42015-08-21
* player: deliver IDLE event after uninitializing stateGravatar wm42015-08-20
* demux: remove redundant demux_chapter.name fieldGravatar wm42015-08-12
* player: raise maximum idle timeGravatar wm42015-08-07
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* player: put --term-playing-msg in a separate log categoryGravatar wm42015-07-13
* player: refactor chapter seek codeGravatar wm42015-07-10
* player: never overwrite stop_play fieldGravatar wm42015-07-08
* player: increase tick event update frequencyGravatar wm42015-06-23
* player: add some debug output for seekingGravatar wm42015-06-18
* command: do not exit playback if the B point of A-B loop is past EOFGravatar wm42015-06-16
* player: do not exit when a seek gets queuedGravatar wm42015-06-16
* player: add function to compute past frame durationsGravatar wm42015-05-24
* player: handle hotplug events in idle mode tooGravatar wm42015-05-02
* player: clamp display time to known time range on seekingGravatar wm42015-04-28
* demux_mkv: move global options to the demuxerGravatar wm42015-04-23
* client API: add glue for making full use of mpv_command_node()Gravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* 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