summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Expand)Author
2023-03-24Make it clear that gpu screen recorder only works on nvidia at the momentdec05eba
2023-03-24Do not install gsr nvidia settingdec05eba
2023-03-24Do not automatically install coolbits because if used on amd/intel then xorg ...dec05eba
2023-03-21Add error message if using wayland (without xwayland) or xwaylanddec05eba
2023-03-21Copy vaapi structures to vaapi.h instead of depending on vaapi at compile timedec05eba
2023-03-17Install coolbitsdec05eba
2023-03-17Add libxnvctrl dependencydec05eba
2023-03-17Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully set...dec05eba
2023-03-11nvlax not neededdec05eba
2023-03-10Fix for ffmpeg 6 (nvenc hevc doesn't support b frames)dec05eba
2023-03-04Enable experimental support to make sure opus/flac works on older ffmpeg vers...dec05eba
2023-03-04Add screen-direct-force option for VRR monitor, Add opus/flac audio options f...dec05eba
2023-02-22Fix broken video because of broken audio, most noticably in replaydec05eba
2023-02-19Fix follow focused for the first window and when switching from/to invalid wi...dec05eba
2023-02-19Switch to egl (fixes window recording in some cases), add option to merge aud...dec05eba
2022-11-24Make -c optional, select container format from file extension by defaultdec05eba
2022-10-28Better audio/video sync, disable broken screen-direct again (nvidia driver bug)dec05eba
2022-10-27Re-enable screen-direct, disable h264 forced fallback and use p6 againdec05eba
2022-10-18Attempt to reduce stuttering of videodec05eba
2022-10-16Properly fallback to h264 if hevc is not supported by the gpudec05eba
2022-10-15Fix livestreaming: flv does not properly fallback to h264dec05eba
2022-10-12Use lower preset on older gpus (kepler) and switch to h264 if h265 is not sup...dec05eba
2022-10-11Tune quality again, remove vbrdec05eba
2022-10-08Better tune quality options for different resolutionsdec05eba
2022-10-07Fix crash caused by invalid memory write when recording audiodec05eba
2022-10-06Fix copy paste mistake possible crash (using av_opt_set instead of av_dict_set)dec05eba
2022-10-06Reverse libcuda library priority, replace cuda dependency with nvidia-utilsdec05eba
2022-10-05Fix possible pulseaudio crash?dec05eba
2022-10-04nvfbc patchdec05eba
2022-10-04Live stream: set gop to fps*2, bit rate for medium to lower valuedec05eba
2022-10-04Add medium and high quality, better live streamingdec05eba
2022-10-03Revert gop sizedec05eba
2022-10-02Do not set keyint mindec05eba
2022-10-02Sacrifice seek speed for reduced file sizedec05eba
2022-10-02Allow giving audio inputs names by prefixing them with <name>/dec05eba
2022-09-30Give error when using an invalid audio input with pipewiredec05eba
2022-09-30Give each audio input a seperate node by giving them an unique context namedec05eba
2022-09-29Remove cuda.hdec05eba
2022-09-29Use better name for quality options to clearify that medium is actually very ...dec05eba
2022-09-28Revert dependency on libgl to libglvnddec05eba
2022-09-28Remove dependency on glew and glfw, move external files to external directorydec05eba
2022-09-26Load cuda at runtime. Include cuda header files inside the projectdec05eba
2022-09-22Read audio data from pulseaudio as it's available and buffer it. Fixes audio ...dec05eba
2022-09-20Is this the final solution to the audio crackling problem? increase pts by nu...dec05eba
2022-09-20Do not allocate cuda buffer when using nvfbcdec05eba
2022-09-20Fix build on ubuntu, use a mainloop with timeout instead of sleepdec05eba
2022-09-20Fix replay video/audio desync, fix dummy audio when dropping audio input, giv...dec05eba
2022-09-19Add nvlax optional dependencydec05eba
2022-09-18GNOME: fix recording windows with client-side decorations by recording the co...dec05eba
2022-09-17Attempt to fix video/audio desync when video pts gets desynced with clockdec05eba