summaryrefslogtreecommitdiffstats
path: root/player/main.c
Commit message (Expand)AuthorAgeFilesLines
* encoding: fixed-vo option was removedwm42015-02-131-1/+0
* osx: move code to unset input context to the right placewm42015-02-121-4/+4
* osx: move cocoa specific call out of common codewm42015-02-121-8/+0
* player: drop explicit exit() callswm42015-02-121-14/+9
* Revert "player: make --force-window create the window immediately on start"wm42015-02-121-1/+0
* player: make --force-window create the window immediately on startwm42015-02-031-0/+1
* player: remove --fixed-vowm42015-02-031-1/+0
* win32: remove check for SetPriorityClass()wm42015-01-201-3/+3
* win32: drop hacks for possibly broken static pthreads-win32 linkingwm42015-01-111-14/+0
* video: better pipelining with vf_vapoursynthwm42015-01-031-1/+1
* player: move terminal input init to a better placewm42015-01-021-3/+3
* player: print config.h contents in verbose modewm42015-01-021-6/+14
* Update copyright yearwm42015-01-011-1/+1
* video: pass some VO params as structwm42014-12-311-3/+6
* options: expand ~ for the include optionStefano Pigozzi2014-12-301-1/+5
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-291-9/+1
* player: force stereo as default when encodingwm42014-12-271-0/+1
* vo_opengl_cb: free context on exitwm42014-12-221-0/+3
* client API: allow multiple mpv instances with terminal=yeswm42014-12-021-16/+20
* player: improve exit message in some scenarioswm42014-10-311-33/+37
* player: adjust uninit order of componentswm42014-10-241-6/+7
* player: shutdown all clients before actual uninitwm42014-10-191-2/+2
* ipc: decouple from MPContextwm42014-10-191-5/+3
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-171-0/+8
* audio: change internal device listing APIwm42014-10-101-1/+1
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-091-5/+4
* audio: add device selection & listing with --audio-devicewm42014-10-091-0/+4
* m_config: add function to copy all optionswm42014-10-061-0/+3
* player: move some libass setup code to sub.cwm42014-10-031-10/+1
* player: remove central uninit_player() function and flags messwm42014-10-031-3/+2
* input: separate creation and loading of configwm42014-09-271-1/+2
* stream: redo playback abort handlingwm42014-09-131-8/+2
* player: some more input refactoringwm42014-09-071-1/+1
* options: compatibility hack for --slave-brokenwm42014-08-251-0/+6
* terminal: some cleanupswm42014-08-211-6/+7
* cocoa: fix build by using the correct HAVE_* macroStefano Pigozzi2014-08-061-4/+4
* cocoa: move set_input_context to macosx_eventsFRAU KOUJIRO2014-08-061-0/+1
* Remove the last remains of slave modewm42014-08-011-9/+2
* Audit and replace all ctype.h useswm42014-07-011-1/+0
* player: remove some minor code duplication in config loader codewm42014-06-261-2/+1
* encode: disable playback framedroppingwm42014-06-171-0/+1
* video/out: change aspects of OSD handlingwm42014-06-151-0/+1
* win32: implement --priority differentlywm42014-06-121-2/+2
* encode: don't load Lua scriptswm42014-06-121-0/+2
* encode: make option struct localwm42014-06-111-3/+3
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-1/+0
* client API: add API function that ensures total destructionwm42014-06-071-0/+4
* client API: fix terminal usagewm42014-06-061-1/+4
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-161-11/+0
* player: reorganize how lua scripts are loadedwm42014-05-131-5/+2
* options: rename subtitle-related optionsMartin Herkt2014-05-041-1/+1
* client API: add chapter change eventwm42014-04-271-0/+1
* stream: remove interrupt callback global variableswm42014-04-251-1/+8
* dispatch: move into its own source filewm42014-04-231-1/+1
* encode: don't resume playback when encodingwm42014-04-191-0/+1
* encode: don't apply default config optionswm42014-04-191-1/+1
* Remove CPU detection and inline asm handlingwm42014-04-191-2/+0
* encode: disable keep-open when encodingJames Ross-Gowan2014-04-191-0/+1
* player: add a --dump-stats optionwm42014-04-171-0/+8
* player: remove ASX, SMIL and NSC playlist parserswm42014-04-131-1/+0
* player: remove confusing argc/argv adjustmentwm42014-03-231-5/+0
* player/main: Fix Cygwin buildJames Ross-Gowan2014-03-131-12/+8
* client API: fix playloop thread wakeupwm42014-03-011-0/+9
* config: don't save options to resume-config that didn't changewm42014-02-251-0/+1
* player: fix --force-window on OSXwm42014-02-111-4/+8
* build: add option to build a librarywm42014-02-101-10/+1
* lua: port to client APIwm42014-02-101-3/+0
* Add a client APIwm42014-02-101-76/+132
* timer: init only oncewm42014-02-101-4/+0
* options: add --no-terminal switchwm42014-02-101-13/+17
* w32: use safe DLL search paths everywhereJames Ross-Gowan2014-01-271-0/+21
* w32: enable heap corruption detectionJames Ross-Gowan2014-01-271-0/+3
* w32: don't disable the error reporting dialogJames Ross-Gowan2014-01-271-1/+1
* player: fix initial osd progbar statewm42014-01-201-0/+1
* msg: move special declarations to msg_control.hwm42014-01-161-0/+1
* io/win32: move mp_attach_console to terminal-win.cMartin Herkt2014-01-161-1/+0
* player: redo terminal OSD and status line handlingwm42014-01-131-1/+1
* Windows: use the GUI subsystem, attach to consoleMartin Herkt2014-01-021-0/+1
* Update copyright yearwm42014-01-011-1/+1
* options: simplify handling of some help optionswm42013-12-261-4/+0
* Don't include version.h from make options.cwm42013-12-221-2/+7
* msg: remove global statewm42013-12-211-1/+6
* player: use separate msg prefix for statuslinewm42013-12-211-0/+1
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-2/+2
* path lookup functions: mp_msg conversionswm42013-12-211-1/+1
* demux: mp_msg conversionswm42013-12-211-1/+1
* x11: mp_msg conversion for fstype help outputwm42013-12-211-1/+1
* encode_lavc: mp_msg conversionswm42013-12-211-2/+3
* options: some more mp_msg conversionswm42013-12-211-1/+1
* av_log: mp_msg conversionwm42013-12-211-2/+2
* m_option, m_config: mp_msg conversionswm42013-12-211-13/+13
* m_property: mp_msg conversionswm42013-12-211-1/+1
* input: rework how input sources are addedwm42013-12-211-23/+10
* m_config: add custom context to includefunc callbackwm42013-12-211-2/+4
* sub/osd: mp_msg conversionswm42013-12-211-2/+3
* codecs: mp_msg conversionwm42013-12-211-2/+3
* mixer: mp_msg conversionswm42013-12-211-1/+1
* msg: change --msglevel, reduce legacy gluewm42013-12-201-0/+3
* terminal: abstract terminal color handlingwm42013-12-201-1/+1
* Rename getch2....c/h to terminal....c/hwm42013-12-191-1/+1
* player: replace some overlooked mp_msgswm42013-12-191-2/+2
* Remove the _ macrowm42013-12-181-2/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-9/+9
* Move options/config related files from mpvcore/ to options/wm42013-12-171-6/+6
* Move libquvi stuff to stream/resolve/wm42013-12-171-1/+0
* Move mpvcore/input/ to input/wm42013-12-171-1/+1
* Rename mp_lua.c/h to lua.c/hwm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+450