aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* msg: handle vsnprintf errorsGravatar wm42013-12-20
* msg: use a global lock to synchronize printingGravatar wm42013-12-20
* msg: change --msglevel, reduce legacy glueGravatar wm42013-12-20
* msg: cosmetic changesGravatar wm42013-12-20
* msg: change hack to silence command line pre-parse error messagesGravatar wm42013-12-20
* terminal: remove separate formatting for --msgmoduleGravatar wm42013-12-20
* terminal: abstract terminal color handlingGravatar wm42013-12-20
* w32_common: support file drag and dropGravatar Martin Herkt2013-12-20
* input: make parse_cmd_strv take const argsGravatar Martin Herkt2013-12-20
* osc: use mp.send_commandvGravatar wm42013-12-20
* input, lua: add functions to take pre-split input commandsGravatar wm42013-12-20
* terminal: move SIGTTOU signal handler setup codeGravatar wm42013-12-19
* Rename getch2....c/h to terminal....c/hGravatar wm42013-12-19
* crosscompile-mingw.txt: fix instructionsGravatar wm42013-12-19
* player: replace some overlooked mp_msgsGravatar wm42013-12-19
* options: use M_OPT_EXIT with -VGravatar wm42013-12-19
* ta: fix compilation with NDEBUGGravatar wm42013-12-19
* m_option.h: actually remove config.h includeGravatar wm42013-12-19
* stream: remove stale MAX_STREAM_PROTOCOLS defineGravatar wm42013-12-19
* command: remove radio commandsGravatar wm42013-12-19
* w32_common: fix mouse clicksGravatar Martin Herkt2013-12-19
* ao_wasapi: fix includesGravatar wm42013-12-18
* vf_lavfi: don't access AVFilterPad directlyGravatar wm42013-12-18
* ad_lavc: work around deprecation warningGravatar wm42013-12-18
* m_option: don't include config.h in headerGravatar wm42013-12-18
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* stream: move O_BINARY dummy definitionGravatar wm42013-12-18
* Remove the _ macroGravatar wm42013-12-18
* ildetect: add ILDETECT_FORCE_RUN (if interlacing could not be decided, assume...Gravatar Rudolf Polzer2013-12-18
* command: better check whether file duration is availableGravatar wm42013-12-17
* old-makefile: fix mpvcore references and the DIRS variableGravatar wm42013-12-17
* Fix OSX build; remove all remaining mpvcore referencesGravatar 11rcombs2013-12-17
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Merge mp_talloc.h into ta/ta_talloc.hGravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move libquvi stuff to stream/resolve/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename mp_lua.c/h to lua.c/hGravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* input: remove LIRCCD supportGravatar wm42013-12-16
* command: mess with previous commitGravatar wm42013-12-16
* command: scale osd’s time remaining by the current speedGravatar Vivek Jain2013-12-16
* manpage: fix --vf=expand aspect ratio exampleGravatar Alessandro Ghedini2013-12-16
* input: move multi-command parsing somewhere elseGravatar wm42013-12-16
* input: adjust code to make quoted/not quoted cases more unifiedGravatar wm42013-12-16
* input: better error reporting for missing commandsGravatar wm42013-12-16
* input: move some command flags into a bitfieldGravatar wm42013-12-16
* input: remove weird syntax for skipping optional argumentsGravatar wm42013-12-16