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_wayland: share frame callbacks.
Jari Vetoniemi
2015-03-23
4
-39
/
+58
*
TOOLS: add a lua scripts for extracting and setting starttime with ytdl
Patrick Hipp
2015-03-23
1
-0
/
+34
*
TOOLS: add a lua script for a -stay on top only during playback- mode
Patrick Hipp
2015-03-23
1
-0
/
+19
*
audio: prefer libdcadec by default if present
wm4
2015-03-23
1
-1
/
+1
*
mp_image: reject 0-sized images
wm4
2015-03-23
1
-2
/
+1
*
vo_opengl: fix XYZ input gamma
Niklas Haas
2015-03-23
1
-1
/
+1
*
demux_mkv_timeline: don't continue if reopening file failed
wm4
2015-03-23
1
-1
/
+1
*
m_option: remove dead initialization
wm4
2015-03-23
1
-3
/
+3
*
vo_vdpau: remove some minor code duplication
wm4
2015-03-23
1
-13
/
+7
*
vo_vdpau: check vdpau API return value
wm4
2015-03-23
1
-0
/
+1
*
vdpau: remove dead assignment
wm4
2015-03-23
1
-2
/
+1
*
client API: remove dead assignment
wm4
2015-03-23
1
-1
/
+0
*
vo_opengl: remove dead assignment
wm4
2015-03-23
1
-3
/
+3
*
ta: memcpy(ptr, NULL, 0) is undefined
wm4
2015-03-23
1
-1
/
+3
*
m_property: memcpy(ptr, NULL, 0) is undefined
wm4
2015-03-23
1
-1
/
+2
*
video: use less technical language for PTS warning
wm4
2015-03-23
1
-1
/
+1
*
encode: make --audio-channels=auto work
wm4
2015-03-23
1
-2
/
+4
*
manpage: ipc: make requirements for newlines more explicit
wm4
2015-03-23
1
-0
/
+3
*
video: fix update of vo-configured property
wm4
2015-03-23
1
-0
/
+1
*
vo_opengl_cb: don't render OSD while VO is not created
wm4
2015-03-23
6
-17
/
+26
*
vo_opengl: move OSD rendering to separate function
wm4
2015-03-23
1
-39
/
+41
*
command: use mp_set_playlist_entry
Sai Ke WANG
2015-03-22
1
-3
/
+1
*
vo_opengl: fix video equalizer gamma controls
wm4
2015-03-22
1
-1
/
+4
*
af_bs2b: fix option default value
wm4
2015-03-22
1
-1
/
+2
*
vo_opengl: fix background color option
wm4
2015-03-21
1
-7
/
+5
*
vo_opengl: fix bicubic_fast scaler
wm4
2015-03-21
1
-1
/
+1
*
vd_lavc: less confusing message when hardware decoding won't work
wm4
2015-03-20
1
-2
/
+3
*
demux_lavf: assume h264/hevc raw streams have no timestamps
wm4
2015-03-20
1
-4
/
+12
*
player: better handling of video with no timestamps
wm4
2015-03-20
4
-11
/
+15
*
vo_xv: remove pointless cast
wm4
2015-03-20
1
-2
/
+1
*
vf_expand: fix memory leak on memory allocation failure
wm4
2015-03-20
1
-1
/
+3
*
player: fix seekability test
wm4
2015-03-20
1
-1
/
+1
*
mp_image: do not assume trailing stride padding exists
wm4
2015-03-20
1
-4
/
+4
*
video: uninline memcpy_pic functions
wm4
2015-03-20
16
-93
/
+53
*
video: replace pointless macro
wm4
2015-03-20
2
-9
/
+4
*
mp_image: remove unneeded things
wm4
2015-03-20
2
-39
/
+16
*
manpage: remove "experimental" notice from dxva2 code
wm4
2015-03-19
2
-2
/
+2
*
stream_lavf: workaround broken rtmp "timeout" option
wm4
2015-03-19
1
-4
/
+7
*
player: warn against non-monotonic video PTS only once
wm4
2015-03-18
2
-13
/
+9
*
player: refuse to write resume file with unseekable files
wm4
2015-03-18
1
-0
/
+6
*
osd: simplify an aspect of change detection handling
wm4
2015-03-18
13
-100
/
+74
*
manpage: add a link to mpv.conf documentation
wm4
2015-03-17
1
-1
/
+1
*
vd_lavc: change message about using hardware decoding
wm4
2015-03-17
1
-1
/
+1
*
af_lavfi: handle seeking
wm4
2015-03-17
1
-1
/
+27
*
DOCS: fix compilation instructions for MXE crosscompilation
gunmantheh
2015-03-17
1
-0
/
+1
*
build: fix missing windows libraries
Kevin Mitchell
2015-03-16
1
-2
/
+2
*
video: don't drop anamorphic scaling if it's too minor
wm4
2015-03-16
1
-8
/
+1
*
ao: slightly extend debug messages
wm4
2015-03-16
1
-1
/
+4
*
vo_opengl: reduce number of uniforms in dithering pass
wm4
2015-03-16
1
-8
/
+5
*
vo_opengl: move glViewport call closer to draw call
wm4
2015-03-16
2
-2
/
+3
*
command: don't drop audio buffers when switching filters
wm4
2015-03-16
1
-1
/
+0
*
vo_opengl: fix srgb replacement options
James Ross-Gowan
2015-03-16
1
-1
/
+1
*
vo_opengl: fix incorrectly drawn OSD in idle mode
wm4
2015-03-16
1
-2
/
+2
*
vo_opengl: apply OSD color management
Niklas Haas
2015-03-16
1
-24
/
+39
*
vo_opengl: improve queue size heuristic
Niklas Haas
2015-03-16
1
-1
/
+1
*
vo_opengl: improve interpolation diagnostics
Niklas Haas
2015-03-16
1
-6
/
+9
*
vo_opengl: color manage after interpolation
Niklas Haas
2015-03-16
1
-13
/
+18
*
man/vo: fix typo
Martin Herkt
2015-03-15
1
-1
/
+1
*
bootstrap: add waf mirror
Martin Herkt
2015-03-15
1
-5
/
+18
*
filter_kernels: add comment to prevent confusion
Niklas Haas
2015-03-15
1
-0
/
+2
*
vo_opengl: add oversample support for tscale
Niklas Haas
2015-03-15
2
-25
/
+54
*
vo_opengl: add oversample scaler
Niklas Haas
2015-03-15
2
-0
/
+44
*
vo_opengl: refactor smoothmotion -> interpolation
Niklas Haas
2015-03-15
5
-130
/
+189
*
vo_opengl: increase the number of video buffers
Niklas Haas
2015-03-15
1
-12
/
+16
*
audio: fix off by one error in channel map selection code
wm4
2015-03-15
1
-2
/
+2
*
command: make "media-title" observable
wm4
2015-03-15
1
-1
/
+1
*
man: fix PDF build
Martin Herkt
2015-03-15
1
-3
/
+4
*
vo_opengl: remove hwdec unmap_image callback
wm4
2015-03-14
5
-22
/
+1
*
vo_opengl: silence vdpau hwdec warnings with smoothmotion
wm4
2015-03-14
1
-4
/
+10
*
vo_opengl: only clamp when necessary
Niklas Haas
2015-03-14
1
-2
/
+2
*
cocoa: signal VO_EVENT_WIN_STATE on fps change
Stefano Pigozzi
2015-03-14
1
-0
/
+2
*
vo_opengl: fix incorrect wording in comment
Niklas Haas
2015-03-14
1
-1
/
+1
*
vo_opengl: fix uninitialization logic
Niklas Haas
2015-03-14
1
-1
/
+8
*
vo_opengl: apply alpha after conversion to rgb
Niklas Haas
2015-03-13
1
-12
/
+7
*
vo_opengl: replace float array with a struct
wm4
2015-03-13
4
-59
/
+64
*
vo_opengl: remove unused declaration
wm4
2015-03-13
1
-5
/
+0
*
ao: align audio buffer size
wm4
2015-03-13
1
-0
/
+3
*
TOOLS: remove youtube-dl_mpv.sh
wm4
2015-03-13
1
-22
/
+0
*
vo: make sure display-fps is up-to-date
wm4
2015-03-13
1
-2
/
+8
*
win32: support get display fps
Avi Halachmi (:avih)
2015-03-13
1
-0
/
+54
*
command: fix display-fps property (again)
wm4
2015-03-13
3
-10
/
+27
*
vo_opengl: restore GL(ES) 2 compatibility
wm4
2015-03-13
1
-0
/
+2
*
vo_opengl: don't test for arrays
wm4
2015-03-13
3
-8
/
+2
*
vo_opengl: minor fix to a comment
wm4
2015-03-13
1
-2
/
+2
*
w32_common: don't hide cursor when the menu is open
James Ross-Gowan
2015-03-13
1
-8
/
+8
*
manpage: update cscale
Niklas Haas
2015-03-13
1
-4
/
+1
*
vo_opengl: sample from the right tex for separated scalers
Niklas Haas
2015-03-13
1
-8
/
+8
*
options: introduce --cache=yes choice
wm4
2015-03-12
3
-3
/
+8
*
cache: bump default size to 150MB
wm4
2015-03-12
2
-2
/
+2
*
command: display-fps is the display FPS as assumed by the VO
wm4
2015-03-12
3
-8
/
+8
*
vo: update FPS only on state changes
wm4
2015-03-12
2
-13
/
+33
*
Merge branch 'gl_rework'
wm4
2015-03-12
15
-2045
/
+1852
|
\
|
*
vo_opengl: refactor shader generation (part 2)
Niklas Haas
2015-03-12
8
-223
/
+750
|
*
vo_opengl: refactor shader generation (part 1)
wm4
2015-03-12
12
-2000
/
+1280
|
/
*
build: simplify windows checks
wm4
2015-03-11
2
-25
/
+14
*
player: dump list of satisfied deps instead of config.h with -v
wm4
2015-03-11
2
-2
/
+12
*
demux_mkv: make matroska.pl script output deterministic
wm4
2015-03-11
1
-1
/
+1
*
command: allow changing some VO options even if VO wasn't created yet
wm4
2015-03-11
1
-4
/
+4
*
player: fix crash when taking screenshots in idle mode
wm4
2015-03-11
1
-0
/
+2
*
x11: ignore mouse enter/leave events due to pointer grab
wm4
2015-03-11
1
-0
/
+4
*
build: disable tests by default
Stefano Pigozzi
2015-03-10
1
-0
/
+1
*
vo: hide opengl-cb in --vo=help
wm4
2015-03-10
1
-1
/
+1
*
audio: fix spdif packet size unit
wm4
2015-03-10
2
-9
/
+9
*
audio: fix spdif DTS packet size
wm4
2015-03-10
1
-0
/
+1
*
audio: cut audio with spdif too on playback restart
wm4
2015-03-10
1
-3
/
+3
*
ad_spdif: move frame sizes to a general function
wm4
2015-03-10
3
-7
/
+16
*
command: add display-fps property
wm4
2015-03-10
2
-1
/
+24
*
vo_opengl_cb: clear last video frame on uninit()
wm4
2015-03-10
1
-8
/
+9
*
ao_coreaudio_exclusive: port to pull API, fix latency calculations
wm4
2015-03-10
1
-78
/
+37
*
ao_coreaudio: move some helpers to utils
wm4
2015-03-10
3
-16
/
+20
*
ao_coreaudio_exclusive: rip out pseudo volume control
wm4
2015-03-10
1
-40
/
+1
*
player: restore --dump-stats
wm4
2015-03-10
1
-6
/
+6
*
client API: clarify mpv_opengl_cb_render() viewport parameter
wm4
2015-03-09
1
-1
/
+4
*
vo_opengl: move minor helper to common code
wm4
2015-03-09
3
-10
/
+6
*
stream: use relaxed atomic loads for checking playback aborts
wm4
2015-03-09
1
-1
/
+1
*
demux_mkv: never warn when trying to resync on EOF
wm4
2015-03-09
1
-2
/
+4
*
demux_mkv: check for playback aborts
wm4
2015-03-09
3
-0
/
+9
*
w32_common: remove redundant is_maximized function
James Ross-Gowan
2015-03-09
1
-8
/
+1
*
cocoa: fix minimized state getter
Stefano Pigozzi
2015-03-09
1
-5
/
+2
*
x11: fix VOCTRL_GET_WIN_STATE
wm4
2015-03-09
1
-0
/
+1
*
w32_common: support the "window-minimized" property
James Ross-Gowan
2015-03-09
2
-2
/
+6
*
stream/smb: mark as network stream for --cache=auto
Kevin Mitchell
2015-03-09
1
-0
/
+1
*
manpage: document swapinterval default
Niklas Haas
2015-03-09
1
-1
/
+2
*
cocoa: support the "window-minimized" property
Jaime Marquínez Ferrándiz
2015-03-08
3
-1
/
+33
*
vf_vavpp: fix deinterlacing
Filip Milivojevic
2015-03-08
1
-0
/
+8
*
input.conf: add key binding to override ASS subtitle styles
wm4
2015-03-08
2
-0
/
+8
*
DOCS: minor update to coding style
wm4
2015-03-08
1
-0
/
+2
*
cocoa: fix autohide in fullscreen
Stefano Pigozzi
2015-03-08
4
-5
/
+26
*
cocoa: fix mouse hiding with launchpad and dock folders
Stefano Pigozzi
2015-03-08
3
-1
/
+18
*
options: add M_OPT_FILE to new options that are missing it
Philip Sequeira
2015-03-07
2
-2
/
+2
*
audio: refuse to change playback speed with spdif
wm4
2015-03-07
2
-3
/
+5
*
audio: make changing playback speed slightly more robust
wm4
2015-03-07
1
-32
/
+39
*
cocoa: clamp mouse position to window.
torque
2015-03-07
1
-0
/
+2
*
cocoa: update mouse coordinates when window is initialized.
torque
2015-03-07
3
-2
/
+4
*
cocoa: don't uninit light sensor if not present
Stefano Pigozzi
2015-03-07
1
-2
/
+4
*
vo_opengl/x11: fix automatic ICC profile loading
Martin Herkt
2015-03-07
2
-6
/
+11
*
cocoa: remove possible use after free
Stefano Pigozzi
2015-03-07
1
-5
/
+5
*
cocoa: fix some crashes caused by async uninit
Stefano Pigozzi
2015-03-07
1
-31
/
+15
*
af_scaletempo: minor simplification
wm4
2015-03-06
1
-15
/
+6
*
af_scaletempo: restore confusing mplayer behavior
wm4
2015-03-06
1
-3
/
+9
*
demux_mkv: actually skip elements out of reach
wm4
2015-03-06
1
-1
/
+2
*
demux_mkv: fix issues with unseekable streams
wm4
2015-03-06
1
-14
/
+16
*
Lua: add unpack shim for Lua 5.2/5.3 compatibility.
torque
2015-03-06
1
-0
/
+2
*
vo_vaapi: fix video equalizer (second try)
wm4
2015-03-06
1
-12
/
+36
*
player: allow changing playback speed in early audio init stages
wm4
2015-03-06
1
-1
/
+1
*
DOCS/compile-window.md: add Lua package to MXE instructions
wm4
2015-03-06
1
-2
/
+2
*
build: make vdpau and dxva2 checks nicer
wm4
2015-03-06
2
-4
/
+4
*
player: fix operation if command line is empty
wm4
2015-03-06
2
-12
/
+13
*
osx: terminate argv properly when arguments are removed
wm4
2015-03-06
1
-1
/
+4
*
DOCS, options: fix example
ChrisK2
2015-03-05
1
-1
/
+1
*
build: check whether hwaccels are enabled in FFmpeg
wm4
2015-03-05
1
-3
/
+5
*
vo_opengl: make smoothmotion-threshold inclusive
Niklas Haas
2015-03-05
1
-2
/
+2
*
vd_lavc: let --hwdec=auto select "vaapi-copy"
wm4
2015-03-05
1
-1
/
+1
*
vd_lavc: request 1 more threads than CPU cores
wm4
2015-03-05
1
-0
/
+2
*
vo_vaapi: round equalizer values
wm4
2015-03-05
1
-2
/
+5
*
client API: mention the changes to the seek/screenshot commands
wm4
2015-03-05
2
-1
/
+3
*
player, client API: refactor cplayer init, reduce client API differences
wm4
2015-03-05
5
-51
/
+60
*
player: minor simplification
wm4
2015-03-05
3
-16
/
+11
*
vo_opengl: increase ambient light changes log level
Stefano Pigozzi
2015-03-04
1
-1
/
+1
*
README: fix typos
wm4
2015-03-04
1
-1
/
+1
*
ad_spdif: remove per-packet message
wm4
2015-03-04
1
-1
/
+0
*
player: use symbolic constant for seek precision
wm4
2015-03-04
4
-29
/
+43
*
input: use flag option type for some input commands
wm4
2015-03-04
4
-38
/
+50
*
input: remove numeric compatibility parameters from commands
wm4
2015-03-04
1
-14
/
+14
*
options: add flag option type
wm4
2015-03-04
2
-0
/
+121
*
cache: assume file size from EOF position
wm4
2015-03-04
1
-2
/
+8
*
README: add some better links
wm4
2015-03-04
1
-3
/
+31
*
win32: fix some more -Wparentheses warnings
wm4
2015-03-04
3
-4
/
+4
*
build: fix warnings with --disable-libass
wm4
2015-03-04
1
-2
/
+2
*
cocoa: silence -Wlogical-op-parentheses
Stefano Pigozzi
2015-03-04
1
-1
/
+1
*
vo_opengl: add gamma-auto option
Stefano Pigozzi
2015-03-04
6
-0
/
+103
<