summaryrefslogtreecommitdiffstats
path: root/player/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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