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: 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
/
+2
*
player: fix cover art sometimes "syncing" against audio
wm4
2014-05-22
1
-1
/
+3
*
cache: redo options and default settings
wm4
2014-05-20
1
-4
/
+8
*
player: disable hr-seek framedropping during backstepping
wm4
2014-05-12
1
-2
/
+3
*
player: remove VO from seeking code path
wm4
2014-05-07
1
-3
/
+2
*
player: minor reshuffling of video code
wm4
2014-05-07
1
-28
/
+30
*
player: limit max. fallback frame duration
wm4
2014-05-07
1
-1
/
+1
*
player: handle video reconfig slightly different again
wm4
2014-05-07
1
-23
/
+26
*
options: remove deprecated --identify
Martin Herkt
2014-05-04
1
-3
/
+0
*
video: fix video end condition
wm4
2014-05-03
1
-5
/
+4
*
video: rename a variable
wm4
2014-05-03
1
-2
/
+2
*
video: change everything
wm4
2014-05-02
1
-21
/
+23
*
video: improve error messages
wm4
2014-04-30
1
-2
/
+1
*
client API: add chapter change event
wm4
2014-04-27
1
-0
/
+11
*
dispatch: move into its own source file
wm4
2014-04-23
1
-1
/
+1
*
player: fix audio EOF check on --no-audio
wm4
2014-04-18
1
-1
/
+1
*
player: add a --loop-file option
wm4
2014-04-17
1
-0
/
+11
*
player: unrangle one aspect of audio EOF handling
wm4
2014-04-17
1
-9
/
+4
*
audio: explicitly document audio EOF condition
wm4
2014-04-17
1
-1
/
+1
*
player: add a --dump-stats option
wm4
2014-04-17
1
-1
/
+18
*
player: remove audio waiting
wm4
2014-04-15
1
-16
/
+0
*
client API: remove mpv_event_pause_reason
wm4
2014-04-14
1
-14
/
+10
*
command: add property to indicate when pausing due to --keep-open
wm4
2014-04-14
1
-0
/
+3
*
player: add missing "-" to options in workaround notice on A/V desynchronization
Sebastian Morr
2014-03-30
1
-1
/
+1
*
player: use MP_NOPTS_VALUE as rel_time_to_abs() error value
wm4
2014-03-25
1
-2
/
+1
*
player: handle chapter range like --start/--end
wm4
2014-03-25
1
-3
/
+3
*
player: let chapter_start_time() return MP_NOPTS_VALUE for unknown times
wm4
2014-03-25
1
-2
/
+2
*
player: remove weird separation between no chapters and 0 chapters
wm4
2014-03-25
1
-15
/
+11
*
player: remove demuxer chapoter API wrappers
wm4
2014-03-25
1
-30
/
+6
*
stream: remove old chapter handling code
wm4
2014-03-25
1
-8
/
+1
*
Revert "player: simplify audio reset when seeking"
wm4
2014-03-10
1
-10
/
+15
*
audio/out: make ao struct opaque
wm4
2014-03-09
1
-5
/
+6
*
player: cheap hack against idle event feedback loop
wm4
2014-03-01
1
-2
/
+6
*
client APIs: fix some typos
xylosper
2014-02-28
1
-1
/
+1
*
client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEK
wm4
2014-02-28
1
-0
/
+5
*
client API: don't send MPV_EVENT_IDLE when not entering idle mode
wm4
2014-02-26
1
-2
/
+3
*
client API: report pause/unpause reason
wm4
2014-02-24
1
-15
/
+21
*
options: handle escape sequences in e.g. --playing-msg differently
wm4
2014-02-20
1
-1
/
+2
*
client API: add event for metadata changes
wm4
2014-02-19
1
-1
/
+2
*
client API: add events for video and audio reconfig
wm4
2014-02-17
1
-1
/
+1
*
lua: port to client API
wm4
2014-02-10
1
-3
/
+0
*
Add a client API
wm4
2014-02-10
1
-2
/
+13
*
options: add --no-terminal switch
wm4
2014-02-10
1
-2
/
+4
*
player: handle seek delays differently
wm4
2014-02-07
1
-14
/
+14
*
sub: uglify OSD code path with locking
wm4
2014-01-18
1
-5
/
+4
*
player: redo terminal OSD and status line handling
wm4
2014-01-13
1
-6
/
+0
*
player: mention subtitles in av_desync_help_text
wm4
2014-01-12
1
-2
/
+2
*
player: fix setting smaller timeout on Windows systems
wm4
2014-01-08
1
-1
/
+1
*