index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
player
/
playloop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
player: strictly wait until done when backstepping
wm4
2016-04-27
1
-1
/
+1
*
player: cleaner determination of current playback PTS
wm4
2016-04-23
1
-8
/
+11
*
player: eagerly redraw OSD when seeking with coverart
wm4
2016-04-23
1
-1
/
+2
*
player: force wakeup on playback restart
wm4
2016-04-20
1
-0
/
+1
*
player: reduce some timer calls
wm4
2016-04-20
1
-4
/
+5
*
player: minor simplification to buffering property updates
wm4
2016-04-20
1
-9
/
+4
*
player: simplify an aspect of buffering determination
wm4
2016-04-19
1
-15
/
+30
*
player: loop on end of file if ab-loop-b is unset
wm4
2016-04-18
1
-0
/
+3
*
cache: use a single STREAM_CTRL for various cache info
wm4
2016-03-29
1
-2
/
+3
*
player: simplify mp_seek()
wm4
2016-02-28
1
-55
/
+46
*
demux: remove relative seeking
wm4
2016-02-28
1
-12
/
+3
*
player: minor simplification
wm4
2016-02-27
1
-12
/
+5
*
player: fix --force-window behavior
wm4
2016-02-25
1
-2
/
+2
*
player: honor --force-window if video is selected, but inactive
wm4
2016-02-24
1
-4
/
+10
*
player: remove old timeline/ordered chapters support
wm4
2016-02-15
1
-47
/
+12
*
player: add complex filter graph support
wm4
2016-02-05
1
-0
/
+53
*
player: refactor: eliminate MPContext.d_audio
wm4
2016-01-22
1
-3
/
+3
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
1
-0
/
+8
*
player: refactor: eliminate MPContext.d_video
wm4
2016-01-17
1
-6
/
+6
*
player: refactor: eliminate MPContext.d_sub
wm4
2016-01-17
1
-2
/
+1
*
player: simplify backstepping
wm4
2016-01-12
1
-98
/
+18
*
player: handle hrseek framedrop correctly
wm4
2016-01-12
1
-1
/
+1
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
1
-1
/
+1
*
player: eliminate demux_get_next_pts()
wm4
2016-01-11
1
-2
/
+2
*
sub: change how subtitles are read
wm4
2015-12-29
1
-1
/
+2
*
video: switch from using display aspect to sample aspect
wm4
2015-12-19
1
-1
/
+1
*
player: make timeline switching slightly nicer
wm4
2015-11-18
1
-9
/
+5
*
player: use demuxer ts offset to simplify timeline ts handling
wm4
2015-11-16
1
-5
/
+3
*
player: handle rebasing start time differently
wm4
2015-11-16
1
-12
/
+10
*
player: refactor display-sync frame duration calculations
wm4
2015-11-13
1
-21
/
+0
*
command: make time properties unavailable if timestamp is unknown
wm4
2015-10-16
1
-8
/
+11
*
video/out: remove an unused parameter
wm4
2015-10-03
1
-1
/
+1
*
player: some more --force-window fixes
wm4
2015-09-21
1
-11
/
+16
*
player: do not destroy VO prematurely when initializing playback
wm4
2015-09-20
1
-1
/
+2
*
player: make force-window in auto-profiles actually work
wm4
2015-09-20
1
-10
/
+32
*
player: return better guess for playback time during seeks
wm4
2015-08-21
1
-13
/
+27
*
player: deliver IDLE event after uninitializing state
wm4
2015-08-20
1
-1
/
+1
*
demux: remove redundant demux_chapter.name field
wm4
2015-08-12
1
-2
/
+1
*
player: raise maximum idle time
wm4
2015-08-07
1
-1
/
+1
*
player: remove higher-level remains of DVD/BD menu support
wm4
2015-08-03
1
-2
/
+0
*
player: put --term-playing-msg in a separate log category
wm4
2015-07-13
1
-1
/
+3
*
player: refactor chapter seek code
wm4
2015-07-10
1
-22
/
+1
*
player: never overwrite stop_play field
wm4
2015-07-08
1
-2
/
+3
*
player: increase tick event update frequency
wm4
2015-06-23
1
-1
/
+1
*
player: add some debug output for seeking
wm4
2015-06-18
1
-0
/
+4
*
command: do not exit playback if the B point of A-B loop is past EOF
wm4
2015-06-16
1
-0
/
+2
*
player: do not exit when a seek gets queued
wm4
2015-06-16
1
-0
/
+4
*
player: add function to compute past frame durations
wm4
2015-05-24
1
-0
/
+21
*
player: handle hotplug events in idle mode too
wm4
2015-05-02
1
-0
/
+1
*
player: clamp display time to known time range on seeking
wm4
2015-04-28
1
-0
/
+7
*
demux_mkv: move global options to the demuxer
wm4
2015-04-23
1
-2
/
+0
*
client API: add glue for making full use of mpv_command_node()
wm4
2015-04-20
1
-1
/
+1
*
Update license headers
Marcin Kurczewski
2015-04-13
1
-5
/
+4
*
player: use symbolic constant for seek precision
wm4
2015-03-04
1
-11
/
+13
*
player: allow unsetting --term/osd-playing-msg
wm4
2015-02-18
1
-2
/
+2
*
player: fix audio-device-list updates
wm4
2015-02-14
1
-0
/
+1
*
player: add a --loop=force mode
wm4
2015-02-12
1
-1
/
+1
*
player: move more code out of central playloop function
wm4
2015-01-29
1
-58
/
+73
*
player: fix framestep over timeline segment boundaries
wm4
2015-01-26
1
-0
/
+2
*
player: some fixes for property notification
xylosper
2015-01-23
1
-1
/
+1
*
demux_disc: pass seek flags to stream layer
wm4
2015-01-19
1
-3
/
+6
*
player: fallback to seek time for percent-pos property
wm4
2015-01-14
1
-2
/
+2
*
video: batch query_format calls
wm4
2015-01-03
1
-1
/
+3
*
player: hack against --keep-open misbehaving with broken files
wm4
2014-12-24
1
-0
/
+2
*
player: don't show "0%" percentage in infinite streams
wm4
2014-12-20
1
-2
/
+3
*
player: cosmetics: remove ancient comment
wm4
2014-12-17
1
-3
/
+0
*
player: add a --keep-open=always mode
wm4
2014-12-12
1
-1
/
+2
*
player: make chapter seek to end jump to last frame with --keep-open
wm4
2014-12-08
1
-1
/
+1
*
player: when seeking past EOF with --keep-open, seek to last frame
wm4
2014-12-07
1
-1
/
+27
*
player: don't ignore relative seeks by 0 seconds
wm4
2014-11-29
1
-4
/
+0
*
player: reset frame step counter on seeks
wm4
2014-11-29
1
-0
/
+1
*
player: simplify and fix ordered chapter EOF handling
wm4
2014-11-28
1
-12
/
+3
*
player: don't try to use duration 0
wm4
2014-11-10
1
-1
/
+1
*
video/out: minor simplification to event query function
wm4
2014-11-09
1
-1
/
+1
*
command: add window-minimized property (X11 only)
wm4
2014-11-02
1
-0
/
+2
*
command: make window-scale property observable
wm4
2014-11-02
1
-0
/
+10
*
player: always use demux_chapter
wm4
2014-11-02
1
-2
/
+2
*
player: don't display zero duration for files with unknown duration
wm4
2014-10-29
1
-7
/
+7
*
player: don't spam video-reconfig event
wm4
2014-10-27
1
-1
/
+1
*
player: disable --force-window if VO fails
wm4
2014-10-24
1
-1
/
+5
*
player: fix --frames
wm4
2014-10-14
1
-1
/
+1
*
player: don't mess up cursor visibility state
wm4
2014-10-10
1
-1
/
+1
*
player: signal EOF when using --frames
wm4
2014-10-10
1
-1
/
+1
*
player: don't reset buffering pausing state on seeks
wm4
2014-10-09
1
-1
/
+0
*
player: minor cosmetic change
wm4
2014-10-08
1
-1
/
+1
*
command: add cache-buffering-state property
wm4
2014-10-07
1
-1
/
+19
*
player: open stream and demuxer asynchronously
wm4
2014-10-06
1
-6
/
+11
*
player: properly wakeup when delaying OSD
wm4
2014-10-03
1
-1
/
+3
*
video: return responsibility of video redraw back to playloop
wm4
2014-10-03
1
-1
/
+2
*
player: remove central uninit_player() function and flags mess
wm4
2014-10-03
1
-8
/
+6
*
player: move code to make playloop smaller
wm4
2014-09-25
1
-6
/
+0
*
player: rate-limit OSD text update
wm4
2014-09-25
1
-0
/
+2
*
player: fix OSD redraw heuristic with audio-only mode
wm4
2014-09-25
1
-1
/
+1
*
player: change --keep-open semantics
wm4
2014-09-24
1
-1
/
+3
*
player: show correct playback time with --keep-open --no-video
wm4
2014-09-24
1
-1
/
+2
*
player: --loop-file takes precedence before --keep-open
wm4
2014-09-24
1
-2
/
+2
*
player: allow passing number of loops to --loop-file
wm4
2014-09-22
1
-0
/
+2
*
player: make code more obvious
wm4
2014-09-20
1
-2
/
+2
*
player: use backwards flag for seeking external tracks
wm4
2014-09-20
1
-1
/
+1
*
player: fix idle mode event handling
wm4
2014-09-13
1
-8
/
+9
*
terminal-unix: move to thread
wm4
2014-09-10
1
-5
/
+0
*
player: reset some VO state when video is terminated
wm4
2014-09-09
1
-0
/
+3
*
player: some more input refactoring
wm4
2014-09-07
1
-21
/
+9
*
player: minor refactoring
wm4
2014-09-06
1
-22
/
+29
*
player: add --osd-playing-msg option
wm4
2014-09-02
1
-5
/
+13
*
player: fix quit handling when seeking past EOF while paused
wm4
2014-08-29
1
-6
/
+5
*
player: update cache state only if requested
wm4
2014-08-28
1
-1
/
+6
*
player: simplify chapter display name code
Ben Boeckel
2014-08-28
1
-3
/
+2
*
player: dynamically change cache wait times
wm4
2014-08-27
1
-1
/
+12
*
player: slightly better cache underrun detection
wm4
2014-08-27
1
-5
/
+2
*
player: better cache status on status line
wm4
2014-08-27
1
-9
/
+5
*
player: fix basic playback
wm4
2014-08-27
1
-6
/
+6
*
player: redo how stream caching and pausing on low cache works
wm4
2014-08-27
1
-21
/
+33
*
player: fix weird behavior when framestepping over format changes
wm4
2014-08-26
1
-1
/
+1
*
audio: minor improvements to timeline switching
wm4
2014-08-23
1
-4
/
+4
*
player: some more debugging output
wm4
2014-08-22
1
-0
/
+2
*
player: don't clobber playback position on video end
wm4
2014-08-22
1
-5
/
+3
*
video: get rid of video_next_pts field
wm4
2014-08-22
1
-3
/
+1
*
video: don't assume query_format is thread-safe
wm4
2014-08-20
1
-1
/
+1
*
player: never print status messages before playback begins
wm4
2014-08-18
1
-1
/
+1
*
player: remove unneeded call
wm4
2014-08-18
1
-4
/
+0
*
player: cosmetics: make code more compact
wm4
2014-08-16
1
-5
/
+2
*
video: add VO framedropping mode
wm4
2014-08-15
1
-6
/
+6
*
player: use virtual time for --audio-file with ordered chapters
wm4
2014-08-15
1
-1
/
+2
*
player: don't quit with --loop-file
wm4
2014-08-13
1
-0
/
+1
*
video: fix and simplify video format changes and last frame display
wm4
2014-08-12
1
-1
/
+1
*
video: move display and timing to a separate thread
wm4
2014-08-12
1
-25
/
+3
*
player: don't delay OSD redraw when paused
wm4
2014-08-10
1
-2
/
+4
*
player: some further playloop cleanups
wm4
2014-08-03
1
-45
/
+33
*
player: make quit exit immediately
wm4
2014-08-03
1
-3
/
+3
*
player: allow redrawing screen during seeks
wm4
2014-08-03
1
-6
/
+12
*
player: don't ignore first chapter
wm4
2014-07-31
1
-1
/
+1
*
client API: make "cache" property and similar observable
wm4
2014-07-31
1
-0
/
+12
*
player: rename a variable
wm4
2014-07-30
1
-3
/
+3
*
player: move video display code out of the playloop
wm4
2014-07-30
1
-316
/
+9
*
player: split seek_reset()
wm4
2014-07-30
1
-30
/
+12
*
player: fix time display wheen seeking past EOF with --keep-open
wm4
2014-07-30
1
-17
/
+16
*
player: let explicitly imprecise seeks cancel precise seeks
wm4
2014-07-29
1
-0
/
+3
*
player: remove a pointless field
wm4
2014-07-29
1
-3
/
+4
*
player: disable hr-seek in .ts files
wm4
2014-07-29
1
-0
/
+1
*
player: allow precise seeking with percent seeks
wm4
2014-07-29
1
-2
/
+1
*
player: update playback position on seek
wm4
2014-07-29
1
-0
/
+2
*
player: logically speed up seek logic
wm4
2014-07-28
1
-1
/
+1
*
audio: change playback restart and resyncing
wm4
2014-07-28
1
-100
/
+91
*
player: fix idle mode event handling
wm4
2014-07-22
1
-2
/
+2
*
player: don't sleep after seeks
wm4
2014-07-21
1
-0
/
+1
*
player: simplify a condition
wm4
2014-07-20
1
-7
/
+8
*
player: simplify logic on video errors
wm4
2014-07-20
1
-1
/
+1
*
player: don't wait forever with --cache-pause-below behavior
wm4
2014-07-20
1
-0
/
+1
*
video: use symbolic constants instead of magic integers
wm4
2014-07-18
1
-7
/
+7
*
video: don't block when reading video packets
wm4
2014-07-18
1
-3
/
+6
*
player: remove the last instances of polling
wm4
2014-07-18
1
-30
/
+27
*
demux: add a demuxer thread
wm4
2014-07-16
1
-19
/
+5
*
Revert "Remove DVD and Bluray support"
wm4
2014-07-15
1
-0
/
+2
*
Remove DVD and Bluray support
wm4
2014-07-14
1
-2
/
+0
*
player: remove some inactive code
wm4
2014-07-13
1
-8
/
+1
*
demux: remove accurate_seek field
wm4
2014-07-08
1
-5
/
+3
*
Remove stream_pts stuff
wm4
2014-07-06
1
-2
/
+0
*
player: don't use stream position as fallback for percent-pos
wm4
2014-07-05
1
-3
/
+2
*
player: make the time display relative to start PTS
Tsukasa OMOTO
2014-06-29
1
-0
/
+7
*
video/out: change aspects of OSD handling
wm4
2014-06-15
1
-32
/
+9
*
player: hide some messages in verbose mode
wm4
2014-06-09
1
-3
/
+3
*
stream: don't use end_pos
wm4
2014-05-24
1
-4
/
+5
*
stream: kill start_pos, remove --sb option
wm4
2014-05-24
1
-2
/