aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vsrc_ddagrab.c
Commit message (Expand)AuthorAgeFilesLines
* 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