aboutsummaryrefslogtreecommitdiff
path: root/src/encoder/video
AgeCommit message (Collapse)Author
4 daysCleanup rcdec05eba
6 daysAdd vulkan video encoding option (-k h264_vulkan). WIP, not fully hardware ↵dec05eba
accelerated yet
6 daysMove codec query from encoder to separate filedec05eba
7 daysName capture/encoder variable selfdec05eba
7 daysAdd template for vulkan video encodingdec05eba
10 daysCommentsdec05eba
12 daysDont crash on error in nvenc querydec05eba
12 daysPls workdec05eba
12 daysAttempt 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
display frame using purely vaapi unless the monitor is rotated
2024-09-06Explicit glFlush/glFinish before and after render operations to fix tearing ↵dec05eba
and stutter on amd
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 ↵dec05eba
quality (qp)
2024-07-24Show warning when amd driver adds black bars, set frame resolution after ↵dec05eba
changing video codec context resolution
2024-07-22Fix portal capture on intel, support multiple planes in one egl image (might ↵dec05eba
fix capture on intel iris)
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
With this instead of kms_cuda/kms_vaapi/kms_software and xcomposite_cuda/xcomposite_vaapi/xcomposite_software there is now only kms and xcomposite.