summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* 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/+7
* manpage: fix typowm42014-01-051-1/+1
* manpage: mention --pauseMartin Herkt2014-01-031-0/+3
* manpage: clarifications about bitmap subtitles and --secondary-sidwm42014-01-011-2/+4
* manpage: fix description on the slave mode msglevelwm42014-01-011-2/+1
* manpage: fix vf_noise parameter namewm42013-12-301-2/+2
* vd_lavc: by default, output all frames, even corrupted oneswm42013-12-291-0/+5
* Install encoding-profiles.conf by defaultwm42013-12-281-6/+5
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-242-0/+23
* changes.rst: add entry for dvdnav menuwm42013-12-231-1/+1
* manpage: mention video-unscaled propertywm42013-12-231-0/+1
* options: disable joystick by defaultwm42013-12-231-1/+1
* af_export: require filename argumentwm42013-12-211-2/+2
* msg: change --msglevel, reduce legacy gluewm42013-12-202-12/+17
* crosscompile-mingw.txt: fix instructionswm42013-12-191-1/+1
* command: remove radio commandswm42013-12-191-2/+1
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-171-7/+7
* command: scale osd’s time remaining by the current speedVivek Jain2013-12-161-0/+1
* manpage: fix --vf=expand aspect ratio exampleAlessandro Ghedini2013-12-161-1/+1
* manpage: undocument syntax for skipping optional arguments in input commandswm42013-12-161-2/+0
* matroska: add --ordered-chapters-files optionwm42013-12-141-0/+12
* manpage: mention that the "run" does not wait for the commandwm42013-12-141-0/+3
* Allow some options taking filenames to refer to mpv config dirwm42013-12-141-0/+22
* dvdnav: select longest title by defaultwm42013-12-141-0/+1
* video: change --video-zoom behaviorwm42013-12-131-3/+8
* osd: add option for "unscaled" OSDwm42013-12-101-0/+6
* demux: set fps for mf:// to 1wm42013-12-101-1/+1
* manpage: remove some --flip leftoverswm42013-12-072-2/+2
* manpage: mark "run" command as Unix-onlywm42013-12-071-0/+1
* video: remove --flipwm42013-12-051-3/+0
* video: allow hardware decoding only for certain codecswm42013-12-051-4/+12
* docs: edl: minor correctionswm42013-12-051-4/+5
* af_pan: change options, use option parserwm42013-12-041-9/+13
* af_ladspa: change options, use option parserwm42013-12-041-4/+13
* af_delay: change option parsing, fix bugs, use option parserwm42013-12-041-3/+3
* af_channels: change options, fix bugs, use option parserwm42013-12-041-8/+15
* ad_lavc: expose an option to enable threadingwm42013-12-041-0/+6
* manpage: use different quoting in examplewm42013-12-041-1/+1
* manpage: remove unhelpful paragraph about video filter paramswm42013-12-041-5/+0
* manpage: update af_format entrywm42013-12-041-10/+3
* manpage: fix examplewm42013-12-041-1/+1
* manpage: remove two stray video fitler deprecation noteswm42013-12-041-10/+0
* manpage: generic notice about changed sub-option parsingwm42013-12-041-0/+9
* vf_pp: use option parserwm42013-12-042-4/+9
* vf_dsize: use option parserwm42013-12-041-1/+4
* video/filter: remove vf_down3drightwm42013-12-041-8/+0
* vf_pullup: change options, reroute to vf_lavfiwm42013-12-041-1/+1
* vf_unsharp: change options, reroute to vf_lavfiwm42013-12-041-14/+6
* vf_phase: change options, reroute to vf_lavfiwm42013-12-041-1/+1
* vf_noise: reroute to vf_lavfiwm42013-12-041-11/+20
* vf_hqdn3d: change options, reroute to vf_lavfiwm42013-12-041-5/+0
* vf_gradfun: reroute to vf_lavfiwm42013-12-041-6/+6
* vf_delogo: reroute to vf_lavfiwm42013-12-041-6/+4
* vf_yadif: change options, reroute to vf_lavfiwm42013-12-041-11/+14
* vf_lavfi: export a wrapper functionwm42013-12-041-2/+2
* manpage: mention that vda can work with vo_openglwm42013-12-022-1/+2
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-022-0/+9
* vo_opengl: add support for rectangle textureswm42013-12-011-0/+5
* command: add a revert_seek commandwm42013-12-011-0/+6
* options: add options that set defaults for af/vf/ao/vowm42013-12-014-3/+27
* command: add a cycle_values input commandwm42013-11-301-0/+18
* command: change the syntax and semantics of the "run" commandwm42013-11-301-3/+18
* ao_alsa: disable ALSA resampling by default againwm42013-11-291-1/+4
* command: allow "current" as argument to playlist_remove commandwm42013-11-281-2/