summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
Commit message (Expand)AuthorAgeFilesLines
* vo_tct: add --vo-tct-buffering optionKacper Michajłow2024-04-071-0/+19
* DOCS/man/vo: document vo_caca's hardcoded keybindsnanahi2024-04-071-0/+15
* DOCS/man: unify flag option descriptionsnanahi2024-04-071-2/+2
* vo_drm: add support for YUYV formatsfan52024-03-161-6/+9
* player: remove all rpi-specific codeDudemanguy2024-02-051-24/+0
* drm: remove selecting the card number with --drm-connectorDudemanguy2023-09-211-6/+3
* DOCS: update notes about new profilesKacper Michajłow2023-09-201-4/+5
* DOCS/vo: remove some dated deprecation warnings about --vo=rpiDudemanguy2023-09-191-8/+1
* DOCS/vo: remove outdated reference to --vo-vaapi-deinit-modeDudemanguy2023-09-171-19/+0
* DOCS/vo: clarify dmabuf-wayland a bitDudemanguy2023-07-231-2/+6
* vo_dmabuf_wayland: add osd supportDudemanguy2023-07-121-2/+1
* vo_kitty: Introduce modern sixel alternativeMia Herkt2022-12-211-0/+39
* man/vo: TypoMia Herkt2022-12-201-1/+1
* man/vo: Correct --vo-sixel-bufferedMia Herkt2022-12-201-2/+3
* vo_sixel: Rename draw-clear -> config-clearMia Herkt2022-12-201-2/+3
* vo_sixel: Alias/deprecate exit-clear -> alt-screenMia Herkt2022-12-201-4/+7
* vo_sixel: Make buffering optionalMia Herkt2022-12-201-5/+14
* man/vo: Fix rendering error due to non-printablesMia Herkt2022-12-201-1/+1
* vo_sixel: Add option to skip clear while drawingMia Herkt2022-12-191-0/+3
* drm: remove legacy APILaserEyess2022-11-161-11/+0
* vo_vaapi_wayland: remove, as it is superceded by vo_dmabuf_waylandAaron Boxer2022-10-261-6/+7
* vo_gpu/hwdec: rename and introduce legacy names for some interopsPhilip Langdale2022-10-111-8/+8
* vo_gpu: hwdec: add Android hwdec utilizing AImageReadersfan52022-10-021-2/+2
* vo: add new vaapi-wayland driverAaron Boxer2022-05-241-0/+8
* various: fix typosCœur2022-04-251-1/+1
* drm: context_drm_egl: add support for enabling VRRPhilip Langdale2022-04-051-0/+12
* DOCS/options.rst DOCS/vo.rst: Update discussion of hwdec usagePhilip Langdale2022-03-091-45/+45
* vo_gpu_next: add support for hardware decodingNiklas Haas2022-03-031-4/+0
* manpage: add vo_gpu_next wiki link to manpageNiklas Haas2022-03-031-1/+4
* vo_gpu_next: initial attempt at adding d3d11 supportJan Ekström2022-02-021-1/+1
* vo_gpu_next: implement OpenGL context supportsfan52021-11-221-1/+1
* vo_gpu_next: add new libplacebo-based rendererNiklas Haas2021-11-031-0/+12
* drm_common: enable specific device selection by means of pathJan Ekström2021-10-251-2/+7
* DOCS: fix spellinga13460542021-08-241-1/+1
* manpage: rename OS X references to macOSLeo Izen2021-01-031-2/+2
* vo_sixel: change default dither to "auto"Avi Halachmi (:avih)2020-11-271-3/+3
* vo_sixel: fix the image corruption with mltermAvi Halachmi (:avih)2020-11-271-9/+7
* vo_sixel: support --vo-sixel-exit-clear[=yes]Avi Halachmi (:avih)2020-11-271-0/+4
* vo_sixel: Add aspect ratio based output centeringShreesh Adiga2020-11-221-35/+63
* video/out/vo_sixel.c: Implement sixel as a output deviceShreesh Adiga2020-11-071-0/+68
* vo_vdpau: remove deprecated/inactive --vo-vdpau-deint optionwm42020-09-091-23/+0
* DOCS/vo.rst: TCT: add note on interleaved outputAvi Halachmi (:avih)2020-08-161-2/+7
* vo_direct3d: rip out texture video rendering pathwm42020-05-131-25/+0
* manpage: fix wrong option name for --fbo-formatwm42020-04-141-1/+1
* sws_utils, zimg: destroy vo_x11 and vo_drm performancewm42019-10-311-0/+12
* Reintroduce vo_wayland as vo_wlshmMichael Forney2019-10-171-0/+6
* vo_drm: 30bpp supportAnton Kindestam2019-09-221-5/+4
* image_writer: add webp-compression optionsfan52019-09-141-0/+2
* image_writer: add WebP support (lossy or lossless)sfan52019-09-141-0/+6
* manpage: minor fixes to VO manpagesfan52019-09-141-3/+3
* drm_common: Support --drm-mode=<preferred|highest|N|WxH[@R]>Anton Kindestam2019-05-041-4/+15
* drm_common: Add proper help option to drm-modeAnton Kindestam2019-05-041-2/+3
* drm_common: Add option to toggle use of atomic modesettingAnton Kindestam2019-05-041-0/+10
* drm: rename plane options to better, invariant, namesAnton Kindestam2018-12-011-18/+32
* drm_atomic: Add general primary/overlay plane optionAnton Kindestam2018-12-011-13/+15
* manpage: minor fix to --drm-formatAnton Kindestam2018-09-301-1/+1
* docs/vo: fixup some minor typos a la "planed" instead of "plane"Jan Ekström2018-05-011-3/+3
* drm/atomic: refactor planes namesLongChair2018-05-011-0/+14
* drm/atomic: refactor hwdec_drmprime_drm with native resourcesLongChair2018-05-011-5/+7
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-281-4/+5
* context_drm_egl: Introduce 30bpp supportAnton Kindestam2018-02-261-1/+14
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-1/+3
* manpage: remove stale vo_wayland entrywm42018-01-131-19/+0
* manpage: update references to gpu VOdaschiller2018-01-101-6/+6
* 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-27