Age | Commit message (Expand) | Author |
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 |
2022-09-30 | Give each audio input a seperate node by giving them an unique context name | dec05eba |
2022-09-29 | Remove cuda.h | dec05eba |
2022-09-29 | Use better name for quality options to clearify that medium is actually very ... | dec05eba |
2022-09-28 | Revert dependency on libgl to libglvnd | dec05eba |
2022-09-28 | Remove dependency on glew and glfw, move external files to external directory | dec05eba |
2022-09-26 | Load cuda at runtime. Include cuda header files inside the project | dec05eba |
2022-09-22 | Read audio data from pulseaudio as it's available and buffer it. Fixes audio ... | dec05eba |
2022-09-20 | Is this the final solution to the audio crackling problem? increase pts by nu... | dec05eba |
2022-09-20 | Do not allocate cuda buffer when using nvfbc | dec05eba |
2022-09-20 | Fix build on ubuntu, use a mainloop with timeout instead of sleep | dec05eba |
2022-09-20 | Fix replay video/audio desync, fix dummy audio when dropping audio input, giv... | dec05eba |
2022-09-19 | Add nvlax optional dependency | dec05eba |
2022-09-18 | GNOME: fix recording windows with client-side decorations by recording the co... | dec05eba |
2022-09-17 | Attempt to fix video/audio desync when video pts gets desynced with clock | dec05eba |
2022-09-12 | Make compatbie with old ass ubuntu | dec05eba |
2022-09-11 | Fix build for old ffmpeg (ubuntu, pop os lts) | dec05eba |
2022-09-06 | Fix crackling audio with pipewire and only add empty audio packets until the ... | dec05eba |