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: ensure backward playback state is propagated on track switching
wm4
2019-09-19
1
-2
/
+1
*
player: partially fix seek_to_last_frame in backward mode
wm4
2019-09-19
1
-4
/
+9
*
player: fix --loop with backward playback
wm4
2019-09-19
1
-1
/
+15
*
player: remove some duplication between normal looping and ab-loops
wm4
2019-09-19
1
-14
/
+19
*
player: modify/simplify AB-loop behavior
wm4
2019-09-19
1
-11
/
+19
*
player: replace a magic numer by another magic number
wm4
2019-09-19
1
-1
/
+1
*
player: fix --hr-seek-demuxer-offset with backward playback
wm4
2019-09-19
1
-1
/
+1
*
demux: set SEEK_HR for backstep seeks, move a hr-seek detail to playloop
wm4
2019-09-19
1
-4
/
+8
*
Implement backwards playback
wm4
2019-09-19
1
-5
/
+22
*
playloop: update cache properties in idle state
wm4
2019-09-19
1
-3
/
+4
*
player: send MPV_EVENT_TICK during init for the sake of the osc
wm4
2019-09-19
1
-1
/
+4
*
demux: simplify API for returning cache status
wm4
2019-09-19
1
-2
/
+2
*
demux: return stream file size differently, rip out stream ctrls
wm4
2019-09-19
1
-5
/
+3
*
audio: block ao buffer for keep-open
dudemanguy
2019-09-09
1
-1
/
+4
*
player: show restart position
Aman Gupta
2019-04-01
1
-1
/
+1
*
player: fix core activity state check
Avi Halachmi (:avih)
2019-03-12
1
-1
/
+1
*
demux, stream: rip out the classic stream cache
wm4
2018-08-31
1
-5
/
+2
*
player: fix coding style
wm4
2018-05-24
1
-3
/
+3
*
player: change the role of the "stop_play" and "playing" variable
wm4
2018-05-24
1
-3
/
+3
*
player: don't reset last_seek_pts on playback state reset
wm4
2018-05-24
1
-1
/
+0
*
command: add a way to abort asynchronous commands
wm4
2018-05-24
1
-1
/
+1
*
command: add infrastructure for async commands
wm4
2018-05-24
1
-2
/
+11
*
demux, player: fix playback of sparse video streams (w/ still images)
Aman Gupta
2018-05-24
1
-2
/
+13
*
player: add more logging around buffering state
Aman Gupta
2018-05-03
1
-2
/
+7
*
build: make encoding mode non-optional
wm4
2018-05-03
1
-4
/
+0
*
player: remove in_dispatch field
wm4
2018-04-18
1
-8
/
+5
*
client API: deprecate opengl-cb API and introduce a replacement API
wm4
2018-02-28
1
-1
/
+0
*
audio: move to decoder wrapper
wm4
2018-01-30
1
-38
/
+0
*
video: make decoder wrapper a filter
wm4
2018-01-30
1
-23
/
+14
*
player: replace old lavfi wrapper with new filter code
wm4
2018-01-30
1
-16
/
+20
*
video: rewrite filtering glue code
wm4
2018-01-30
1
-1
/
+4
*
player: redo hack for video keyframe seeks with external audio
wm4
2018-01-18
1
-6
/
+41
*
player: handle audio playback restart in central playback start code
wm4
2018-01-07
1
-0
/
+8
*
player: slightly refactor/simplify cache pausing logic
wm4
2018-01-07
1
-37
/
+37
*
player: cosmetics: rename internal variable for consistency
wm4
2018-01-03
1
-2
/
+2
*
player: add --cache-pause-initial option to start in buffering state
wm4
2018-01-03
1
-0
/
+11
*
player: use fixed timeout for cache pausing (buffering) duration
wm4
2018-01-03
1
-10
/
+2
*
player/playloop.c: Revert --loop-file and --start interaction
Leo Izen
2017-12-31
1
-13
/
+5
*
player: allow seeking in cached parts of unseekable streams
wm4
2017-12-24
1
-7
/
+10
*
player/playloop.c: fix --loop-file without --start
Leo Izen
2017-12-05
1
-1
/
+3
*
player/playloop.c: respect playback start time when using --loop-file
Leo Izen
2017-12-03
1
-5
/
+11
*
player: use start timestamp for ab-looping if --ab-loop-a is absent
Leo Izen
2017-12-03
1
-4
/
+5
*
player: add get_play_start_pts
Leo Izen
2017-12-03
1
-1
/
+1
*
player: minor fix/simplification of OSD time/duration handling
wm4
2017-11-24
1
-2
/
+2
*
demux: drop redundant SEEK_BACKWARD flag
wm4
2017-10-23
1
-3
/
+2
*
audio: make libaf derived code optional
wm4
2017-09-21
1
-1
/
+0
*
options: remove --heartbeat-cmd and --heartbeat--interval
wm4
2017-09-18
1
-16
/
+0
*
audio: introduce a new type to hold audio frames
wm4
2017-08-16
1
-1
/
+1
*
player: make refresh seeks slightly more robust
wm4
2017-08-14
1
-3
/
+3
*
player: make --lavfi-complex changeable at runtime
wm4
2017-08-12
1
-0
/
+4
*
Universal Windows Plaform (UWP) support
Pedro Pombeiro
2017-06-29
1
-0
/
+2
*
player: change license of most core files to LGPL
wm4
2017-06-23
1
-7
/
+7
*
demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTH
wm4
2017-06-20
1
-8
/
+1
*
player: seek backward for type MPSEEK_FACTOR
jrodatus
2017-06-18
1
-1
/
+1
*
player: fix a corner case in previous commit
wm4
2017-04-14
1
-2
/
+2
*
player: fix core-idle and eof-reached update notifcations
wm4
2017-04-14
1
-5
/
+25
*
player: unmess pause state handling
wm4
2017-04-14
1
-52
/
+45
*
player: add --keep-open-pause=no option
Dan Oscarsson
2017-04-14
1
-1
/
+1
*
player: enable "buffering" pausing for DASH streams too
wm4
2017-04-01
1
-1
/
+2
*
player: don't block playback stop when seeking
wm4
2017-02-21
1
-3
/
+0
*
player: fix stats-logging of sleep state
wm4
2017-02-21
1
-2
/
+3
*
player: remove unnecessary wakeup
wm4
2017-02-21
1
-1
/
+0
*
player: reduce blocking on VO when switching pause
wm4
2017-02-21
1
-2
/
+2
*
player: add experimental stream recording feature
wm4
2017-02-07
1
-0
/
+3
*
player: add prefetching of the next playlist entry
wm4
2017-01-18
1
-0
/
+3
*
client API: turn mpv_suspend() and mpv_resume() into stubs
wm4
2016-11-22
1
-3
/
+0
*
player: enable no-video subtitle display on coverart too
wm4
2016-10-31
1
-1
/
+1
*
player: show subtitles on VO if --force-window is used
wm4
2016-10-26
1
-1
/
+1
*
player: consistently initialize screensaver state with --force-window
wm4
2016-10-26
1
-1
/
+1
*
player: don't leave buffering during underflow
wm4
2016-10-21
1
-2
/
+2
*
player: guard against MPSEEK_RELATIVE when current pts is unknown
Aman Gupta
2016-10-21
1
-0
/
+2
*
player: make --stop-screensaver runtime-changeable
wm4
2016-10-02
1
-4
/
+13
*
x11: fix external fullscreen update
wm4
2016-09-23
1
-0
/
+9
*
player: use better way to wait for input and dispatching commands
wm4
2016-09-16
1
-13
/
+26
*
player: litter code with explicit wakeup calls
wm4
2016-09-16
1
-13
/
+25
*
player, ao, vo: don't call mp_input_wakeup() directly
wm4
2016-09-16
1
-1
/
+18
*
client API: implement mpv_suspend/resume slightly differently
wm4
2016-09-04
1
-0
/
+2
*
options: make mp_vo_opts options an actual sub-option group
wm4
2016-08-30
1
-1
/
+1
*
player: make --force-window work with opengl-cb
wm4
2016-08-30
1
-0
/
+1
*
player: make looping slightly more seamless
wm4
2016-08-18
1
-4
/
+24
*
player: allow passing flags to queue_seek()
wm4
2016-08-15
1
-7
/
+8
*
player: gross hack to improve non-hr seeking with external audio tracks
wm4
2016-08-07
1
-0
/
+4
*
player: offset demuxer on start/seek properly with audio/sub delay
wm4
2016-08-04
1
-0
/
+8
*
audio: refactor mixer code and delete mixer.c
wm4
2016-07-17
1
-1
/
+0
*
player: it's not --force-seeking but --force-seekable
wm4
2016-07-06
1
-1
/
+1
*
player: remove unused return value
wm4
2016-06-08
1
-6
/
+3
*
player: tell user about --force-seeking if demuxer is not seekable
wm4
2016-06-08
1
-1
/
+2
*
build: silence -Wunused-result
Niklas Haas
2016-06-07
1
-1
/
+1
*
player: restore usual seeking behavior
wm4
2016-05-09
1
-16
/
+31
*
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