aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-29Use better name for quality options to clearify that medium is actually very ...dec05eba
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-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 ef6a9e5e311f09f...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-19Fix build on some distros?dec05eba
2022-09-19Move scripts to script dir, add youtube-hls-stream script, fix twitch stream ...dec05eba
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
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
2022-09-02Make video framerate constant, fix audio desync a bit when no audio playing f...dec05eba
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 settin...dec05eba
2022-07-29Revert "Revert "Use expose instead of visibility event""dec05eba
2022-07-25Revert "Use expose instead of visibility event"dec05eba
2022-07-18Use expose instead of visibility eventdec05eba
2022-07-17Check if visibility really change on event changedec05eba
2022-07-06Fix nvfbc recording at 3440 width (set linesize to width * 4)dec05eba
2022-07-06Do not allow recording area right now when recording screen/monitordec05eba
2022-05-15Remove fps limitdec05eba
2022-04-26Update README with info about nvfbc being slowerdec05eba
2022-04-09Show correct original fps in mediainfodec05eba
2022-04-07Improve quality, especially when using h264. Force disable h264 for now becau...dec05eba
2022-04-06Reduce bitrate. It was way too highdec05eba
2022-04-05p5 for highdec05eba
2022-04-05Remove unecessary cuda memcpy when using nvfbcdec05eba
2022-03-31Better detection of window destroyeddec05eba
2022-03-31Close screenrecorder when target window is closeddec05eba
2022-03-31Create pid file to detect if gpu-screen-recorder is already running and only ...dec05eba
2022-03-28Attempt to fix audio/video desync and fps mayhem whendec05eba
2022-03-25Remove direct capture sound hack (fixes audio on fedora)dec05eba
2022-03-25Fix replay crash when not recording audiodec05eba
2022-03-25Redesign replay to save to file and continue on SIGUSR1dec05eba
2022-03-24Attempt to fix audio in replay mode in screen-directdec05eba
2022-03-24Fix replay if no audio streamdec05eba
2022-03-24Fix fullscreen window forcefully getting unfullscreened on i3 and bspwmdec05eba
2022-03-24Add screen-direct option for direct NvFBCdec05eba
2022-03-23Attempt to fix audio timestamp being totally wrong on fedoradec05eba
2022-03-23Add more info about gnome issue in stderrdec05eba
2022-03-22Add -s option to set record area size, fix workspace switch freezing recordin...dec05eba
2022-03-22Attempt 2 at fixing black screen under dwm/i3 after resizedec05eba
2022-03-22Fix resize to fullscreen black videodec05eba
2022-03-22Record black screen instead of crash when compositor + window is not supporte...dec05eba