summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* manpage: fix vf_scale optionswm42014-05-041-9/+11
* options: merge ---sub-auto-match with --sub-autowm42014-05-042-10/+7
* manpage: improve --input-cursor descriptionwm42014-05-041-2/+2
* options: remove deprecated --identifyMartin Herkt2014-05-042-15/+10
* options: remove obsolete --fsmode-dontuseMartin Herkt2014-05-042-4/+1
* options: rename device-specific optionsMartin Herkt2014-05-043-3/+5
* options: rename msg-related optionsMartin Herkt2014-05-045-24/+31
* options: rename video-related options/propertiesMartin Herkt2014-05-044-38/+43
* options: rename audio-related options/propertiesMartin Herkt2014-05-044-53/+59
* options: rename subtitle-related optionsMartin Herkt2014-05-043-49/+53
* options: rename input-related optionsMartin Herkt2014-05-043-51/+56
* DOCS: update changes.rstMartin Herkt2014-05-031-39/+47
* manpage: adjust description of vdpau deint sub-optionwm42014-05-021-6/+8
* manpage: deprecated vo_vdpau postprocessing optionswm42014-05-021-0/+19
* manpage: document vf_vdpauppwm42014-05-021-0/+49
* lua: remove "lua/" prefix from script nameswm42014-05-021-5/+5
* manpage: fix the alternative suggested for stream-pathwm42014-05-021-1/+1
* man: grammar tweak of mp.add_timeout()Kevin Mitchell2014-04-291-3/+3
* vf_vapoursynth: use frame durations instead of _AbsoluteTimewm42014-04-281-2/+2
* client API: add chapter change eventwm42014-04-271-0/+3
* manpage: fix grammarwm42014-04-261-1/+1
* manpage: forced->usedwm42014-04-261-1/+1
* manpage: improve --osd-level descriptionwm42014-04-251-4/+4
* af.rst: fix replaygain-track descriptionAlessandro Ghedini2014-04-251-2/+1
* command: allow native access to "vf" propertywm42014-04-241-0/+16
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-231-0/+10
* man: minor typo why not to use portaudioKevin Mitchell2014-04-221-1/+1
* command: export rotation parameterwm42014-04-221-0/+4
* vf_rotate: support all multiples of 90 degreeswm42014-04-211-9/+2
* encode: don't apply default config optionswm42014-04-192-1/+6
* manpage: add notes when to use/not use certain AO and VO driverswm42014-04-192-1/+50
* lua: add example to rebuild the status lineDavid Weber2014-04-191-0/+69
* input: discard key history when a key is mappedwm42014-04-191-4/+4
* manpage: clarify one aspect of multi-keybindingswm42014-04-181-1/+2
* input: close window when window close button is pressed with --input-testwm42014-04-181-3/+3
* input: handle multi-combinations as key sequenceswm42014-04-181-0/+10
* manpage: document loop-file propertywm42014-04-181-0/+3
* player: add a --loop-file optionwm42014-04-171-0/+6
* ao_null: add simulated device latency, simulate EOF problemswm42014-04-171-0/+7
* vo_opengl: make spline36 default with --vo=opengl-hqwm42014-04-171-2/+4
* player: add a --dump-stats optionwm42014-04-171-0/+8
* client API: remove mpv_event_pause_reasonwm42014-04-141-21/+5
* command: add property to indicate when pausing due to --keep-openwm42014-04-141-0/+7
* command: add a property to indicate core pause statewm42014-04-141-0/+5
* New option --no-ometadata to opt out of including metadata when encoding.Rudolf Polzer2014-04-141-0/+4
* vf_vapoursynth: wipe vapoursynth state completely on reloadingwm42014-04-141-4/+1
* Remove radio://wm42014-04-132-56/+0
* command: add vf-metadata propertyKevin Mitchell2014-04-131-1/+12
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesDavid Weber2014-04-131-0/+11
* manpage: vf_vapoursynth: document what happens on seekingwm42014-04-131-0/+8
* manpage: lua: separate "advanced" functions into a separate sectionwm42014-04-121-4/+10
* lua: make it easier to integrate with foreign event loopswm42014-04-121-0/+20
* lua: wrap mpv_get_wakeup_pipe()wm42014-04-121-0/+4
* video: add VapourSynth filter bridgewm42014-04-121-0/+47
* manpage: fix --vf=scale optionsJames Ross-Gowan2014-04-111-3/+3
* manpage: document how the client API retrieves the complicated propertieswm42014-04-111-0/+82
* lua: add a minor helper functionwm42014-04-101-0/+4
* cache: allow resizing at runtimewm42014-04-091-0/+12
* manpage: --ad-spdif-dtshd=yes works nowwm42014-04-081-1/+2
* vd_lavc: by default, do not show corrupt frameswm42014-04-081-1/+1
* client API: avoid redundant property change events if possiblewm42014-04-081-5/+9
* lua: add API for observing property changeswm42014-04-081-0/+22
* remove redundant/outdated line from encodeing.rst:"what works"Kevin Mitchell2014-04-031-1/+0
* lua: give more control over timerswm42014-04-021-5/+17
* lua: add mp.unregister_event() functionwm42014-04-011-0/+5
* DOCS/encoding: make "What does not work yet" a proper RST sectionwm42014-04-011-0/+1
* vo_opengl, cocoa: allow to autoselect a color profileStefano Pigozzi2014-03-311-0/+7
* command: allow changing filters before video chain initializationwm42014-03-301-0/+6
* command: change what the metadata property returnswm42014-03-301-3/+9
* manpage: remove misleading description for --ontopStefano Pigozzi2014-03-291-2/+1
* manpage: osc: document some recent additionswm42014-03-201-0/+27
* manpage: clarify what to pass to --hwdec-codecs optionwm42014-03-201-1/+3
* manpage: mark disc-title as writeablewm42014-03-181-2/+3
* changes.rst: add dvd://1 -> dvd://0 changewm42014-03-171-0/+1
* lua: rename mp.register_script_command() to mp.register_script_message()wm42014-03-171-5/+5
* command, lua: change script_message semanticswm42014-03-172-14/+29
* manpage: remove author fieldwm42014-03-161-1/+0
* vf_delogo: remove internal implementationwm42014-03-161-5/+0
* command: rename dvd- properties to disc-wm42014-03-151-4/+4
* DOCS/coding-style: add another requirement for commit messageswm42014-03-151-0/+3
* command: prefix DVD title properties with "dvd-"wm42014-03-151-1/+4
* af_volume: add detach optionwm42014-03-141-0/+6
* manpage: af: minor syntax improvementswm42014-03-141-4/+4
* af_volume: remove double-negated suboptionwm42014-03-141-3/+3
* af_volume: add support for replaygain pre-amp and clipping preventionAlessandro Ghedini2014-03-131-0/+6
* af_volume: add replaygain supportAlessandro Ghedini2014-03-131-0/+6
* DOCS/coding-style: add an example and another rulewm42014-03-131-0/+25
* DOCS/tech-overview: DOCS/OUTDATED-tech/ was deletedwm42014-03-121-3/+1
* DOCS: add coding stylewm42014-03-121-0/+111
* options.rst: correct broken URLDiogo Franco2014-03-111-1/+1
* vo_opengl: Simplify and clarify color correction codeNiklas Haas2014-03-101-13/+13
* audio: make --channels option always force the output layoutwm42014-03-102-11/+15
* DOCS: fix an external linkwm42014-03-091-3/+3
* ao_jack: use new pull API helperswm42014-03-091-3/+0
* ao_null: add option for simulated device speedwm42014-03-091-0/+5
* sd_ass: add a very simple and evil way to override ASS subtitle styleswm42014-03-011-5/+10
* lua: add option to disable auto-loading of lua scriptswm42014-02-282-1/+6
* manpage: document properties added in previous commitwm42014-02-281-0/+7
* manpage: lua: fix typowm42014-02-281-1/+1
* manpage: lua: update from previous commitwm42014-02-281-1/+7
* DOCS: kill the rest of the old mplayer tech documentationwm42014-02-288-949/+0
* vo_opengl: change gamma suboption to take a valuewm42014-02-271-2/+7
* vo_opengl: Change the default icc-intent to relative colorimetricNiklas Haas2014-02-261-2/+2
* lua: add set_property_native functionwm42014-02-261-2/+12
* options: allow changing options at runtimewm42014-02-251-2/+4
* manpage: remove unused environment variablewm42014-02-251-3/+0
* config: add a --config-dir option to force config directorywm42014-02-251-0/+11
* manpage: Improve wording on icc-approx-gammaNiklas Haas2014-02-251-5/+5
* manpage: document the new loadfile argumentwm42014-02-251-1/+6
* client api examples: set an option with MPV_FORMAT_FLAGwm42014-02-241-1/+2
* client API: report pause/unpause reasonwm42014-02-241-0/+19
* lua: add a bunch of functions to get/set properties by their native typewm42014-02-241-2/+40
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaNiklas Haas2014-02-241-0/+8
* command: use DVD volume ID for media-title propertyxylosper2014-02-231-0/+2
* manpage: fix a metadata property namewm42014-02-231-1/+1
* manpage: fix yadif example in one casewm42014-02-231-1/+1
* input: check for abort cmd in multi-commandswm42014-02-201-5/+0
* manpage: input: clarify chapter-metadata propertywm42014-02-191-2/+8
* command: allow accessing metadata entries as listwm42014-02-191-0/+12
* command: move metadata entry access to metadata/by-key/wm42014-02-191-2/+8
* manpage: lua: improve explanation of tracks-changed and tracks-switchedwm42014-02-191-4/+4
* client API: add event for metadata changeswm42014-02-191-0/+3
* command: export list of editions as propertieswm42014-02-191-0/+22
* command: export codec for each trackwm42014-02-191-0/+4
* edl: extend with chapter timestampswm42014-02-191-1/+17
* manpage: lua: shorten description of register_script_command()wm42014-02-171-37/+12
* manpage: lua: attempt to improve add_key_binding() descriptionwm42014-02-171-18/+23
* manpage: lua: improve introduction, add simplistic examplewm42014-02-171-15/+26
* manpage: lua: fix typowm42014-02-171-1/+1
* manpage: input: document script_message commandwm42014-02-171-0/+8
* client API: add events for video and audio reconfigwm42014-02-171-0/+6
* lua: add mechanism for script provided key bindingswm42014-02-171-1/+99
* client API: add a client message eventwm42014-02-171-0/+6
* lua: allow giving fallback values in get_property() callswm42014-02-171-6/+8
* DOCS/crosscompile-mingw: use settings.mk instead of make variablesTimothy Gu2014-02-171-9/+20
* DOCS/crosscompile-mingw: update disk space statsTimothy Gu2014-02-171-1/+1
* DOCS/crosscompile-mingw: updateTimothy Gu2014-02-171-16/+24
* command: export chapter list as propertieswm42014-02-161-0/+12
* command: export playlist as propertieswm42014-02-161-0/+9
* command: expose track list as propertieswm42014-02-161-0/+42
* command: export more video params as propertieswm42014-02-161-3/+40
* crosscompile-mingw: improve instructions for MXEwm42014-02-141-0/+2
* options: make --no-config block all auto-loaded configuration fileswm42014-02-141-4/+2
* lua: auto-load scripts from ~/.mpv/lua/wm42014-02-141-0/+5
* lua: make register_event() not overwrite previous event handlerwm42014-02-141-0/+4
* manpage: reformat property listwm42014-02-121-113/+344
* manpage: lua: move less important events to the end of the listwm42014-02-121-36/+35
* manpage: lua: document receiving of terminal messageswm42014-02-121-2/+36
* manpage: lua: rewrite event descriptionwm42014-02-121-30/+86
* manpage: lua: minor fixeswm42014-02-121-4/+4
* man: update wayland optionsAlexander Preisinger2014-02-111-3/+8
* manpage: fix Lua script shutdown description againwm42014-02-111-6/+6
* manpage: document --aspect special valueswm42014-02-111-0/+7
* manpage: use Lua for Lua examplewm42014-02-111-1/+1
* manpage: document mp.commandv Lua commandwm42014-02-111-0/+15
* manpage: move description of script shutdown to a separate paragraphwm42014-02-111-4/+6
* manpage: fix formatting of example codewm42014-02-111-6/+7
* manpage: document some Lua scripting functionswm42014-02-111-2/+160
* Add a client API examplewm42014-02-102-0/+53
* options: add --no-terminal switchwm42014-02-101-0/+7
* DOCS/waf-buildsystem: add link to the Waf bookTimothy Gu2014-02-061-1/+1
* DOCS/crosscompile-mingw: use MarkdownTimothy Gu2014-02-061-1/+6
* DOCS/crosscompile-mingw: updateTimothy Gu2014-02-061-4/+0
* quvi: disable subtitle fetching by defaultwm42014-01-311-4/+6
* options: alternative way to specify color optionswm42014-01-311-10/+22
* manpage: fix af_equalizer syntaxwm42014-01-191-1/+1
* lua: add a --lua-opts option, which can be queried by scriptswm42014-01-161-0/+5
* player: add --term-osd-bar, which shows a status bar on the terminalwm42014-01-151-0/+12
* manpage: document --term-osd=forcewm42014-01-131-1/+3
* player: redo terminal OSD and status line handlingwm42014-01-131-5/+0
* options: remove --screenw and --screenhwm42014-01-111-8/+0
* options: don't reset pause mode when switching to next filewm42014-01-091-3/+3
* screenshot: add format specifiers to get file directory pathwm42014-01-081-0/+6
* Switch PDF manual generation to rst2pdfMartin Herkt2014-01-082-24/+0
* ao_pulse: lower default buffer size from 1000ms to 250mswm42014-01-071-1/+1
* ao_pulse: add suboption to control buffer sizewm42014-01-071-0/+6
* manpage: mention how to get a list of codecs for use with --hwdec-codecswm42014-01-071-0/+3
* Fix audio delay inversionMartin Herkt2014-01-061-2/+2
* quvi: add option to not fetch subtitlesAndre D2014-01-051-0/