| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi: move AVFilterLink.frame_rate to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -1/+1 |
* | lavfi: move AVFilterLink.hw_frames_ctx to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -2/+4 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avfilter/vsrc_ddagrab: clear all flags of buffer texture | Timo Rothenpieler | 2024-03-16 | 1 | -0/+3 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -8/+8 |
* | avfilter/ddagrab: only use acquired texture on valid updates | Timo Rothenpieler | 2024-02-09 | 1 | -4/+44 |
* | lavfi/vsrc_ddagrab: add an option to avoid duplicating frames | Anton Khirnov | 2024-01-30 | 1 | -1/+6 |
* | avfilter/ddagrab: create secondary xor mouse texture | Timo Rothenpieler | 2023-10-09 | 1 | -25/+112 |
* | avfilter/ddagrab: actually use provided texture pointer | Timo Rothenpieler | 2023-10-09 | 1 | -1/+1 |
* | all: Use av_frame_replace() where appropriate | Andreas Rheinhardt | 2023-09-10 | 1 | -2/+1 |
* | configure: Set WIN32_LEAN_AND_MEAN at configure time | L. E. Segovia | 2023-08-14 | 1 | -1/+0 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter/vsrc_ddagrab: calculate pointer position on rotated screens | Timo Rothenpieler | 2023-07-15 | 1 | -2/+52 |
* | avfilter/vsrc_ddagrab: account for mouse-only frames during probing | Timo Rothenpieler | 2023-07-15 | 1 | -7/+21 |
* | lavfi: add a flag for filters able to work with hw_device_ctx | Anton Khirnov | 2023-03-24 | 1 | -0/+1 |
* | avfilter/vsrc_ddagrab: add options for more control over output format fallback | Timo Rothenpieler | 2022-08-13 | 1 | -3/+9 |
* | avfilter/vsrc_ddagrab: add rgbaf16 output support | Timo Rothenpieler | 2022-08-13 | 1 | -0/+13 |
* | avfilter/vsrc_ddagrab: set sRGB color information on output frames | Timo Rothenpieler | 2022-08-06 | 1 | -0/+12 |
* | avfilter/vsrc_ddagrab: make output format user configurable | Timo Rothenpieler | 2022-08-06 | 1 | -1/+28 |
* | avfilter/vsrc_ddagrab: move most of init to config_props | Timo Rothenpieler | 2022-08-05 | 1 | -43/+37 |
* | avfilter/vsrc_ddagrab: fix mouse cursor render init | Timo Rothenpieler | 2022-08-05 | 1 | -6/+6 |
* | avfilter/vsrc_ddagrab: check for existence of DPI_AWARENESS_CONTEXT | Timo Rothenpieler | 2022-07-19 | 1 | -4/+4 |
* | avfilter/vsrc_ddagrab: dynamically load SetThreadDpiAwarenessContext | Timo Rothenpieler | 2022-07-19 | 1 | -8/+33 |
* | avfilter: add vsrc_ddagrab | Timo Rothenpieler | 2022-07-18 | 1 | -0/+982 |