aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/main.c
Commit message (Expand)AuthorAge
* build: make encoding mode non-optionalGravatar wm42018-05-03
* encode: rewrite half of itGravatar wm42018-04-29
* encode: some more cleanupsGravatar wm42018-04-29
* client API: cleanup mpv_handle terminationGravatar wm42018-03-15
* player: move locale check to mp_create()Gravatar wm42018-03-15
* player: shuffle around CLI exit code handlingGravatar wm42018-03-15
* player: add warning comment about ignoring ABI safetyGravatar wm42018-03-03
* client API: deprecate opengl-cb API and introduce a replacement APIGravatar wm42018-02-28
* audio: move to decoder wrapperGravatar wm42018-01-30
* video: make decoder wrapper a filterGravatar wm42018-01-30
* build: move copyright statement to a shared locationGravatar wm42018-01-01
* Update copyright yearGravatar wm42018-01-01
* main: fix typoGravatar wm42018-01-01
* player: log if NDEBUG is definedGravatar wm42017-11-04
* player: change a minor code fragment to LGPLGravatar wm42017-10-04
* vo_opengl: refactor into vo_gpuGravatar Niklas Haas2017-09-21
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player: revert multiple help outputGravatar wm42017-06-23
* player: disable dumping configutation in LGPL modeGravatar wm42017-06-23
* player: make sure version information is always included in --log-fileGravatar wm42017-05-22
* player: make screenshot commands honor the async flagGravatar wm42017-04-01
* osx: initial Touch Bar supportGravatar Akemi2017-03-26
* atomic: remove __atomic builtin usageGravatar wm42017-02-13
* player: actually initialize/destroy MPContext.lockGravatar wm42017-01-22
* player: restructure cancel callbackGravatar wm42017-01-18
* Update copyright yearGravatar wm42017-01-01
* options: change --h=... behaviorGravatar wm42016-12-16
* player: enable reading from stdin after loading input.confGravatar wm42016-09-29
* win32: make --priority runtime-settableGravatar James Ross-Gowan2016-09-28
* player: allow opts in pseudo-gui set by the user to override user's defaultGravatar Ricardo Constantino2016-09-26
* player: fix intended pseudo-gui behaviorGravatar wm42016-09-23
* player: do not let pseudo-gui override user config settingsGravatar wm42016-09-23
* options: make input options generally runtime-settableGravatar wm42016-09-21
* client API: fix init/destruction race conditionsGravatar wm42016-09-21
* player: minor changes in init codeGravatar wm42016-09-19
* player: make --log-file and --dump-stats freely settable at runtimeGravatar wm42016-09-19
* player: make --terminal freetly settable at runtimeGravatar wm42016-09-19
* options: slightly better option update mechanismGravatar wm42016-09-19
* options: take care of propertly updating options on runtime changesGravatar wm42016-09-17
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* player: don't enter playloop for client API requestsGravatar wm42016-09-16
* player: use better way to wait for input and dispatching commandsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* player: move builtin profiles to a separate fileGravatar wm42016-09-15
* player: remove unintended !mingw ifdef for IPC uninitGravatar wm42016-09-15
* client API: remove SIGPIPE overriding codeGravatar wm42016-09-15
* options: make --h list options according to a pattern passed to itGravatar wm42016-09-10
* atomics: readd some emulationGravatar wm42016-09-06
* demux: do not access global optionsGravatar wm42016-09-06
* player: remove opengl-es=no flag from opengl-hq profileGravatar wm42016-09-03