aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/main.c
Commit message (Expand)AuthorAge
...
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* m_config: introduce basic mechanism to synchronize global option updatesGravatar wm42016-09-02
* client API: create core thread at an earlier timeGravatar wm42016-09-01
* command: add options to property listGravatar wm42016-09-01
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* audio: refactor mixer code and delete mixer.cGravatar wm42016-07-17
* player: add missing space to error messageGravatar wm42016-07-02
* player: fatal error if linked and compiled FFmpeg versions mismatchGravatar wm42016-07-01
* ipc: add Windows implementation with named pipesGravatar James Ross-Gowan2016-03-23
* options: set fs=yes by default on RPI, and change RPI defaults handlingGravatar wm42016-02-05
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* Update copyright yearGravatar wm42016-01-01
* sub: always recreate ASS_Renderer on subtitle decoder reinitGravatar wm42015-12-26
* options: handle terminal/logging settings eagerlyGravatar wm42015-11-04
* player: fix another --force-window bugGravatar wm42015-09-23
* player: make force-window in auto-profiles actually workGravatar wm42015-09-20
* player: add missing \n to a messageGravatar wm42015-07-13
* sub: protect ASS_Renderer stateGravatar wm42015-07-06
* audio: add --audio-spdif as new method for enabling passthroughGravatar wm42015-06-05
* options: remove --slave-brokenGravatar wm42015-05-27
* player: set cocoa input context at an earlier pointGravatar wm42015-05-27
* player: load scripts at an earlier pointGravatar wm42015-05-27
* Always block SIGPIPE globallyGravatar wm42015-05-11
* player: add --force-window=immediate modeGravatar wm42015-05-08
* player: use profiles for libmpv and encoding defaultsGravatar wm42015-05-07
* path: start special espansion with ~~name instead of ~nameGravatar wm42015-05-03
* options: remove --leak-reportGravatar wm42015-05-02
* win32: move platform specifics to osdepGravatar wm42015-05-02
* build: move main-fn files to osdepGravatar wm42015-05-02
* screenshots: change default directory in pseudo-gui mode to desktopGravatar wm42015-05-01
* Update license headersGravatar Marcin Kurczewski2015-04-13
* win32: use a platform-specific unicode entry-pointGravatar James Ross-Gowan2015-04-11
* player: use config parser for setting up pseudo-gui profileGravatar wm42015-04-10
* player: change pseudo-gui settingsGravatar wm42015-04-10
* player: do not accidentally init terminalGravatar wm42015-04-10
* player: add --idle --keep-open to pseudo-gui profileGravatar wm42015-04-02
* player: add "pseudo-gui" profileGravatar wm42015-04-02
* encode: make --audio-channels=auto workGravatar wm42015-03-23
* player: dump list of satisfied deps instead of config.h with -vGravatar wm42015-03-11
* player: restore --dump-statsGravatar wm42015-03-10
* player: fix operation if command line is emptyGravatar wm42015-03-06
* player, client API: refactor cplayer init, reduce client API differencesGravatar wm42015-03-05
* player: minor simplificationGravatar wm42015-03-05
* encoding: allow encoding to channel configurations other than stereoGravatar wm42015-02-23
* encoding: fixed-vo option was removedGravatar wm42015-02-13
* osx: move code to unset input context to the right placeGravatar wm42015-02-12
* osx: move cocoa specific call out of common codeGravatar wm42015-02-12
* player: drop explicit exit() callsGravatar wm42015-02-12
* Revert "player: make --force-window create the window immediately on start"Gravatar wm42015-02-12
* player: make --force-window create the window immediately on startGravatar wm42015-02-03