summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: make size of OUTPUT available to user shadersBin Jin2016-06-121-3/+3
* vo_opengl: refactor performance data propertiesNiklas Haas2016-06-081-24/+38
* vo_opengl: make user hook passes optionalNiklas Haas2016-06-081-4/+11
* vo_opengl: expose performance timers as propertiesNiklas Haas2016-06-071-0/+24
* vo_opengl: apply vo-cmdline command incrementallywm42016-06-051-0/+5
* manpage: update --hwdec=d3d11va remarkswm42016-05-311-5/+3
* vo_opengl: default hdr-tone-mapping to hableNiklas Haas2016-05-301-3/+4
* vo_opengl: refactor HDR mechanismNiklas Haas2016-05-302-3/+12
* vo_opengl: add hable tone-mapping algorithmNiklas Haas2016-05-301-0/+3
* vo_opengl: rename tone-mapping=simple to reinhardNiklas Haas2016-05-301-4/+4
* vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-281-0/+9
* command: add playlist-pos-1 propertywm42016-05-261-0/+3
* vo_opengl: always autoselect ANGLE as backend if availablewm42016-05-261-2/+2
* manpage: adjust dxva2 descriptionwm42016-05-231-3/+6
* manpage: document how hardware decoding might cause quality losswm42016-05-231-0/+36
* docs: fix some typosBen Boeckel2016-05-232-2/+2
* vo_opengl: remove non-working rgb/rgba FBO formatswm42016-05-202-1/+3
* DOCS/mplayer-changes: document HDR supportNiklas Haas2016-05-161-1/+2
* manpage: declare user-shader syntax for not stablewm42016-05-161-0/+4
* vo_opengl: implement more HDR tonemapping algorithmsNiklas Haas2016-05-161-3/+32
* vo_opengl: implement HDR (SMPTE ST2084)Niklas Haas2016-05-162-0/+9
* vo_opengl: abstract hook texture access behind macroNiklas Haas2016-05-151-2/+14
* vo_opengl: use RPN expressions for user hook sizesNiklas Haas2016-05-151-7/+17
* vo_opengl: support external user hooksNiklas Haas2016-05-151-0/+113
* lua: add timer:is_enabled() functionJulian2016-05-141-0/+4
* manpage: document missing sub-propertieswm42016-05-111-0/+2
* video: add --hwdec=auto-copy modewm42016-05-111-0/+8
* manpage: unmark d3d11va as "experimental"wm42016-05-111-2/+3
* manpage: document -- and some issues passing filenameswm42016-05-101-1/+12
* manpage: fix some script_message references to preferred namewm42016-05-093-9/+9
* win32: make taskbar progress indication optionalmaniak13492016-05-082-0/+9
* manpage: document --x11-bypass-compositor=nowm42016-05-081-1/+4
* manpage: change gnome-screensaver-command exampleRahul Kalkani2016-05-071-1/+1
* x11: rename inappropriate --x11-bypass-compositor=never optionwm42016-05-071-2/+2
* x11: add --x11-bypass-compositor=alwayswm42016-05-061-2/+7
* DOCS: update documentation related to color managementNiklas Haas2016-05-062-6/+12
* manpage: minor fixes to --lavfi-complexwm42016-05-061-2/+3
* client API: access choices as flags if appropriatewm42016-05-042-0/+9
* command: change some hwdec propertieswm42016-05-042-2/+30
* lcms: improve black point handling (especially BT.1886)Niklas Haas2016-05-041-0/+7
* manpage: fix typoVaidas Kascėnas2016-04-301-1/+1
* options: add --fit-border video optionmaniak13492016-04-301-0/+6
* sd_add: replace --sub-ass=no with --ass-style-override=stripwm42016-04-302-5/+12
* vo_opengl: support GL_EXT_texture_norm16 on GLESwm42016-04-271-1/+2
* vo_opengl: D3D11VA + ANGLE interopwm42016-04-271-0/+1
* manpage: fix --autofit examplewm42016-04-241-1/+1
* command: if only ab-loop-b is set, loop from start of filewm42016-04-213-7/+12
* stream_memory: add hex:// protocolwm42016-04-201-0/+3
* player: loop on end of file if ab-loop-b is unsetwm42016-04-182-2/+6
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEwm42016-04-151-0/+9
* aspect: rework --video-unscaledNiklas Haas2016-04-102-7/+6
* osd: add italic font for osdst4t1k2016-04-081-0/+3
* x11: do not set _NET_WM_BYPASS_COMPOSITOR by defaultwm42016-04-031-2/+2
* aspect: make video-zoom logarithmicNiklas Haas2016-04-032-6/+5
* manpage: change underscore to hyphen in input commandKevin Mitchell2016-04-031-1/+1
* manpage: fix typoKevin Mitchell2016-04-021-1/+1
* manpage: add example for --msg-levelwm42016-04-021-0/+16
* vd_lavc: add d3d11va hwdecKevin Mitchell2016-03-301-0/+1
* command: add video-stereo-mode propertywm42016-03-281-0/+3
* lua: don't require key for mp.add_key_binding()wm42016-03-261-1/+2
* DOCS/interface-changes: mention --input-ipc-server changewm42016-03-241-0/+2
* man: ipc: update for named pipe IPC on WindowsJames Ross-Gowan2016-03-232-11/+42
* command: change "cache-speed" OSD formattingwm42016-03-221-2/+2
* command: add cache-speed propertywm42016-03-202-0/+6
* man: lua: fix typo in script-binding example.torque2016-03-191-1/+1
* csputils: add DCI-P3 colorspaceNiklas Haas2016-03-191-0/+2
* DOCS/compile-windows.md: use CC=gcc.exe for msys2 compileKevin Mitchell2016-03-181-2/+2
* DOCS/compile-windows.md: update dependencies for msys2 buildKevin Mitchell2016-03-181-1/+1
* lua: don't suspend core by default during script executionwm42016-03-182-7/+2
* DOCS/compile-windows.md: update MSYS2 instructionsKevin Mitchell2016-03-161-12/+37
* manpage: fix inverted condition in mixer-active descriptionwm42016-03-131-2/+2
* manpage: minor changes to some environment variableswm42016-03-121-5/+1
* manpage: add that dxinterop may work on intel.Kevin Mitchell2016-03-101-1/+2
* manpage: remove extraneous newlines from end of options.rstKevin Mitchell2016-03-101-2/+0
* manpage: add note about video filters and hwdecKevin Mitchell2016-03-101-1/+5
* manpage: document dxva2 option for hwdecKevin Mitchell2016-03-101-3/+6
* DOCS: add some hints to the new examples repositorywm42016-03-101-0/+14
* DOCS: remove client API exampleswm42016-03-1025-1936/+0
* command: change stream-pos semanticswm42016-03-092-2/+4
* vo_opengl: rename prescale to prescale-lumaNiklas Haas2016-03-051-10/+4
* demux: add null demuxerwm42016-03-042-1/+5
* command: add encoder-list propertywm42016-03-011-2/+7
* command: export canonical ffmpeg version identifierwm42016-02-291-0/+7
* command: export list of all decoderswm42016-02-291-0/+32
* command: export more information under track-listwm42016-02-292-5/+34
* osc: add always-on mode and unify visibility mode (always/never/auto)Avi Halachmi (:avih)2016-02-271-12/+13
* manpage: add showvolume example to --lavfi-complexwm42016-02-271-0/+3
* manpage: fix typowm42016-02-211-1/+1
* manpage: add hint where the full keybindings are declaredwm42016-02-211-0/+4
* demux_timeline: fix nested timelineswm42016-02-202-5/+3
* player: add on_preloaded hookwm42016-02-151-0/+11
* manpage: normal filters are still active with complex filterswm42016-02-121-0/+3
* manpage: fix indenting issue in vf_formatNiklas Haas2016-02-111-21/+21
* manpage: add example for playing 2 audio tracks at the same timewm42016-02-081-0/+2
* player: add --external-file optionwm42016-02-081-0/+5
* player: add complex filter graph supportwm42016-02-051-1/+43
* input: ignore --input-cursor for events injected by input commandswm42016-02-041-0/+2
* audio: remove default preference for libdcadecwm42016-02-011-1/+1
* DOCS: explain about DVD situation in man page.archenemies2016-01-311-0/+39
* vo_opengl: replace tscale-interpolates-only with interpolation-thresholdwm42016-01-272-4/+16
* vo_opengl: support 10 bit support with ANGLEwm42016-01-261-1/+1
* vo_opengl: default to rgba16f FBOs on ANGLEwm42016-01-261-2/+2
* command: always allow setting volume/mute propertieswm42016-01-262-2/+24
* manpage: fix typowm42016-01-251-1/+1
* vo_opengl: add tscale-interpolates-only sub-optionwm42016-01-252-0/+5
* vo_opengl: default scaler-resizes-only sub-option to yeswm42016-01-252-1/+2
* vo_opengl: rename custom shader entrypoint from sample to sample_pixelwm42016-01-252-1/+7
* manpage: minor correctionswm42016-01-242-8/+4
* DOCS/interface-changes: fix typowm42016-01-231-1/+1
* manpage: adjust vf/af-command descriptionwm42016-01-221-1/+4
* command: add af-command commandwm42016-01-221-0/+3
* command: add vf-command commandwm42016-01-221-0/+6
* audio: change downmix behavior, add --audio-normalize-downmixwm42016-01-202-0/+13
* audio: change --audio-channels default back to stereowm42016-01-202-5/+9
* manpage: adjust --display-fps descriptionwm42016-01-181-3/+7
* manpage: update win32 config pathwm42016-01-141-1/+1
* man: options: Clarify expected behaviour with --dvbin-full-transponder.Oliver Freyermuth2016-01-141-4/+7
* man: options: hint to cycling of program property.Oliver Freyermuth2016-01-141-0/+2
* man: input: document new DVB bindings and properties.Oliver Freyermuth2016-01-142-1/+13
* manpage: mention that image subtitles can not be repositioned etc.wm42016-01-121-0/+8
* manpage: adjust documented screenshot file namewm42016-01-081-2/+3
* win32: fix fd://James Ross-Gowan2016-01-071-3/+2
* ao_dsound: remove this audio outputwm42016-01-061-16/+2
* options: exclude 360 from --video-rotate rangewm42016-01-021-1/+1
* manpage: lua: fix command nameswm42015-12-291-5/+5
* demux_mkv: adjust subtitle preroll defaultswm42015-12-271-2/+9
* options: add --audio-file-pathswm42015-12-251-1/+5
* input: add a catch-all "unmapped" commandwm42015-12-231-0/+6
* input: add key name to script-binding command responsewm42015-12-231-8/+14
* vo_opengl: blend transparent video against tiles by defaultwm42015-12-221-2/+4
* Add a CONTRIBUTING.md filewm42015-12-221-9/+11
* vf_yadif: change defaultswm42015-12-212-5/+6
* DOCS/compile-windows: pthreads is not needed anymorewm42015-12-201-16/+1
* win32: input: use Vista CancelIoExJames Ross-Gowan2015-12-201-22/+0
* video: switch from using display aspect to sample aspectwm42015-12-191-4/+4
* vo_opengl: disable pbo by defaults for opengl-hqwm42015-12-191-5/+7
* man: fix grammar issuesMartin Herkt2015-12-199-65/+71
* vo_opengl: add dxinterop backendJames Ross-Gowan2015-12-111-0/+3
* stream: drop PVR supportwm42015-12-101-59/+0
* sub: increase gap/overlap fixing threshold to 210mswm42015-12-071-1/+1
* vo_opengl: decrease default lookup texture size to 64Bin Jin2015-12-071-2/+2
* vo_opengl: make LOOKUP_TEXTURE_SIZE configurableBin Jin2015-12-071-0/+9
* win32: add option to set VO MMCSS profilewm42015-12-061-0/+4
* manpage: reflect recent subtitle changeswm42015-12-062-10/+10
* examples/qt_opengl: Use fbo of the widget and not the thread contextcommander kotori2015-12-031-1/+1
* examples/qt_opengl: remove redundant time-start property fetchcommander kotori2015-12-031-2/+1
* vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0Bin Jin2015-12-021-2/+2
* manpage: fix a command namewm42015-12-011-1/+1
* manpage: ' can't be used for quotingwm42015-11-301-2/+2
* manpage: explain behavior of "path" propertywm42015-11-291-1/+5
* DOCS/interface-changes: add some recent changeswm42015-11-291-1/+3
* vo_opengl: make tscale=mitchell:tscale-clamp the defaultwm42015-11-291-1/+1
* w32_common: implement icc-profile-autoJames Ross-Gowan2015-11-261-1/+2
* vo: do not use display FPS for framedropwm42015-11-251-5/+4
* vo_opengl: disable interpolation without display-syncwm42015-11-251-0/+4
* command, vo: add estimated-display-fps propertywm42015-11-251-0/+8
* vo_rpi: add an option to disable OSDwm42015-11-251-0/+4
* manpage: deinterlace is now the lowercase dKevin Mitchell2015-11-233-8/+8
* manpage: clarify correct-downscaling descriptionwm42015-11-231-1/+2
* command: export some per-video-frame informationwm42015-11-221-0/+13
* vo_opengl: use ANGLE by default if available (except for "hq" preset)wm42015-11-211-3/+14
* vo_opengl: enable dumb-mode automatically if possiblewm42015-11-191-1/+4
* vo_opengl: switch FBO format on GLESwm42015-11-191-1/+2
* x11: request bypassing compositorwm42015-11-181-0/+4
* player: replace mistimed-frame-count with vsync-ratio on status linewm42015-11-181-5/+7
* manpage: fix typo in vd-lavc-o exampleEllis Berner2015-11-181-1/+1
* manpage: fix a typowm42015-11-181-1/+1
* input.conf: add default bindings for changing window scalewm42015-11-171-9/+5
* videotoolbox: make decoder format customizablewm42015-11-171-0/+8
* player: handle rebasing start time differentlywm42015-11-163-6/+24
* command: add vsync-ratio propertywm42015-11-132-0/+9
* command: rename vo-missed-frame-count propertywm42015-11-132-7/+10
* win32: avoid detection as exclusive fullscreen windowMartin Herkt2015-11-131-0/+4
* vo_opengl_cb: make operation more similar to normal VOswm42015-11-092-21/+2
* command: make display-fps property writablewm42015-11-091-1/+1
* vo_opengl: rename "drm_egl" to "drm-egl"wm42015-11-091-2/+2
* manpage: remove examples and authors sectionwm42015-11-081-46/+0
* manpage: slightly improve configuration files sectionwm42015-11-081-2/+3
* vo_opengl: add DRM EGL backendrr-2015-11-081-2/+5