aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* manpage: undocument syntax for skipping optional arguments in input commandsGravatar wm42013-12-16
* input: avoid using wakeup pipe if it's not neededGravatar wm42013-12-16
* mp_msg: define a bunch of convenience macrosGravatar wm42013-12-16
* input: don't quit with exit status 1 when receiving SIGTERMGravatar wm42013-12-15
* player: don't temporarily disable terminal handling when reloading filesGravatar wm42013-12-15
* osd_libass: update styles when OSD changes PlayResGravatar wm42013-12-15
* osd: use separate ASS_Renderer for each OSD objectGravatar wm42013-12-15
* player: don't store subtitle renderer in osd_stateGravatar wm42013-12-15
* dvdnav: fix incorrect clipping of highlightsGravatar wm42013-12-15
* demux_mkv: don't seek outside of the file when finding segmentsGravatar wm42013-12-14
* matroska: add --ordered-chapters-files optionGravatar wm42013-12-14
* manpage: mention that the "run" does not wait for the commandGravatar wm42013-12-14
* Allow some options taking filenames to refer to mpv config dirGravatar wm42013-12-14
* dvdnav: select longest title by defaultGravatar wm42013-12-14
* vf_dsize: fix bug caused by typoGravatar wm42013-12-14
* dvdnav: crappy hack to respect timed still framesGravatar wm42013-12-14
* dvdnav, tv: force-disable cachingGravatar wm42013-12-14