aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vsrc_ddagrab.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: drop internal.hAnton Khirnov2024-08-191-1/+0
* lavfi: move AVFilterLink.frame_rate to FilterLinkAnton Khirnov2024-08-151-1/+1
* lavfi: move AVFilterLink.hw_frames_ctx to FilterLinkAnton Khirnov2024-08-151-2/+4
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avfilter/vsrc_ddagrab: clear all flags of buffer textureTimo Rothenpieler2024-03-161-0/+3
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-8/+8
* avfilter/ddagrab: only use acquired texture on valid updatesTimo Rothenpieler2024-02-091-4/+44
* lavfi/vsrc_ddagrab: add an option to avoid duplicating framesAnton Khirnov2024-01-301-1/+6
* avfilter/ddagrab: create secondary xor mouse textureTimo Rothenpieler2023-10-091-25/+112
* avfilter/ddagrab: actually use provided texture pointerTimo Rothenpieler2023-10-091-1/+1
* all: Use av_frame_replace() where appropriateAndreas Rheinhardt2023-09-101-2/+1
* configure: Set WIN32_LEAN_AND_MEAN at configure timeL. E. Segovia2023-08-141-1/+0
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-071-1/+0
* avfilter/vsrc_ddagrab: calculate pointer position on rotated screensTimo Rothenpieler2023-07-151-2/+52
* avfilter/vsrc_ddagrab: account for mouse-only frames during probingTimo Rothenpieler2023-07-151-7/+21
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-0/+1
* avfilter/vsrc_ddagrab: add options for more control over output format fallbackTimo Rothenpieler2022-08-131-3/+9
* avfilter/vsrc_ddagrab: add rgbaf16 output supportTimo Rothenpieler2022-08-131-0/+13
* avfilter/vsrc_ddagrab: set sRGB color information on output framesTimo Rothenpieler2022-08-061-0/+12
* avfilter/vsrc_ddagrab: make output format user configurableTimo Rothenpieler2022-08-061-1/+28
* avfilter/vsrc_ddagrab: move most of init to config_propsTimo Rothenpieler2022-08-051-43/+37
* avfilter/vsrc_ddagrab: fix mouse cursor render initTimo Rothenpieler2022-08-051-6/+6
* avfilter/vsrc_ddagrab: check for existence of DPI_AWARENESS_CONTEXTTimo Rothenpieler2022-07-191-4/+4
* avfilter/vsrc_ddagrab: dynamically load SetThreadDpiAwarenessContextTimo Rothenpieler2022-07-191-8/+33
* avfilter: add vsrc_ddagrabTimo Rothenpieler2022-07-181-0/+982