index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
player
/
main.c
Commit message (
Expand
)
Author
Age
*
encode: some more cleanups
wm4
2018-04-29
*
client API: cleanup mpv_handle termination
wm4
2018-03-15
*
player: move locale check to mp_create()
wm4
2018-03-15
*
player: shuffle around CLI exit code handling
wm4
2018-03-15
*
player: add warning comment about ignoring ABI safety
wm4
2018-03-03
*
client API: deprecate opengl-cb API and introduce a replacement API
wm4
2018-02-28
*
audio: move to decoder wrapper
wm4
2018-01-30
*
video: make decoder wrapper a filter
wm4
2018-01-30
*
build: move copyright statement to a shared location
wm4
2018-01-01
*
Update copyright year
wm4
2018-01-01
*
main: fix typo
wm4
2018-01-01
*
player: log if NDEBUG is defined
wm4
2017-11-04
*
player: change a minor code fragment to LGPL
wm4
2017-10-04
*
vo_opengl: refactor into vo_gpu
Niklas Haas
2017-09-21
*
player: change license of most core files to LGPL
wm4
2017-06-23
*
player: revert multiple help output
wm4
2017-06-23
*
player: disable dumping configutation in LGPL mode
wm4
2017-06-23
*
player: make sure version information is always included in --log-file
wm4
2017-05-22
*
player: make screenshot commands honor the async flag
wm4
2017-04-01
*
osx: initial Touch Bar support
Akemi
2017-03-26
*
atomic: remove __atomic builtin usage
wm4
2017-02-13
*
player: actually initialize/destroy MPContext.lock
wm4
2017-01-22
*
player: restructure cancel callback
wm4
2017-01-18
*
Update copyright year
wm4
2017-01-01
*
options: change --h=... behavior
wm4
2016-12-16
*
player: enable reading from stdin after loading input.conf
wm4
2016-09-29
*
win32: make --priority runtime-settable
James Ross-Gowan
2016-09-28
*
player: allow opts in pseudo-gui set by the user to override user's default
Ricardo Constantino
2016-09-26
*
player: fix intended pseudo-gui behavior
wm4
2016-09-23
*
player: do not let pseudo-gui override user config settings
wm4
2016-09-23
*
options: make input options generally runtime-settable
wm4
2016-09-21
*
client API: fix init/destruction race conditions
wm4
2016-09-21
*
player: minor changes in init code
wm4
2016-09-19
*
player: make --log-file and --dump-stats freely settable at runtime
wm4
2016-09-19
*
player: make --terminal freetly settable at runtime
wm4
2016-09-19
*
options: slightly better option update mechanism
wm4
2016-09-19
*
options: take care of propertly updating options on runtime changes
wm4
2016-09-17
*
options: simplify M_OPT_EXIT
wm4
2016-09-17
*
player: don't enter playloop for client API requests
wm4
2016-09-16
*
player: use better way to wait for input and dispatching commands
wm4
2016-09-16
*
player, ao, vo: don't call mp_input_wakeup() directly
wm4
2016-09-16
*
player: move builtin profiles to a separate file
wm4
2016-09-15
*
player: remove unintended !mingw ifdef for IPC uninit
wm4
2016-09-15
*
client API: remove SIGPIPE overriding code
wm4
2016-09-15
*
options: make --h list options according to a pattern passed to it
wm4
2016-09-10
*
atomics: readd some emulation
wm4
2016-09-06
*
demux: do not access global options
wm4
2016-09-06
*
player: remove opengl-es=no flag from opengl-hq profile
wm4
2016-09-03
*
vo_opengl: deprecate sub-options, add them as global options
wm4
2016-09-02
*
m_config: introduce basic mechanism to synchronize global option updates
wm4
2016-09-02
[next]