aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-08Better tune quality options for different resolutionsdec05eba
2022-10-07Fix crash caused by invalid memory write when recording audiodec05eba
In some scenarios memcpy can write to 8 bytes (or more?) over the buffer end. Thanks to Guilherme for reporting the issue and testing the fix.
2022-10-06Fix copy paste mistake possible crash (using av_opt_set instead of av_dict_set)dec05eba
Thanks @guihkx
2022-10-06Update info about cudadec05eba
2022-10-05picom infodec05eba
2022-10-05Fix possible pulseaudio crash?dec05eba
2022-10-04mdec05eba
2022-10-04nvfbc patchdec05eba
2022-10-04Live stream: set gop to fps*2, bit rate for medium to lower valuedec05eba
2022-10-04Temporary disable screen-direct recording as it causes stuttering (nvfbc bug?)dec05eba
2022-10-04Stupid mistake. Old /usr/local/bin/gpu-screen-recorder overwrites ↵dec05eba
/usr/bin/gpu-screen-recorder path. Make installer install to both paths to fix past mistakes
2022-10-04Livestream: add silent audio track if not audio input is provided (fixes ↵dec05eba
youtube and other sites)
2022-10-04Add medium and high quality, better livestreaming options, fix global header ↵dec05eba
(especially for streaming)
2022-10-03Capture cursor in direct capture mode if supported by the driver (driver ↵dec05eba
version >= 515.57)
2022-10-03Add info about flatpak package, default to h264 (unless resolution is ↵dec05eba
greater than 3840x2160) and add -k option to set codec
2022-10-03Revert gop sizedec05eba
2022-10-02Do not set keyint mindec05eba
2022-10-02Sacrifice seek speed for reduced file sizedec05eba
2022-10-02Add install script for non ubuntu / (arch) distrosdec05eba
2022-10-02Make the audio input description the input name by defaultdec05eba
2022-10-02Allow giving audio inputs names by prefixing them with <name>/dec05eba
2022-10-02Add unique index to each audio input device namedec05eba
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-30Remove allowing only 1 process of gpu-screen-recorder at a timedec05eba
2022-09-29Remove cuda.hdec05eba
2022-09-29Use better name for quality options to clearify that medium is actually very ↵dec05eba
high quality, because people dont understand that
2022-09-28Remove dependency on glew and glfw, move external files to external directorydec05eba
2022-09-26Revert ubuntu package cudadec05eba
2022-09-26Load libcuda.so.1 if libcuda.so is missingdec05eba
2022-09-26Update flatpak infodec05eba
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
recording on pulseaudio (and some pipewire configs)
2022-09-21Fix build for older version of ffmpeg (linux mint 20.3 for example)dec05eba
2022-09-21Fix build on older ffmpeg (17+ months old), see ffmpeg commit ↵dec05eba
ef6a9e5e311f09fa8032974fa4d0c1e166a959bb
2022-09-20Is this the final solution to the audio crackling problem? increase pts by ↵dec05eba
number of samples and add dummy audio frames between
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, ↵dec05eba
give each audio stream a new name so it can be replaced with pipewire graphs
2022-09-19Fix build on some distros?dec05eba
2022-09-19Move scripts to script dir, add youtube-hls-stream script, fix twitch stream ↵dec05eba
script
2022-09-18GNOME: fix recording windows with client-side decorations by recording the ↵dec05eba
compositor window and tracking the window
2022-09-17Attempt to fix video/audio desync when video pts gets desynced with clockdec05eba
2022-09-12Make compatbie with old ass ubuntudec05eba
2022-09-11Fix build for old ffmpeg (ubuntu, pop os lts)dec05eba
2022-09-06Fix crackling audio with pipewire and only add empty audio packets until the ↵dec05eba
first packet arrives
2022-09-02Update: video is no longer variable frameratedec05eba
2022-09-02Make video framerate constant, fix audio desync a bit when no audio playing ↵dec05eba
for a while
2022-08-23Add option to use multiple audio inputs (each in their own audio track)dec05eba
2022-08-06Fix audio recording with pipewire and with different pulseaudio system ↵dec05eba
settings (frag)