aboutsummaryrefslogtreecommitdiff
path: root/src/encoder/video
AgeCommit message (Expand)Author
9 daystexture filter changedec05eba
9 daysTake screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) lim...dec05eba
10 daysFix screenshot with region not working correctly for some sizes and possibly ...dec05eba
10 daysAdd region capture with -w region -region WxH+X+Ydec05eba
2025-02-22Make image output lossy (use stb image writer), also significantly improves p...dec05eba
2025-02-16Support taking a screenshot (-o image.jpg/image.png)dec05eba
2024-12-08Refactor windowing from egl to window_x11/window_wayland, yolodec05eba
2024-10-09Rename video encoder cuda to video encoder nvencdec05eba
2024-10-03Support hevc vulkan, fix vulkan encoding for all resolutions, disable vulkan ...dec05eba
2024-10-02vulkan-headers as dependencydec05eba
2024-10-01Comment out vulkan includes for nowdec05eba
2024-09-29Cleanup rcdec05eba
2024-09-27Add vulkan video encoding option (-k h264_vulkan). WIP, not fully hardware ac...dec05eba
2024-09-26Move codec query from encoder to separate filedec05eba
2024-09-26Name capture/encoder variable selfdec05eba
2024-09-26Add template for vulkan video encodingdec05eba
2024-09-22Commentsdec05eba
2024-09-20Dont crash on error in nvenc querydec05eba
2024-09-20Pls workdec05eba
2024-09-20Attempt to fix nvenc query on old nvidia cards (driver version 470)dec05eba
2024-09-16Improve capture performance on amd/intel when using monitor capture: capture ...dec05eba
2024-09-06Explicit glFlush/glFinish before and after render operations to fix tearing a...dec05eba
2024-09-05More cleanup hwdevice ctxFaker0715
2024-09-03More cleanupdec05eba
2024-09-03Cleanup hwdevice ctxdec05eba
2024-08-31Disable vaapi info debug logdec05eba
2024-08-31mdec05eba
2024-08-31Faster startup (faster video codec query), fix some video codec callback logicdec05eba
2024-08-29Prepare for video codec query, cleanup readme, add libva-drm as dependencydec05eba
2024-08-17Add hevc_10bit and av1_10bit options for 10bit color range, increase video qu...dec05eba
2024-07-24Show warning when amd driver adds black bars, set frame resolution after chan...dec05eba
2024-07-22Fix portal capture on intel, support multiple planes in one egl image (might ...dec05eba
2024-07-15Add support for desktop portal capture (-w portal)dec05eba
2024-07-05Add encoder option to systemd service filedec05eba
2024-07-05Fix capture incorrect alignment with cpu encoding for some window sizesdec05eba
2024-07-05Separate video encoding method from capture methoddec05eba