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
*
vf_vapoursynth: autodetect CPU count
wm4
2015-01-05
2
-4
/
+12
*
player: use libavutil API to get number of CPUs
wm4
2015-01-05
5
-72
/
+2
*
player: print used number of threads in verbose mode
wm4
2015-01-05
4
-6
/
+8
*
command: ignore chapter cycling if there's only 1 chapter
wm4
2015-01-05
1
-2
/
+5
*
demux_mkv: avoid PTS warning with image attachments
wm4
2015-01-05
1
-0
/
+5
*
manpage: clarify syntax for color options
wm4
2015-01-05
1
-1
/
+1
*
client API: clarify some vo_opengl_cb requirements
wm4
2015-01-04
1
-0
/
+6
*
client API, vo_opengl_cb: properly uninit video
wm4
2015-01-04
1
-0
/
+1
*
vo_opengl: remove obsolete comment in shader
wm4
2015-01-04
1
-1
/
+1
*
manpage: fix --video-unscaled description
wm4
2015-01-04
1
-3
/
+2
*
x11: make display-names property stricter
wm4
2015-01-04
1
-1
/
+3
*
af_volume: dump applied replaygain in verbose mode
wm4
2015-01-04
1
-1
/
+5
*
travis: disable on OSX
wm4
2015-01-03
1
-1
/
+1
*
video: batch query_format calls
wm4
2015-01-03
4
-9
/
+12
*
TOOLS/lua/observe-all: add a warning
wm4
2015-01-03
1
-0
/
+4
*
TOOLS/lua/autoload: fix behavior with network URLs
wm4
2015-01-03
1
-0
/
+3
*
vf_vapoursynth: fix Lua backend
wm4
2015-01-03
1
-0
/
+3
*
ytdl: silence "succeeded" message
wm4
2015-01-03
1
-1
/
+1
*
vf_vapoursynth: pass through container FPS value
wm4
2015-01-03
4
-10
/
+20
*
manpage: vf_vapoursynth: document mpv-specific predefined variables
wm4
2015-01-03
1
-0
/
+11
*
x11: make display-names property observable
wm4
2015-01-03
2
-1
/
+3
*
video: better pipelining with vf_vapoursynth
wm4
2015-01-03
6
-12
/
+99
*
TOOLS/stats-conv: more improvements
wm4
2015-01-03
1
-13
/
+20
*
ao/wasapi: style/code formatting tweaks
Kevin Mitchell
2015-01-02
3
-64
/
+63
*
ao/wasapi: improve exclusive mode format search
Kevin Mitchell
2015-01-02
1
-46
/
+36
*
ao/wasapi: revamp set_waveformatex
Kevin Mitchell
2015-01-02
1
-27
/
+43
*
ao/wasapi: add CO_E_NOTINITIALIZED to explain_err
Kevin Mitchell
2015-01-02
1
-0
/
+1
*
cocoa: fix build on 10.9
Stefano Pigozzi
2015-01-02
1
-1
/
+1
*
OSC: idlemessage: fix alignment
ChrisK2
2015-01-02
1
-3
/
+3
*
TOOLS/stas-conv: add timed value event type
wm4
2015-01-02
1
-0
/
+8
*
TOOLS/stats-conv: better output
wm4
2015-01-02
1
-11
/
+20
*
cocoa: fix NSMapGet error
Stefano Pigozzi
2015-01-02
1
-2
/
+4
*
manpage: talk about one script, not multiple scripts
Ryan Jacobs
2015-01-02
1
-2
/
+2
*
OSC: add osc-message script command (wip)
ChrisK2
2015-01-02
2
-0
/
+9
*
OSC: display "drop files here" message when idle + forced-window
ChrisK2
2015-01-02
1
-2
/
+52
*
build: rename MPLAYER_CONFDIR define
wm4
2015-01-02
3
-5
/
+5
*
player: move terminal input init to a better place
wm4
2015-01-02
1
-3
/
+3
*
player: print config.h contents in verbose mode
wm4
2015-01-02
2
-6
/
+19
*
build: prefer libswresample over libavresample on FFmpeg
wm4
2015-01-02
2
-10
/
+10
*
vo_opengl_old: remove ancient ATI-specific YUV conversions
wm4
2015-01-02
5
-236
/
+6
*
build: try to make examples build both in-tree and out-of-tree
wm4
2015-01-02
4
-4
/
+17
*
DOCS/client_api_examples: move all examples into their own subdirs
wm4
2015-01-01
7
-15
/
+22
*
DOCS/client_api_examples: don't throw char* in C++ code
wm4
2015-01-01
2
-6
/
+9
*
manpage: fix typo
wm4
2015-01-01
1
-1
/
+1
*
command: make the "run" command work on Windows too
wm4
2015-01-01
4
-26
/
+40
*
subprocess: allow disabling redirection of stdout/stderr
wm4
2015-01-01
2
-6
/
+10
*
win32: add native wrappers for pthread functions
wm4
2015-01-01
6
-0
/
+394
*
cocoa: fix uninitialization while in fullscreen
Stefano Pigozzi
2015-01-01
3
-2
/
+36
*
Update copyright year
wm4
2015-01-01
2
-2
/
+2
*
player: capitalize --display-tags items
wm4
2014-12-31
1
-2
/
+2
*
gl_hwdec_vda: refuse to work with old OpenGL versions
wm4
2014-12-31
1
-0
/
+5
*
client API: add function to create new mpv_handles from existing ones
wm4
2014-12-31
4
-0
/
+44
*
vo_opengl_cb: simplify API uninitialization
wm4
2014-12-31
5
-21
/
+59
*
vo_opengl_cb: pass context directly
wm4
2014-12-31
3
-62
/
+43
*
video: pass some VO params as struct
wm4
2014-12-31
4
-24
/
+30
*
demux_mkv: enable codec parsing for vfw-muxed files too
wm4
2014-12-31
1
-9
/
+10
*
client API: qthelper: return NULL as handle if unset
wm4
2014-12-30
1
-2
/
+6
*
DOCS/client_api_examples: add an explicit license
wm4
2014-12-30
2
-2
/
+14
*
DOCS/client_api_examples: qtexample: use queued signals
wm4
2014-12-30
3
-20
/
+19
*
DOCS/client_api_examples: qtquick: fix destruction
wm4
2014-12-30
4
-38
/
+35
*
client API: qthelper: add a refcounting wrapper around mpv_handle
wm4
2014-12-30
3
-1
/
+32
*
command: make empty vf-metadata not an error
wm4
2014-12-30
2
-14
/
+10
*
demux_playlist: unquote entries in pls playlists
wm4
2014-12-30
1
-0
/
+3
*
vf: fix crash if filter doesn't provide control entrypoint
wm4
2014-12-30
1
-1
/
+1
*
options: expand ~ for the include option
Stefano Pigozzi
2014-12-30
1
-1
/
+5
*
demux_mkv: reduce log noise
wm4
2014-12-29
2
-3
/
+2
*
demux_mf: move mf.c contents to demux_mf.c
wm4
2014-12-29
6
-189
/
+122
*
command: add filtered-metadata property
wm4
2014-12-29
2
-1
/
+16
*
player: filter tags, add --display-tags option
wm4
2014-12-29
7
-7
/
+45
*
player: make --shuffle/--merge-files affect runtime loaded playlists
wm4
2014-12-29
5
-19
/
+26
*
ao_portaudio: remove this audio output
wm4
2014-12-29
7
-304
/
+0
*
ao_alsa: print channel map if setting it fails
wm4
2014-12-29
1
-1
/
+2
*
build: fix linking with --enable-static-build
Stefano Pigozzi
2014-12-29
1
-2
/
+2
*
ao: add debug log with the detected channel maps
Stefano Pigozzi
2014-12-29
1
-0
/
+6
*
chmap_sel: add multichannel fallback heuristic
Stefano Pigozzi
2014-12-29
9
-4
/
+381
*
chmap: add a 7.1(rear) layout name
Stefano Pigozzi
2014-12-29
1
-0
/
+1
*
w32_common: allow window resizing with --no-border
James Ross-Gowan
2014-12-29
1
-0
/
+58
*
vo_opengl: Ignore approx-gamma for BT.2020-CL
Niklas Haas
2014-12-29
1
-2
/
+9
*
stream_pvr: sort channel list by --tv-channels order
wm4
2014-12-28
1
-2
/
+25
*
cocoa: move the gl function loader to gl_cocoa.c
Stefano Pigozzi
2014-12-28
3
-17
/
+15
*
screenshots: set AVFrame parameters
wm4
2014-12-28
1
-0
/
+3
*
README: remove travis and coverity badges
wm4
2014-12-27
1
-4
/
+0
*
manpage: document new --stream-dump behavior
wm4
2014-12-27
1
-0
/
+3
*
command: stip path from playlist OSD display
wm4
2014-12-27
1
-2
/
+8
*
stream: always make stream dumping/capturing append to output file
wm4
2014-12-27
1
-1
/
+1
*
ao_coreaudio: remove useless guard
Stefano Pigozzi
2014-12-27
1
-6
/
+0
*
ao_coreaudio: fix some naming conventions
Stefano Pigozzi
2014-12-27
1
-5
/
+5
*
player: force stereo as default when encoding
wm4
2014-12-27
1
-0
/
+1
*
player: fix random crashes on uninitialization
wm4
2014-12-27
1
-0
/
+1
*
player: cosmetics: rename a function
wm4
2014-12-27
3
-7
/
+7
*
ao_coreaudio: fix channel mapping
Stefano Pigozzi
2014-12-27
1
-19
/
+70
*
ao_coreaudio: fix typo
Stefano Pigozzi
2014-12-27
1
-1
/
+1
*
ao_coreaudio: move some code to make output readable
Stefano Pigozzi
2014-12-27
1
-1
/
+1
*
ao_coreaudio: add more layout debug outputs
Stefano Pigozzi
2014-12-27
1
-19
/
+25
*
player: ordered chapters: cosmetics
wm4
2014-12-26
1
-54
/
+32
*
player: ordered chapters: bullshit reduction
wm4
2014-12-26
1
-26
/
+5
*
player: ordered chapters: filter missing chapters
wm4
2014-12-26
1
-0
/
+9
*
command: overlay_add: more flexible treatment of offset parameter
wm4
2014-12-26
2
-15
/
+21
*
win32: add mmap() emulation
wm4
2014-12-26
9
-25
/
+77
*
ao_coreaudio: fix AudioChannelLayout allocations
Stefano Pigozzi
2014-12-26
1
-34
/
+46
*
stream_pvr: remove redundant log prefixes
wm4
2014-12-26
1
-103
/
+82
*
stream_pvr: increase timeout, slightly better error reporting
wm4
2014-12-26
1
-5
/
+10
*
manpage: lua: fix a link
wm4
2014-12-26
1
-1
/
+1
*
osxbundle: fix cascading config loading
Stefano Pigozzi
2014-12-26
1
-0
/
+0
*
manpage: fix typo
wm4
2014-12-25
1
-2
/
+2
*
manpage: lua: fixes and improvements
wm4
2014-12-25
1
-20
/
+15
*
vo_opengl: don't use 10 bit video on Intel GPUs
wm4
2014-12-24
2
-0
/
+31
*
player: hack against --keep-open misbehaving with broken files
wm4
2014-12-24
1
-0
/
+2
*
player: fix a typo in message output
wm4
2014-12-24
1
-1
/
+1
*
stream: always disable cache for pseudo-streams
wm4
2014-12-24
2
-1
/
+3
*
ipc: add enable_event and disable_event commands
wm4
2014-12-24
2
-0
/
+41
*
client API: document requirement to block SIGPIPE
wm4
2014-12-24
2
-1
/
+3
*
ipc: report some user errors better
wm4
2014-12-24
1
-2
/
+5
*
stream_edl: disable caching
wm4
2014-12-23
1
-0
/
+1
*
vo_opengl_cb: use VAOs even in OpenGL 2.1
wm4
2014-12-23
1
-5
/
+15
*
vo_opengl_cb: always setup/break vertex array bindings
wm4
2014-12-23
1
-3
/
+13
*
ao_alsa: fix unpause path atfer previous commit
wm4
2014-12-23
1
-0
/
+2
*
ao_alsa: fix resuming from suspend mode
wm4
2014-12-23
1
-4
/
+12
*
vo_opengl: fix build on OSX
wm4
2014-12-23
1
-0
/
+6
*
demux_mkv: use attachment filename as coverart title
wm4
2014-12-23
1
-0
/
+1
*
vo_opengl: don't allow setting 3D LUT if unsupported
wm4
2014-12-23
1
-1
/
+5
*
vo_opengl: make use of newer OpenGL logging API
wm4
2014-12-23
5
-2
/
+58
*
demux_mf: add probing by mime type
wm4
2014-12-22
1
-1
/
+5
*
demux_mkv: support embedded coverart
wm4
2014-12-22
3
-1
/
+34
*
vo_opengl_cb: parse renderer parameters
wm4
2014-12-22
1
-5
/
+10
*
vo_opengl, vo_opengl_cb: check GL version in renderer
wm4
2014-12-22
3
-5
/
+9
*
client API: fix compiler warning if openglcb API is disabled
wm4
2014-12-22
1
-1
/
+0
*
vo_opengl_cb: free context on exit
wm4
2014-12-22
2
-0
/
+11
*
vo_opengl: fix feature detection
wm4
2014-12-22
1
-1
/
+1
*
client API: fix mpv_wakeup()
wm4
2014-12-22
1
-2
/
+2
*
sd_lavc: ignore image subtitles with unknown duration after 1 minute
wm4
2014-12-22
1
-0
/
+3
*
sd_lavc: compensate for a stupid libavcodec API issue
wm4
2014-12-21
1
-1
/
+4
*
sub: reset sub decoder correctly when cycling subtitles
wm4
2014-12-21
1
-3
/
+1
*
player: cosmetics: move code around
wm4
2014-12-21
2
-16
/
+15
*
old-configure: fix disabling VAAPI GLX with --disable-gl
wm4
2014-12-21
1
-5
/
+4
*
vo_opengl: improve fallback handling with GLES
wm4
2014-12-21
4
-16
/
+30
*
vo_opengl: silence an INVALID_ENUM error with GLES2
James Ross-Gowan
2014-12-21
1
-1
/
+2
*
vo_opengl: GLES does not support GL_BGRA
wm4
2014-12-20
3
-5
/
+5
*
vo_opengl_old: fix OSD regression
wm4
2014-12-20
4
-7
/
+16
*
player: don't show "0%" percentage in infinite streams
wm4
2014-12-20
2
-4
/
+9
*
ao_alsa: fix setting mono channel map
wm4
2014-12-20
1
-0
/
+5
*
ao_alsa: remove some dead code
wm4
2014-12-20
1
-6
/
+0
*
audio: fix previous commit
wm4
2014-12-20
1
-4
/
+4
*
audio: fix fallback if audio API does not support mono
wm4
2014-12-20
1
-6
/
+5
*
cocoa: mark window for redraw after title change
Stefano Pigozzi
2014-12-20
1
-1
/
+3
*
player: print only changed tags
wm4
2014-12-19
2
-4
/
+24
*
vo_opengl: remove pointless glFinish calls
wm4
2014-12-19
2
-5
/
+0
*
vo_opengl: skip GLES when autoprobing
wm4
2014-12-19
1
-0
/
+5
*
vo_opengl, x11: add ES context creation via GLX
wm4
2014-12-19
4
-8
/
+34
*
vo_opengl: fail if required functions are missing
wm4
2014-12-19
1
-5
/
+10
*
vo_opengl: better probe handling
wm4
2014-12-19
6
-63
/
+55
*
vo_opengl: minor simplification
wm4
2014-12-19
1
-5
/
+5
*
vo_opengl: unbork
wm4
2014-12-19
1
-2
/
+2
*
vo_opengl: add GLES 2 support
wm4
2014-12-19
5
-16
/
+44
*
vo_opengl: mess with PixelStorei state management
wm4
2014-12-19
3
-44
/
+49
*
vo_opengl: disable some unavailable features under ES
wm4
2014-12-19
2
-3
/
+9
*
vo_opengl: clean up GL ES function loading
wm4
2014-12-18
1
-86
/
+114
*
vo_opengl: do not use 4x3 matrix
wm4
2014-12-18
4
-16
/
+15
*
vo_opengl: simplify some aspects of the GL function loader
wm4
2014-12-18
2
-26
/
+23
*
vo_opengl, x11: make legacy context warning not an error
wm4
2014-12-18
1
-1
/
+1
*
x11: fix mysterious issue with window embedding on OpenBox
wm4
2014-12-18
1
-1
/
+1
*
x11: minor improvements
wm4
2014-12-18
1
-8
/
+7
*
vo_opengl: minor simplification in function loader
wm4
2014-12-18
1
-11
/
+5
*
vo_opengl: simplify the case without texture_rg
wm4
2014-12-18
3
-28
/
+18
*
player: cosmetics: remove ancient comment
wm4
2014-12-17
1
-3
/
+0
*
command: extend revert_seek command
wm4
2014-12-17
3
-5
/
+24
*
vo_opengl: don't assume legacy OpenGL is available with GLES
wm4
2014-12-17
1
-1
/
+1
*
build: add -Werror=format-security, add -W flags in all platforms
wm4
2014-12-17
1
-5
/
+7
*
vo_opengl: add some OpenGL standard symbols missing on OSX
wm4
2014-12-17
1
-0
/
+7
*
vo_opengl: GLES 3 support
wm4
2014-12-17
6
-24
/
+111
*
vo_opengl: remove useless FBO test
wm4
2014-12-17
1
-34
/
+2
*
vo_opengl: cleanup dither texture creation
wm4
2014-12-17
1
-4
/
+9
*
vo_opengl: switch default FBO format to rgba, use GL_RGBA
wm4
2014-12-17
2
-4
/
+7
*
vo_opengl: glsl: stricter typing
wm4
2014-12-17
1
-20
/
+20
*
dvd: add the last chapter
wm4
2014-12-16
1
-1
/
+1
*
vo_opengl: remove icc profile options from runtime-settable options
wm4
2014-12-16
1
-16
/
+14
*
vo_opengl: remove requirement for RG textures
wm4