aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/main.c
Commit message (Expand)AuthorAge
* player: adjust uninit order of componentsGravatar wm42014-10-24
* player: shutdown all clients before actual uninitGravatar wm42014-10-19
* ipc: decouple from MPContextGravatar wm42014-10-19
* input: implement JSON-based IPC protocolGravatar Alessandro Ghedini2014-10-17
* audio: change internal device listing APIGravatar wm42014-10-10
* libmpv/cocoa: make global events work and get rid of is_cplayerGravatar Stefano Pigozzi2014-10-09
* audio: add device selection & listing with --audio-deviceGravatar wm42014-10-09
* m_config: add function to copy all optionsGravatar wm42014-10-06
* player: move some libass setup code to sub.cGravatar wm42014-10-03
* player: remove central uninit_player() function and flags messGravatar wm42014-10-03
* input: separate creation and loading of configGravatar wm42014-09-27
* stream: redo playback abort handlingGravatar wm42014-09-13
* player: some more input refactoringGravatar wm42014-09-07
* options: compatibility hack for --slave-brokenGravatar wm42014-08-25
* terminal: some cleanupsGravatar wm42014-08-21
* cocoa: fix build by using the correct HAVE_* macroGravatar Stefano Pigozzi2014-08-06
* cocoa: move set_input_context to macosx_eventsGravatar FRAU KOUJIRO2014-08-06
* Remove the last remains of slave modeGravatar wm42014-08-01
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* player: remove some minor code duplication in config loader codeGravatar wm42014-06-26
* encode: disable playback framedroppingGravatar wm42014-06-17
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* win32: implement --priority differentlyGravatar wm42014-06-12
* encode: don't load Lua scriptsGravatar wm42014-06-12
* encode: make option struct localGravatar wm42014-06-11
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* client API: add API function that ensures total destructionGravatar wm42014-06-07
* client API: fix terminal usageGravatar wm42014-06-06
* x11: replace--[x11-]fstype option with --x11-netwmGravatar wm42014-05-16
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13
* options: rename subtitle-related optionsGravatar Martin Herkt2014-05-04
* client API: add chapter change eventGravatar wm42014-04-27
* stream: remove interrupt callback global variablesGravatar wm42014-04-25
* dispatch: move into its own source fileGravatar wm42014-04-23
* encode: don't resume playback when encodingGravatar wm42014-04-19
* encode: don't apply default config optionsGravatar wm42014-04-19
* Remove CPU detection and inline asm handlingGravatar wm42014-04-19
* encode: disable keep-open when encodingGravatar James Ross-Gowan2014-04-19
* player: add a --dump-stats optionGravatar wm42014-04-17
* player: remove ASX, SMIL and NSC playlist parsersGravatar wm42014-04-13
* player: remove confusing argc/argv adjustmentGravatar wm42014-03-23
* player/main: Fix Cygwin buildGravatar James Ross-Gowan2014-03-13
* client API: fix playloop thread wakeupGravatar wm42014-03-01
* config: don't save options to resume-config that didn't changeGravatar wm42014-02-25
* player: fix --force-window on OSXGravatar wm42014-02-11
* build: add option to build a libraryGravatar wm42014-02-10
* lua: port to client APIGravatar wm42014-02-10
* Add a client APIGravatar wm42014-02-10
* timer: init only onceGravatar wm42014-02-10
* options: add --no-terminal switchGravatar wm42014-02-10