Age | Commit message (Expand) | Author |
2023-04-13 | Move back video encoding to main thread (fixes crash when encoding at low speed) | dec05eba |
2023-04-11 | Temporary disable monitor recording on amd/intel. Please record a window instead | dec05eba |
2023-04-10 | Fix monitor recording on amd | dec05eba |
2023-04-10 | Cleanup of aframe if same pts | dec05eba |
2023-04-10 | Fix messed up audio pts when merging audio | dec05eba |
2023-04-10 | Revert: encoding video on separate thread | dec05eba |
2023-04-10 | Proper if check for installing coolbits | dec05eba |
2023-04-10 | Add missing install of gsr-kms-server | dec05eba |
2023-04-10 | Add new dependencies for amd/intel | dec05eba |
2023-04-10 | Add amd/intel support (experimental, is in variable framerate mode, quality n... | dec05eba |
2023-04-03 | Cleanup replay packets after use | dec05eba |
2023-04-03 | Enable experimental amd/intel (vaapi) window capture. Screen capture not supp... | dec05eba |
2023-03-31 | Restore overclocking before cuda unload | dec05eba |
2023-03-31 | Install coolbits if using nvidia | dec05eba |
2023-03-24 | Make it clear that gpu screen recorder only works on nvidia at the moment | dec05eba |
2023-03-24 | Do not install gsr nvidia setting | dec05eba |
2023-03-24 | Do not automatically install coolbits because if used on amd/intel then xorg ... | dec05eba |
2023-03-21 | Add error message if using wayland (without xwayland) or xwayland | dec05eba |
2023-03-21 | Copy vaapi structures to vaapi.h instead of depending on vaapi at compile time | dec05eba |
2023-03-17 | Install coolbits | dec05eba |
2023-03-17 | Add libxnvctrl dependency | dec05eba |
2023-03-17 | Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully set... | dec05eba |
2023-03-11 | nvlax not needed | dec05eba |
2023-03-10 | Fix for ffmpeg 6 (nvenc hevc doesn't support b frames) | dec05eba |
2023-03-04 | Enable experimental support to make sure opus/flac works on older ffmpeg vers... | dec05eba |
2023-03-04 | Add screen-direct-force option for VRR monitor, Add opus/flac audio options f... | dec05eba |
2023-02-22 | Fix broken video because of broken audio, most noticably in replay | dec05eba |
2023-02-19 | Fix follow focused for the first window and when switching from/to invalid wi... | dec05eba |
2023-02-19 | Switch to egl (fixes window recording in some cases), add option to merge aud... | dec05eba |
2022-11-24 | Make -c optional, select container format from file extension by default | dec05eba |
2022-10-28 | Better audio/video sync, disable broken screen-direct again (nvidia driver bug) | dec05eba |
2022-10-27 | Re-enable screen-direct, disable h264 forced fallback and use p6 again | dec05eba |
2022-10-18 | Attempt to reduce stuttering of video | dec05eba |
2022-10-16 | Properly fallback to h264 if hevc is not supported by the gpu | dec05eba |
2022-10-15 | Fix livestreaming: flv does not properly fallback to h264 | dec05eba |
2022-10-12 | Use lower preset on older gpus (kepler) and switch to h264 if h265 is not sup... | dec05eba |
2022-10-11 | Tune quality again, remove vbr | dec05eba |
2022-10-08 | Better tune quality options for different resolutions | dec05eba |
2022-10-07 | Fix crash caused by invalid memory write when recording audio | dec05eba |
2022-10-06 | Fix copy paste mistake possible crash (using av_opt_set instead of av_dict_set) | dec05eba |
2022-10-06 | Reverse libcuda library priority, replace cuda dependency with nvidia-utils | dec05eba |
2022-10-05 | Fix possible pulseaudio crash? | dec05eba |
2022-10-04 | nvfbc patch | dec05eba |
2022-10-04 | Live stream: set gop to fps*2, bit rate for medium to lower value | dec05eba |
2022-10-04 | Add medium and high quality, better live streaming | dec05eba |
2022-10-03 | Revert gop size | dec05eba |
2022-10-02 | Do not set keyint min | dec05eba |
2022-10-02 | Sacrifice seek speed for reduced file size | dec05eba |
2022-10-02 | Allow giving audio inputs names by prefixing them with <name>/ | dec05eba |
2022-09-30 | Give error when using an invalid audio input with pipewire | dec05eba |