summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
Commit message (Expand)AuthorAgeFilesLines
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-231-0/+5
* vo_gpu: add android opengl backendAman Gupta2017-10-091-0/+3
* vo: add mediacodec_embed output driverAman Gupta2017-10-091-0/+8
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-18/+15
* options: kill --field-dominancewm42017-07-211-1/+1
* image_writer, vo_image: change license to LGPLwm42017-06-181-8/+0
* image_writer: remove useless formatswm42017-03-181-8/+0
* manpage: discourage vo_vaapi furtherwm42017-02-171-3/+2
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-5/+0
* Fix some future release version numberswm42016-11-211-2/+2
* manpage: rename drm-egl to drm.Emmanuel Gil Peyrot2016-11-071-1/+1
* vo_tct: support also 256 colors outputAvi Halachmi (:avih)2016-10-251-0/+3
* vo_tct: optional custom size, support non-posix with 80x25 defaultAvi Halachmi (:avih)2016-10-251-1/+5
* manpage: fix a renamed option namewm42016-10-211-1/+1
* vo_tct: introduce modern caca alternativerr-2016-10-201-0/+15
* vo_drm: change CLI options + refactorsrr-2016-10-071-7/+7
* vo_rpi: deprecate this VOwm42016-09-121-1/+8
* manpage: remove more references to deprecated sub-option syntaxwm42016-09-071-10/+7
* vo_vdpau: rename some sub-optionswm42016-09-061-2/+2
* options: deprecate suboptions for the remaining AO/VOswm42016-09-051-47/+65
* vo_direct3d: deprecate direct3d_shaders aliaswm42016-09-051-8/+9
* vo_image: move to global optionswm42016-09-051-10/+12
* manpage: mention how to apply/view opengl-hq profilewm42016-09-021-1/+2
* options: deprecate --vo-defaultswm42016-09-021-0/+2
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-837/+12
* vo_opengl: remove pre/post/scale-shadersNiklas Haas2016-09-021-63/+15
* vo_xv: remove an aliased optionwm42016-08-311-4/+3
* vo_opengl: angle: new opengl flag to control DirectCompositionAvi Halachmi (:avih)2016-08-251-0/+10
* vo_opengl: remove the 3dlut-size npot2 restrictionNiklas Haas2016-07-251-2/+1
* vo_opengl: reduce default 3dlut-size to 64x64x64Niklas Haas2016-07-251-1/+1
* manpage: not-document tscale=linearwm42016-07-211-0/+3
* Use - as command-name separator everywhereTimotej Lazar2016-07-141-1/+1
* man: fix typosJakub Wilk2016-07-091-1/+1
* vo_opengl: add output_size uniform to custom shaderMuhammad Faiz2016-06-281-0/+3
* vo_opengl: implement the Panasonic V-Log functionNiklas Haas2016-06-281-0/+2
* csputils: add Panasonic V-Gamut primariesNiklas Haas2016-06-281-0/+2
* manpage: warn about the use of HDR functions for target-trcNiklas Haas2016-06-281-0/+6
* vo_opengl: implement ARIB STD-B68 (HLG) HDR TRCNiklas Haas2016-06-281-0/+2
* vo_opengl: remove prescaling framework with superxbr prescalerBin Jin2016-06-181-32/+0
* vo_opengl: remove nnedi3 prescalerBin Jin2016-06-181-31/+1
* vo_opengl: make size of OUTPUT available to user shadersBin Jin2016-06-121-3/+3
* vo_opengl: make user hook passes optionalNiklas Haas2016-06-081-4/+11
* vo_opengl: default hdr-tone-mapping to hableNiklas Haas2016-05-301-3/+4
* vo_opengl: refactor HDR mechanismNiklas Haas2016-05-301-3/+4
* 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
* vo_opengl: always autoselect ANGLE as backend if availablewm42016-05-261-2/+2
* vo_opengl: remove non-working rgb/rgba FBO formatswm42016-05-201-1/+1
* 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-161-0/+8
* 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
* DOCS: update documentation related to color managementNiklas Haas2016-05-061-5/+11
* lcms: improve black point handling (especially BT.1886)Niklas Haas2016-05-041-0/+7
* vo_opengl: support GL_EXT_texture_norm16 on GLESwm42016-04-271-1/+2
* csputils: add DCI-P3 colorspaceNiklas Haas2016-03-191-0/+2
* manpage: add that dxinterop may work on intel.Kevin Mitchell2016-03-101-1/+2
* vo_opengl: rename prescale to prescale-lumaNiklas Haas2016-03-051-10/+4
* vo_opengl: replace tscale-interpolates-only with interpolation-thresholdwm42016-01-271-3/+13
* vo_opengl: support 10 bit support with ANGLEwm42016-01-261-1/+1
* vo_opengl: default to rgba16f FBOs on ANGLEwm42016-01-261-2/+2
* manpage: fix typowm42016-01-251-1/+1
* vo_opengl: add tscale-interpolates-only sub-optionwm42016-01-251-0/+4
* vo_opengl: default scaler-resizes-only sub-option to yeswm42016-01-251-1/+1
* vo_opengl: rename custom shader entrypoint from sample to sample_pixelwm42016-01-251-1/+5
* vo_opengl: blend transparent video against tiles by defaultwm42015-12-221-2/+4
* vo_opengl: disable pbo by defaults for opengl-hqwm42015-12-191-5/+7
* man: fix grammar issuesMartin Herkt2015-12-191-6/+6
* vo_opengl: add dxinterop backendJames Ross-Gowan2015-12-111-0/+3
* 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
* vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0Bin Jin2015-12-021-2/+2
* 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_opengl: disable interpolation without display-syncwm42015-11-251-0/+4
* vo_rpi: add an option to disable OSDwm42015-11-251-0/+4
* manpage: deinterlace is now the lowercase dKevin Mitchell2015-11-231-2/+2
* manpage: clarify correct-downscaling descriptionwm42015-11-231-1/+2
* 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
* vo_opengl_cb: make operation more similar to normal VOswm42015-11-091-21/+0
* vo_opengl: rename "drm_egl" to "drm-egl"wm42015-11-091-2/+2
* vo_opengl: add DRM EGL backendrr-2015-11-081-2/+5
* vo_opengl: rename fancy-downscaling to correct-downscalingwm42015-11-071-2/+2
* vo_opengl: fancy-downscaling: enable also for anamorphic clipsAvi Halachmi (:avih)2015-11-071-3/+3
* vo_opengl: implement NNEDI3 prescalerBin Jin2015-11-051-0/+30
* vo_opengl: add Super-xBR filter for upscalingBin Jin2015-11-051-0/+38
* vo_opengl: win32: try to enable DwmFlush by defaultwm42015-11-011-2/+6
* vo_opengl: add vsync-fences optionwm42015-10-301-0/+9
* vo_opengl: make the default debanding settings less excessiveNiklas Haas2015-10-211-6/+6
* manpage: edit recommended VO remarkswm42015-10-041-7/+4
* Revert "vo_x11: remove this video output"wm42015-09-301-0/+6
* vo_opengl: remove sharpen scalers, add sharpen sub-optionwm42015-09-231-6/+12
* vo_opengl: implement debanding (and remove source-shader)Niklas Haas2015-09-091-14/+33
* vo_opengl: restore single pass optimization as separate code pathwm42015-09-071-1/+14
* vo_opengl: require FBOs and get rid of the single-pass optimizationNiklas Haas2015-09-071-9/+8
* vo_opengl: enable pbo by default with opengl-hqwm42015-09-021-1/+1
* vo_opengl: add tscale-clamp optionNiklas Haas2015-08-201-0/+6
* vo_rpi: disable background by defaultwm42015-08-201-0/+5
* vo_opengl: add temporal-dither-period optionNiklas Haas2015-07-201-0/+5
* vo_opengl: reimplement tscale=oversampleNiklas Haas2015-07-111-1/+1
* manpage: fix dwmflush parameterwm42015-07-031-1/+2
* vo_opengl: adjust interpolation code for the new video-sync mechanismNiklas Haas2015-07-011-5/+4
* vo_x11: remove this video outputwm42015-06-261-6/+0
* vo_drm: Expose mode ID option to usersMarcin Kurczewski2015-05-281-0/+4
* 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
* vo_null: add framerate emulationwm42015-05-241-0/+6
* vo_opengl: remove npot optionwm42015-05-211-4/+0
* vo_xv: make number of buffers configurablewm42015-05-201-0/+6
* vo_opengl: change user options for requesting GLESwm42015-05-141-4/+7
* vo_opengl_cb: add a "block" framedrop mode and make it defaultwm42015-05-121-2/+4
* vo_opengl: change default FBO formatwm42015-05-051-2/+2
* vo_opengl: gl_lcms: replace icc-cache by icc-cache-dirNiklas Haas2015-05-011-4/+7
* vo_drm: add missing documentationMarcin Kurczewski2015-04-161-0/+13
* vo_opengl: change dwmflush option valueswm42015-04-141-3/+4
* vo_opengl: unify blend-subtitles-res and blend-subtitleswm42015-04-111-12/+5
* vo_opengl: add blend-subtitles-resNiklas Haas2015-04-101-0/+11
* opengl: win32 - add option 'dwmflush' to sync in DWMAvi Halachmi (:avih)2015-04-091-0/+10
* vo_opengl: make csp options consistent with vf_formatNiklas Haas2015-04-041-9/+9
* csputils: add some missing colorspacesNiklas Haas2015-04-041-0/+14
* 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
* vo_opengl: remove chroma-location suboptionwm42015-04-031-4/+0
* RPI supportwm42015-03-291-0/+13
* 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
* manpage: remove "experimental" notice from dxva2 codewm42015-03-191-1/+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
* manpage: update cscaleNiklas Haas2015-03-131-4/+1
* vo_opengl: refactor shader generation (part 2)Niklas Haas2015-03-121-24/+44
* manpage: document swapinterval defaultNiklas Haas2015-03-091-1/+2
* vo_opengl: add gamma-auto optionStefano Pigozzi2015-03-041-0/+9
* vo_opengl: implement antiringing for tensor scalersNiklas Haas2015-02-271-3/+2
* manpage: update documentation for smoothmotionNiklas Haas2015-02-241-8/+27
* filter_kernels: add ewa_lanczossharp aliasNiklas Haas2015-02-241-2/+10
* filter_kernels: add blur parameter to jincNiklas Haas2015-02-231-0/+6
* manpage: document scale-param1 properlyNiklas Haas2015-02-231-8/+15
* manpage: update for new EWA filtersNiklas Haas2015-02-231-2/+2
* filter_kernels: rename ginseng to ewa_ginsengNiklas Haas2015-02-231-1/+1
* vo_opengl: add ginseng upscalerNiklas Haas2015-02-201-1/+1
* Revert "vo_opengl: disable alpha by default"wm42015-02-061-1/+1
* vo_opengl: add support for linear scaling without CMSNiklas Haas2015-02-061-5/+10
* cocoa: automatically fetch display-fps from the monitorStefano Pigozzi2015-02-031-2/+2
* vo_opengl: disable alpha by defaultwm42015-02-031-1/+1
* vo_opengl: change initialization of gamma optionwm42015-02-031-7/+5
* vo_opengl: change upper bound of :gamma to 2.0Niklas Haas2015-02-031-1/+1
* manpage: add recommended values to :gamma suboptionNiklas Haas2015-02-031-4/+12
* man: expand on the smoothmotion documentationStefano Pigozzi2015-01-281-4/+13
* manpage: fix smoothmotion-threshold value rangewm42015-01-261-1/+1
* vo_opengl, x11: implement icc-profile-autowm42015-01-261-1/+1
* vo_opengl: make "mitchell" the hq default filter for downscalingwm42015-01-261-1/+1
* vo: fix disabling/enabling smoothmotion at runtimewm42015-01-231-0/+3
* manpage: minor changeswm42015-01-231-15/+23
* vo_opengl: add smoothmotion frame blendingStefano Pigozzi2015-01-231-0/+9
* manpage: vo_opengl: describe how to get lanczos2/lanczos3wm42015-01-221-0/+3
* vo_opengl: remove scale-sep and indirect optionsNiklas Haas2015-01-221-23/+1
* vo_opengl: rename all scale options to make more senseNiklas Haas2015-01-221-31/+24
* vo_opengl: always prefer indirect scalingNiklas Haas2015-01-221-9/+14
* vo_opengl: implement naive anti-ringing<