Skip to content

Tags: CapSoftware/Cap

Tags

cap-v0.4.0

Toggle cap-v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.4.0 

cap-v0.3.84

Toggle cap-v0.3.84's commit message
Reset camera and mic state on input removal 

cap-v0.3.83

Toggle cap-v0.3.83's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1375 from CapSoftware/more-recording-fixes Simplify system stop error check in macOS screen capture

cap-v0.3.82

Toggle cap-v0.3.82's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
source frame width/height from ffmpeg for avassetreader (#1351) * source frame width/height from ffmpeg for avassetreader * disable windows clippy ci

cap-v0.3.81

Toggle cap-v0.3.81's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.3.81 (#1335) 

cap-v0.3.80

Toggle cap-v0.3.80's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Audio fixes (#1319) * Audio fixes - For devices with >2 channels, only use first 2 when loading into ffmpeg - If output pipeline only has 1 audio source, don't use audio mixer * add wrap_frame tests * clear example * add error context * cleanup * ensure with_max_channels creates new struct

cap-v0.3.79

Toggle cap-v0.3.79's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.3.79 (#1311) 

cap-v0.3.78

Toggle cap-v0.3.78's commit message

Verified

This commit was signed with the committer’s verified signature.
Brendonovich Brendan Allan
don't use pnpm 

cap-v0.3.77

Toggle cap-v0.3.77's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
PostHog track API backend (#1284) * fix * fixes * safer comparision * fix * fallback to cap.so * Rust properly

cap-v0.3.76

Toggle cap-v0.3.76's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
recording: move display+crop conversion out of capture sources (#1257) * recording: move display+crop conversion out of capture sources * more anyhow errors * more error handling fixes * fix * Update crates/recording/src/capture_pipeline.rs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * delay cursor crop calculation --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>