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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vo_opengl: deprecate 'drm-egl' backend and introduce 'drm' instead
wm4
2016-09-27
3
-3
/
+23
*
stream_lavf: check seekable flag correctly
wm4
2016-09-27
1
-1
/
+1
*
command: fix inverted condition in sub-reload command
wm4
2016-09-26
1
-1
/
+1
*
vo_drm: provide display fps
rr-
2016-09-26
2
-2
/
+27
*
cocoa: fix fullscreen regression on 10.11 and newer
Akemi
2016-09-26
1
-1
/
+0
*
player: allow opts in pseudo-gui set by the user to override user's default
Ricardo Constantino
2016-09-26
3
-8
/
+18
*
video: trust demuxer framerate on invalid timestamps
wm4
2016-09-26
1
-1
/
+1
*
qthelper: introduce new convenience functions
wm4
2016-09-26
2
-0
/
+99
*
scripting: don't attempt to load builtin scripts twice
wm4
2016-09-26
1
-1
/
+0
*
stream_lavf: fix determining seekability
wm4
2016-09-26
1
-3
/
+23
*
DOCS/compile-windows.md: update msys2 instructions again
Kevin Mitchell
2016-09-25
1
-3
/
+3
*
osc: Fix scaling issues when toggling fullscreen
Ricardo Constantino
2016-09-25
1
-0
/
+1
*
sd_ass: fix top alignment of secondary subtitles
wm4
2016-09-25
1
-3
/
+4
*
lua: complain loudly if Lua state creation fails
wm4
2016-09-25
1
-1
/
+3
*
options: do not mark --profile/--include as M_OPT_FIXED
wm4
2016-09-24
1
-2
/
+2
*
player: fix instant subtitle refresh on track switches
wm4
2016-09-24
2
-4
/
+9
*
lua: fix array detection
wm4
2016-09-24
1
-2
/
+2
*
command: some minor corrections to previous commit
wm4
2016-09-24
1
-20
/
+19
*
command: make it possible to set chapters via lua plugins
Maurycy Skier
2016-09-24
1
-1
/
+70
*
vo_opengl: hwdec_cuda: get the cuda device from the GL context
Philip Langdale
2016-09-24
1
-3
/
+3
*
vo_opengl: hwdec_cuda: directly map GL textures and skip using PBOs
Philip Langdale
2016-09-24
1
-65
/
+20
*
manpage: hwdec_cuda: update docs to say 10bit hevc is supported
Philip Langdale
2016-09-24
1
-2
/
+2
*
player: fix intended pseudo-gui behavior
wm4
2016-09-23
1
-3
/
+3
*
player: do not let pseudo-gui override user config settings
wm4
2016-09-23
11
-11
/
+42
*
m_config, command: remove some minor code duplication
wm4
2016-09-23
3
-6
/
+11
*
TOOLS/lua/observe-all: explicitly observe all options
wm4
2016-09-23
1
-1
/
+9
*
command: make most options observable
wm4
2016-09-23
1
-0
/
+6
*
vo_opengl: hwdec_rpi: remove copy&paste error
wm4
2016-09-23
1
-1
/
+0
*
vo: log framedrops
wm4
2016-09-23
1
-1
/
+3
*
command: fix potential UB
wm4
2016-09-23
1
-5
/
+5
*
x11: fix external fullscreen update
wm4
2016-09-23
3
-13
/
+19
*
aspect: use nominal width instead of actual width for video-unscaled
Niklas Haas
2016-09-22
1
-3
/
+3
*
player: make audio-channels etc. runtime settable
wm4
2016-09-22
3
-5
/
+13
*
command: add a load-script command
wm4
2016-09-22
6
-5
/
+20
*
player: remove some explicit options accesses when saving resume file
wm4
2016-09-22
1
-29
/
+26
*
command: fix missing update notifications in some cases
wm4
2016-09-22
1
-0
/
+1
*
player: some M_SETOPT_RUNTIME cleanups
wm4
2016-09-22
3
-21
/
+9
*
ytdl_hook: temporarily force disable dash segments formats
Ricardo Constantino
2016-09-22
1
-4
/
+5
*
vo: add a unique frame_id to vo_frame
wm4
2016-09-22
2
-0
/
+9
*
vo_opengl: apply 90° rotation to chroma texture size
wm4
2016-09-22
1
-0
/
+3
*
hwdec/cuda: Document how to activate cuda deinterlacing
Philip Langdale
2016-09-22
1
-8
/
+11
*
cocoa: fix macOS 10.12 deprecation warnings
Akemi
2016-09-22
4
-12
/
+45
*
player: add --watch-later-directory option
David Logie
2016-09-22
4
-2
/
+19
*
client API: more or less deprecate mpv_set_option()
wm4
2016-09-21
8
-56
/
+101
*
options: make input options generally runtime-settable
wm4
2016-09-21
7
-71
/
+105
*
client API: fix init/destruction race conditions
wm4
2016-09-21
3
-8
/
+19
*
lua: add API for registering idle handlers
wm4
2016-09-21
2
-0
/
+17
*
lua: run timers only after draining the event queue
wm4
2016-09-21
1
-12
/
+11
*
manpage: lua: mention recent deprecations
wm4
2016-09-21
1
-4
/
+6
*
lua: expose subprocess_detached
rr-
2016-09-21
2
-0
/
+45
*
ao_openal: enable building on OSX
Josh de Kock
2016-09-21
3
-2
/
+27
*
command: make bitrate properties observable
wm4
2016-09-21
1
-1
/
+2
*
client API: revert unintended mpv_wait_event() behavior change
wm4
2016-09-21
1
-3
/
+0
*
command: add a video-dec-params property
wm4
2016-09-20
4
-2
/
+27
*
video: handle override video parameters in a better place
wm4
2016-09-20
2
-8
/
+7
*
command: change update handling of some video-related properties
wm4
2016-09-20
5
-32
/
+19
*
player: kill associated OSD and key bindings when removing a script
wm4
2016-09-20
5
-4
/
+35
*
osd: fix OSD redrawing after removing external overlays
wm4
2016-09-20
1
-0
/
+2
*
man/options.rst: fix typo and layout
Kranky K. Krackpot
2016-09-20
1
-6
/
+8
*
audio: fix segfault when yanking USB DAC
Kevin Mitchell
2016-09-20
1
-0
/
+1
*
options: fix window-scale property
wm4
2016-09-20
2
-2
/
+2
*
m_option: resort M_OPT_ flag values
wm4
2016-09-20
1
-11
/
+11
*
player: make --osc/--ytdl settable during playback
wm4
2016-09-20
6
-7
/
+44
*
options, command: simplify some option updates
wm4
2016-09-19
4
-86
/
+56
*
client API: revert some relaxations about calling mpv_initialize()
wm4
2016-09-19
2
-2
/
+16
*
player: minor changes in init code
wm4
2016-09-19
4
-19
/
+11
*
player: make --log-file and --dump-stats freely settable at runtime
wm4
2016-09-19
3
-25
/
+37
*
player: make --terminal freetly settable at runtime
wm4
2016-09-19
6
-28
/
+35
*
terminal-unix: don't send quit command on terminal_uninit()
wm4
2016-09-19
1
-4
/
+8
*
options: slightly better option update mechanism
wm4
2016-09-19
8
-26
/
+62
*
options: remove some M_OPT_FIXED flags
wm4
2016-09-19
1
-9
/
+9
*
command: add audio-pts property to get the audio pts
Hector Martin
2016-09-19
2
-1
/
+20
*
af_pan: fix typo
Hector Martin
2016-09-19
1
-2
/
+3
*
af_rubberband: default to channels=together
Hector Martin
2016-09-19
1
-0
/
+1
*
af_rubberband: add af-command and option to change the pitch
Hector Martin
2016-09-19
2
-2
/
+38
*
af_pan: add af-command support to change the matrix
Hector Martin
2016-09-19
2
-19
/
+38
*
af_pan: coding style fixes
Hector Martin
2016-09-19
1
-103
/
+104
*
command: fix "cycle"/"add" not working on most properties
wm4
2016-09-18
1
-1
/
+2
*
player: more option/property consistency fixes
wm4
2016-09-18
10
-58
/
+75
*
command: fix window-scale option/property inconsistencies
wm4
2016-09-18
2
-7
/
+7
*
options: rename/deprecate --playlist-pos
wm4
2016-09-18
5
-13
/
+11
*
command: minor fixes to video-aspect property
wm4
2016-09-18
1
-8
/
+2
*
options: actually deprecate --mute=auto
wm4
2016-09-18
4
-5
/
+10
*
command: fix --quiet, --really-quiet options
wm4
2016-09-18
1
-0
/
+2
*
displayconfig: treat a refresh rate of 1 as invalid
James Ross-Gowan
2016-09-18
1
-2
/
+8
*
stream/stream_lavf: user-agent option is deprecated
RiCON
2016-09-18
1
-1
/
+1
*
command: add an apply-profile command
wm4
2016-09-17
4
-0
/
+20
*
options: take care of propertly updating options on runtime changes
wm4
2016-09-17
7
-8
/
+125
*
options: fix pseudo-options like -v
wm4
2016-09-17
1
-1
/
+1
*
manpage: document some more property/options inconsistencies
wm4
2016-09-17
1
-0
/
+27
*
command: make window-scale redirect to option if no window created
wm4
2016-09-17
1
-1
/
+1
*
DOCS: vo/ao auto profiles are deprecated
RiCON
2016-09-17
1
-2
/
+1
*
options: simplify M_OPT_EXIT
wm4
2016-09-17
8
-26
/
+22
*
m_config: make option setting always call m_config_set_option_raw()
wm4
2016-09-17
1
-14
/
+20
*
options: kill M_OPT_GLOBAL flag
wm4
2016-09-17
3
-21
/
+7
*
player: don't enter playloop for client API requests
wm4
2016-09-16
2
-2
/
+4
*
osd: fix OSD getting stuck with --blend-subtitles=yes
wm4
2016-09-16
3
-19
/
+18
*
dispatch: fix a race condition triggering an assert()
wm4
2016-09-16
1
-1
/
+1
*
player: fix a missed wakeup
wm4
2016-09-16
1
-0
/
+1
*
vo_opengl: don't pass negative height to overlay_adjust()
wm4
2016-09-16
1
-1
/
+1
*
player: use better way to wait for input and dispatching commands
wm4
2016-09-16
9
-57
/
+80
*
client API: declare mpv_suspend/mpv_resume deprecated
wm4
2016-09-16
8
-10
/
+22
*
player: litter code with explicit wakeup calls
wm4
2016-09-16
9
-39
/
+76
*
player, ao, vo: don't call mp_input_wakeup() directly
wm4
2016-09-16
17
-47
/
+97
*
osd: fix subtitle/overlay update problems
wm4
2016-09-16
1
-2
/
+6
*
hwdec_cuda: Rename config variable to be more consistent
Philip Langdale
2016-09-16
5
-8
/
+8
*
vo_opengl: rpi: cosmetic change
wm4
2016-09-15
1
-2
/
+2
*
audio: fix missed wakeup when changing audio output device
wm4
2016-09-15
1
-1
/
+1
*
osd: slightly simplify update logic
wm4
2016-09-15
6
-30
/
+21
*
options: add --hwdec=yes as alias for --hwdec=auto
wm4
2016-09-15
2
-2
/
+4
*
etc/builtin.conf: minor edits
wm4
2016-09-15
1
-2
/
+6
*
player: move builtin profiles to a separate file
wm4
2016-09-15
5
-50
/
+51
*
player: remove unintended !mingw ifdef for IPC uninit
wm4
2016-09-15
1
-2
/
+0
*
client API: remove SIGPIPE overriding code
wm4
2016-09-15
4
-11
/
+8
*
manpage: explain "speed-adjusted" FPS for --interpolation-threshold
wm4
2016-09-15
1
-2
/
+5
*
vo_opengl: fix OSD with icc-profile after previous commit
wm4
2016-09-14
1
-0
/
+2
*
vo_opengl: dynamically manage texture units
wm4
2016-09-14
5
-30
/
+54
*
vo_opengl: require explicit reset on shader cache after rendering
wm4
2016-09-14
4
-8
/
+30
*
vo_opengl: remove a redundant glActiveTexture() call
wm4
2016-09-14
1
-2
/
+2
*
vo_opengl: make the number of PBOs tunable
Niklas Haas
2016-09-14
2
-5
/
+7
*
vo_opengl: drm: use new EGL context creation code
wm4
2016-09-14
2
-43
/
+8
*
vo_opengl: wayland: use new EGL context creation code
wm4
2016-09-14
2
-50
/
+9
*
vo_opengl: EGL: dump some version info
wm4
2016-09-14
1
-0
/
+8
*
vo_opengl: EGL: better desktop-GL context creation
wm4
2016-09-14
1
-19
/
+65
*
vo_opengl: EGL: silence eglBindAPI() error message
wm4
2016-09-13
1
-1
/
+1
*
vo_rpi, vo_opengl: separate RPI/EGL-specific code for both VOs
wm4
2016-09-13
3
-220
/
+200
*
vo_opengl: rpi: use new egl context creation helper function
wm4
2016-09-13
2
-27
/
+14
*
vo_x11: fix some ifdeffery
wm4
2016-09-13
1
-2
/
+2
*
vo_opengl: mali fbdev support
wm4
2016-09-13
5
-3
/
+188
*
vo_opengl: factor some EGL context creation code
wm4
2016-09-13
5
-74
/
+122
*
DOCS/interface-changes.rst: minor cleanup
wm4
2016-09-13
1
-19
/
+16
*
manpage: vo_rpi -> vo_opengl
wm4
2016-09-13
1
-1
/
+1
*
vo_opengl: fix typo in bt.601 auto-guessing logic
Niklas Haas
2016-09-13
1
-1
/
+1
*
player: Save sub-speed value when resuming playback
Vladimir Panteleev
2016-09-13
1
-0
/
+1
*
player: Improve OSD formatting of sub-speed option
Vladimir Panteleev
2016-09-13
1
-0
/
+4
*
player: Apply new sub-speed values during playback
Vladimir Panteleev
2016-09-13
2
-0
/
+22
*
sub: Add SD_CTRL_UPDATE_SPEED
Vladimir Panteleev
2016-09-13
2
-0
/
+4
*
ytdl_hook: don't bother adding subtitles if duration isn't known
Ricardo Constantino
2016-09-13
1
-5
/
+3
*
ytdl_hook: Support playlist entries without subtitles
Ricardo Constantino
2016-09-13
1
-3
/
+17
*
vo_rpi: deprecate this VO
wm4
2016-09-12
4
-4
/
+19
*
vo: change defines to an enum
wm4
2016-09-12
1
-15
/
+17
*
vo_opengl: fix non-C11 TLS fallback for gcc
wm4
2016-09-12
1
-1
/
+1
*
vo_opengl: better behavior in GL error corner cases
wm4
2016-09-12
1
-4
/
+5
*
vo_opengl: rpi: merge vo_rpi features
wm4
2016-09-12
2
-20
/
+255
*
vo_opengl: redirect window screenshot requests to backend
wm4
2016-09-12
1
-5
/
+5
*
vo_opengl: add hw overlay support and use it for RPI
wm4
2016-09-12
9
-3
/
+478
*
man: fix building pdf
shinchiro
2016-09-12
1
-4
/
+6
*
command: don't log "ignore" command with -v verbosity
wm4
2016-09-11
1
-1
/
+2
*
client API: don't miss property changes after updates
James Ross-Gowan
2016-09-11
1
-5
/
+3
*
hwdec_cuda: Add trivial cuda-copy wrapper
Philip Langdale
2016-09-11
4
-4
/
+20
*
options: fix another minor regression
wm4
2016-09-11
1
-1
/
+2
*
hwdec_cuda: Implement download_image for screenshots
Philip Langdale
2016-09-10
1
-0
/
+53
*
build: recompile zsh completion if zsh.pl changes
Philip Sequeira
2016-09-10
1
-1
/
+1
*
TOOLS/zsh.pl: don't filter files by extension
Philip Sequeira
2016-09-10
1
-2
/
+1
*
TOOLS/zsh.pl: die if we can't parse main options
Philip Sequeira
2016-09-10
1
-0
/
+3
*
options: fix --list-options after previous commit
wm4
2016-09-10
2
-3
/
+4
*
options: make --h list options according to a pattern passed to it
wm4
2016-09-10
5
-10
/
+29
*
m_config: remove another unused leftover
wm4
2016-09-10
2
-15
/
+0
*
stream_cb: don't add "*://" to protocol list
wm4
2016-09-10
2
-5
/
+1
*
command: do not call mp_switch_track() before proper initialization
wm4
2016-09-10
1
-7
/
+17
*
man: fix typo
bugdone
2016-09-10
1
-1
/
+1
*
hwdec_cuda: Use the non-deprecated CUDA-GL interop API
Philip Langdale
2016-09-10
1
-12
/
+26
*
player: fix average frame duration calculation
sda89ha9
2016-09-09
1
-1
/
+1
*
stream, demux, config: remove some dead/unneeded option-related code
wm4
2016-09-09
8
-186
/
+6
*
stream_cdda: remove weird option parsing stuff
wm4
2016-09-09
3
-30
/
+17
*
tv: remove weird option parsing stuff
wm4
2016-09-09
2
-23
/
+14
*
stream_dvb: remove weird option parsing stuff
wm4
2016-09-09
1
-24
/
+24
*