summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* osc: time display configuration optionsTeoh Han Hui2015-06-191-0/+8
* Various spelling fixesMarcin Kurczewski2015-06-184-6/+6
* DOCS/compile-windows.md: fix Lua packagewm42015-06-181-1/+1
* DOCS/manpage: fix typosrrooij2015-06-176-12/+12
* af_convert24: remove this filterwm42015-06-161-7/+0
* DOCS/compile-windows.md: drop unused dependencywm42015-06-161-1/+1
* lua: support MPV_END_FILE_REASON_REDIRECTwm42015-06-111-0/+10
* client API: add MPV_END_FILE_REASON_REDIRECTwm42015-06-111-0/+3
* lua: export end-file event fieldswm42015-06-111-0/+17
* command: add keypress, keydown, and keyup commands.torque2015-06-112-0/+18
* player: use 4 as process exit code on user quitswm42015-06-101-0/+1
* audio: add --audio-spdif as new method for enabling passthroughwm42015-06-052-9/+30
* inpout.conf: make shift+o toggle between 2 states onlywm42015-06-031-1/+1
* lua: fix options submodulewm42015-05-291-1/+1
* vo_drm: Expose mode ID option to usersMarcin Kurczewski2015-05-281-0/+4
* command: remove deprecated get_property commandwm42015-05-272-1/+2
* options: remove --slave-brokenwm42015-05-273-22/+4
* DOCS: fix wrong libmpv's cocoa example commentStefano Pigozzi2015-05-271-4/+2
* DOCS: interface-changes: mention recent vo_opengl additionswm42015-05-271-0/+2
* vo_opengl: CMS no longer implies linear scalingNiklas Haas2015-05-271-10/+6
* vo_opengl: icc-profile overrides icc-profile-autoNiklas Haas2015-05-271-2/+2
* vo_opengl: add support for custom shadersNiklas Haas2015-05-271-2/+70
* input: allow - as separator between commands, instead of _wm42015-05-251-40/+40
* command: change the hwdec propertieswm42015-05-252-19/+28
* vf_dlopen: declare as deprecatedwm42015-05-251-0/+2
* vo_null: add framerate emulationwm42015-05-241-0/+6
* manpage: --media-title -> --force-media-titlePhilip Sequeira2015-05-241-1/+1
* DOCS/client_api_examples/cocoa-openglcb: do initial flush correctly.torque2015-05-231-11/+5
* command: add protocol-list propertywm42015-05-232-0/+7
* command: deprecate audio-sampleratewm42015-05-222-7/+2
* command: add audio-params and audio-out-params propertieswm42015-05-222-0/+37
* command: rename audio-format propertywm42015-05-222-3/+4
* options: rename --media-title optionwm42015-05-221-0/+1
* command: deprecate the "length" propertywm42015-05-222-2/+6
* DOCS: add a changelog for option/command/property changeswm42015-05-222-3/+47
* audio: make softvol scale cubicwm42015-05-221-5/+5
* audio: change range of volume option/propertywm42015-05-222-15/+12
* DOCS/client_api_examples: cocoa: minor fixeswm42015-05-211-2/+2
* DOCS/client_api_examples: add opengl-cb-based cocoa example.torque2015-05-211-0/+310
* vo_opengl: remove npot optionwm42015-05-211-4/+0
* DOCS/mplayer-changes: add relative seeking by %Robin2015-05-211-0/+1
* vo_xv: make number of buffers configurablewm42015-05-201-0/+6
* manpage: fix syntaxwm42015-05-191-1/+1
* input: add relative percentage seekrrooij2015-05-191-1/+3
* command: add playlist_shuffle commandwm42015-05-171-0/+4
* input.conf: add CTRL+s key binding for window screenshotswm42015-05-171-0/+4
* manpage: improve osc helpAvi Halachmi (:avih)2015-05-161-10/+11
* DOCS/client_api_examples: Qt: force qmake to use pkg-config.torque2015-05-163-0/+3
* manpage: lua: clarify OSD differences between mp.command/mp.commandvwm42015-05-161-0/+7
* video: add hevc to whitelist of hwdec codecswm42015-05-141-1/+1
* vo_opengl: change user options for requesting GLESwm42015-05-141-4/+7
* manpage: explain some property expansion restrictionswm42015-05-131-1/+4
* manpage: remove stray newlinewm42015-05-131-1/+0
* vo_opengl_cb: add a "block" framedrop mode and make it defaultwm42015-05-121-2/+4
* Always block SIGPIPE globallywm42015-05-111-1/+2
* DOCS/man/options.rst: Remove trailing whitespacesrrooij2015-05-101-2/+2
* DOCS/man/opions.rst: Elaborate on --no-videorrooij2015-05-101-0/+4
* player: add --force-window=immediate modewm42015-05-081-2/+4
* DOCS: add a link to LIRC wiki entrywm42015-05-071-0/+1
* manpage: do not use deprecated syntax in examplewm42015-05-061-1/+1
* vo_opengl: change default FBO formatwm42015-05-051-2/+2
* manpage: fix typowm42015-05-051-1/+1
* ao_coreaudio: add an option for changing the physical formatwm42015-05-051-0/+8
* path: start special espansion with ~~name instead of ~namewm42015-05-031-9/+9
* options: remove --leak-reportwm42015-05-021-2/+1
* screenshots: create screenshot dirwm42015-05-021-2/+3
* manpage: fix typowm42015-05-011-1/+1
* vo_opengl: gl_lcms: replace icc-cache by icc-cache-dirNiklas Haas2015-05-011-4/+7
* screenshots: change default directory in pseudo-gui mode to desktopwm42015-05-012-1/+3
* screenshots: prefix default template with "mpv-"wm42015-05-011-2/+2
* path: add resolving desktop path to platform-specific pathswm42015-05-011-0/+1
* path: expose platform-specific path resolverswm42015-05-011-1/+10
* screenshots: add --screenshot-directory optionwm42015-05-011-0/+11
* screenshots: add option to prevent 16 bit outputwm42015-04-291-0/+5
* screenshots: add option to disable JPEG 4:4:4 outputwm42015-04-291-0/+4
* manpage: put explicit links to config file path detailswm42015-04-281-1/+4
* command: change the default action for rescan_external_fileswm42015-04-281-5/+5
* input.conf: map L to toggle infinite loopingwm42015-04-271-0/+3
* ao_null: add an option for testing channel layout selectionwm42015-04-271-0/+4
* manpage: update mpv IRC channelsNiklas Haas2015-04-271-2/+2
* manpage: update colormatrix property descriptionwm42015-04-272-9/+10
* DOCS/client-api-changes: fix release markerwm42015-04-251-1/+1
* manpage: move --autosync descriptionwm42015-04-241-14/+14
* player: add --window-scale optionwm42015-04-241-0/+8
* man: fix PDF buildMartin Herkt2015-04-241-2/+4
* DOCS/mplayer-changes: Eleborate on joystick inputrobin007bond2015-04-231-0/+2
* manpage: document ff-index sub-propertywm42015-04-231-0/+7
* demux_mkv: limit timestamp fixing to 1ms maxwm42015-04-231-6/+6
* demux_mkv: attempt to fix rounded timestampswm42015-04-231-0/+12
* lua: add utils.format_json() functionwm42015-04-221-0/+8
* command: demuxer-cache-time propertyxylosper2015-04-211-0/+5
* client API: add a screenshot_raw commandwm42015-04-201-0/+9
* client API: add MPV_FORMAT_BYTE_ARRAY typewm42015-04-201-0/+1
* player: change video-bitrate and audio-bitrate propertieswm42015-04-201-7/+22
* command: disc-mouse-on-button propertyxylosper2015-04-211-0/+4
* manpage: fix typowm42015-04-191-1/+1
* options: change [...] to balanced quoteswm42015-04-191-1/+3
* demuxer_lavf: add an option for disabling hackswm42015-04-171-0/+6
* options: clarify quoting for option values starting with %wm42015-04-171-8/+9
* vf_screenshot: remove this filterwm42015-04-162-11/+2
* command: let screenshot_to_file command overwrite fileswm42015-04-161-2/+1
* video: do not show decoder framedrops if they're not requestedwm42015-04-161-4/+3
* vo_drm: add missing documentationMarcin Kurczewski2015-04-161-0/+13
* options: --hr-seek=always is the same as --hr-seek=yeswm42015-04-151-0/+1
* manpage: clarify --af=formatKevin Mitchell2015-04-151-14/+16
* manpage: remove extra newline at end of af.rstKevin Mitchell2015-04-151-1/+0
* mapage: update --hwdec=vaapi description againwm42015-04-141-2/+1
* vo_opengl: change dwmflush option valueswm42015-04-141-3/+4
* man/options: make --audio-display easier to findMartin Herkt2015-04-131-2/+3
* DOCS/contribute.md: Add guideline for pull requestsrobin007bond2015-04-131-0/+3
* DOCS/waf: Edit --enable-feature sentencesrobin2015-04-121-2/+3
* vo_opengl: unify blend-subtitles-res and blend-subtitleswm42015-04-111-12/+5
* manpage: mention how pseudo-gui mode is enabled on win32wm42015-04-111-2/+7
* vo_opengl: add blend-subtitles-resNiklas Haas2015-04-101-0/+11
* manpage: document pseudo-gui stuffwm42015-04-101-0/+28
* opengl: win32 - add option 'dwmflush' to sync in DWMAvi Halachmi (:avih)2015-04-091-0/+10
* vo_opengl_cb: deprecate mpv_opengl_cb_render()wm42015-04-093-6/+4
* vo_opengl_cb: add a function to report vsync timewm42015-04-093-0/+9
* manpage: lua: clarify timer usagewm42015-04-081-0/+17
* manpage: remove confusing statementwm42015-04-071-2/+1
* command: new subproperty for video-params: gammaNiklas Haas2015-04-041-0/+3
* vf_format: add gamma override optionNiklas Haas2015-04-041-0/+22
* vo_opengl: make csp options consistent with vf_formatNiklas Haas2015-04-041-9/+9
* csputils: add some missing colorspacesNiklas Haas2015-04-042-0/+18
* man/vf: update vf_format documentationNiklas Haas2015-04-041-4/+3
* vo_opengl: make jinc presets resizableNiklas Haas2015-04-041-3/+0
* vo_opengl: add scale-wparam optionNiklas Haas2015-04-041-0/+13
* vo_opengl: refactor scaler configurationNiklas Haas2015-04-041-12/+11
* vo_opengl: separate kernel and windowNiklas Haas2015-04-041-26/+33
* vf_format: allow forcing aspect ratiowm42015-04-031-0/+5
* vf_format: allow forcing display sizewm42015-04-031-0/+5
* vo_opengl: remove chroma-location suboptionwm42015-04-031-4/+0
* vf_format: allow forcing rotation flagswm42015-04-031-0/+4
* vf_format: allow forcing stereo mode parameterswm42015-04-031-0/+8
* sub: add --sub-text-bold optionwm42015-04-011-0/+3
* ao_wasapi: fix device listingKevin Mitchell2015-03-311-12/+12
* manpage: correct option minchn->minch for lavcac3encKevin Mitchell2015-03-301-3/+3
* manpage: clarify global config file locationwm42015-03-311-1/+3
* options: make --video-rotate use range 0-360wm42015-03-311-1/+1
* video: move colorspace overrides to vf_format, simplifywm42015-03-312-95/+91
* vf_format: don't crash if nonsense parameters are passedwm42015-03-311-11/+2
* vf_format: by default, pass through video without changewm42015-03-311-1/+1
* csputils: unify names for colorspace/etc. nameswm42015-03-311-9/+9
* ad_lavc: disable AC3 DRC by defaultwm42015-03-301-2/+5
* RPI supportwm42015-03-292-0/+14
* ao_alsa: add an option to ignore ALSA channel map negotiationwm42015-03-281-0/+8
* manpage: update warning on blend-subtitlesNiklas Haas2015-03-271-2/+6
* manpage: vo_opengl: blend-subtitles is brokenwm42015-03-271-0/+3
* manpage: fix typowm42015-03-261-1/+1
* vo_opengl: draw subtitles directly onto the videoNiklas Haas2015-03-261-0/+11
* vo_opengl: set cscale=spline36 as default for opengl-hqNiklas Haas2015-03-251-1/+1
* command: add property returning current working directorywm42015-03-241-0/+4
* input: remove Linux joystick supportwm42015-03-243-8/+1
* input: remove classic LIRC supportwm42015-03-243-11/+8
* manpage: ipc: make requirements for newlines more explicitwm42015-03-231-0/+3
* manpage: remove "experimental" notice from dxva2 codewm42015-03-192-2/+2
* manpage: add a link to mpv.conf documentationwm42015-03-171-1/+1
* DOCS: fix compilation instructions for MXE crosscompilationgunmantheh2015-03-171-0/+1
* man/vo: fix typoMartin Herkt2015-03-151-1/+1
* vo_opengl: add oversample support for tscaleNiklas Haas2015-03-151-1/+9
* vo_opengl: add oversample scalerNiklas Haas2015-03-151-0/+6
* vo_opengl: refactor smoothmotion -> interpolationNiklas Haas2015-03-151-42/+30
* man: fix PDF buildMartin Herkt2015-03-151-3/+4
* manpage: update cscaleNiklas Haas2015-03-131-4/+1
* options: introduce --cache=yes choicewm42015-03-121-2/+4
* cache: bump default size to 150MBwm42015-03-121-1/+1
* command: display-fps is the display FPS as assumed by the VOwm42015-03-121-3/+3
* vo_opengl: refactor shader generation (part 2)Niklas Haas2015-03-121-24/+44
* command: add display-fps propertywm42015-03-101-0/+7
* manpage: document swapinterval defaultNiklas Haas2015-03-091-1/+2
* input.conf: add key binding to override ASS subtitle styleswm42015-03-081-0/+5
* DOCS: minor update to coding stylewm42015-03-081-0/+2
* DOCS/compile-window.md: add Lua package to MXE instructionswm42015-03-061-2/+2
* DOCS, options: fix exampleChrisK22015-03-051-1/+1
* client API: mention the changes to the seek/screenshot commandswm42015-03-052-1/+3
* player, client API: refactor cplayer init, reduce client API differenceswm42015-03-051-0/+4
* input: use flag option type for some input commandswm42015-03-041-16/+15
* vo_opengl: add gamma-auto optionStefano Pigozzi2015-03-041-0/+9
* stream_cdda: add option to enable cdtext, and disable it by defaultwm42015-03-031-0/+4
* manpage: improve --osd-fractions descriptionwm42015-03-03