Age | Commit message (Expand) | Author |
2021-04-08 | test-rectinsert: fixup to no longer expect aligning | Vito Caputo |
2021-04-05 | encode_audio_buffers: remove some pointless duplication | Vito Caputo |
2021-04-04 | *: s/rmdEncodeImageBuffer/rmdEncodeImageBuffers/ | Vito Caputo |
2021-04-04 | *: encode_image_buffer.[ch]->encode_audio_buffers.[ch] | Vito Caputo |
2021-04-04 | *: s/rmdEncodeAudioBuffer/rmdEncodeAudioBuffers/ | Vito Caputo |
2021-04-04 | *: encode_audio_buffer.[ch]->encode_audio_buffers.[ch] | Vito Caputo |
2021-04-04 | *: trivial cleanups | Vito Caputo |
2021-03-15 | *: random whitespace cleanups | Vito Caputo |
2021-03-13 | get_frames: remove superfluous avd assignment | Vito Caputo |
2021-02-12 | cache: _rmdCacheFileClose should always NULL handles | Vito Caputo |
2021-01-06 | rescue: zero initialize structs | Vito Caputo |
2021-01-06 | poll_events: fix clip bounds check in uv_align | Vito Caputo |
2021-01-06 | load_cache: fix divzero bug introduced by 5ce6553 | Vito Caputo |
2020-11-14 | poll_events: actually store the result of uv_align() | Vito Caputo |
2020-11-13 | opendev: bump granularity of audio capture periods | Vito Caputo |
2020-11-13 | *: rename rmd_get_frame.[ch] to rmd_get_frames.[ch] | Vito Caputo |
2020-11-13 | get_frame: s/rmdGetFrame/rmdGetFrames/ | Vito Caputo |
2020-11-12 | register_callbacks: permit paused quit and abort | Vito Caputo |
2020-11-12 | timer: remove unnecessary timer thread | Vito Caputo |
2020-11-11 | macro: enclose MIN/MAX macros in parens | Vito Caputo |
2020-11-11 | *: add _us suffixes to {frame,period}time names | Vito Caputo |
2020-11-09 | cache: overload syncer thread to also pre-allocate | Vito Caputo |
2020-11-09 | load_cache: treat invalid frame header as EOF | Vito Caputo |
2020-11-09 | cache: introduce "syncer" thread for cache writers | Vito Caputo |
2020-11-08 | yuv_utils: fixup yuv chroma offset/stride math | Vito Caputo |
2020-11-08 | capture_audio: trivial whitespace fixup | Vito Caputo |
2020-11-08 | cache: pivot to new CacheFile API | Vito Caputo |
2020-11-08 | cache: introduce rudimentary CacheFile API | Vito Caputo |
2020-10-30 | *: more minor cleanups | Vito Caputo |
2020-10-08 | *: more cosmetic formatting cleanups | Vito Caputo |
2020-09-08 | cache_audio: s/sound/audio/ where appropriate | Vito Caputo |
2020-09-08 | encode_audio_buffer: s/sound/audio/ where appropriate | Vito Caputo |
2020-09-08 | encode_sound_buffer: rename to encode_audio_buffer | Vito Caputo |
2020-09-08 | capture_audio: s/sound/audio/ where reasonable | Vito Caputo |
2020-09-08 | capture_sound: rename to rmd_capture_audio.[ch] | Vito Caputo |
2020-09-08 | yuv_utils: privatize matrices | Vito Caputo |
2020-07-15 | get_frame: refresh capture_frameno post acquire | Vito Caputo |
2020-07-15 | timer: maintain video side of avd in frame timer | Vito Caputo |
2020-07-15 | sound: move avd maintenance to point of capture | Vito Caputo |
2020-07-14 | timer: don't advance time_frameno when paused | Vito Caputo |
2020-07-14 | *: get rid of unused frames_{total,lost} | Vito Caputo |
2020-07-14 | *: rework avd/frameno handling for cached mode | Vito Caputo |
2020-07-14 | timer: implement AV-sync | Vito Caputo |
2020-07-14 | encode_image_buffer: duplicate missed frames | Vito Caputo |
2020-07-14 | types: add avd_mutex to ProgData | Vito Caputo |
2020-07-14 | get_frame: s/cond_broadcast/cond_signal/ | Vito Caputo |
2020-07-14 | get_frame: don't let avd influence frame sampling | Vito Caputo |
2020-07-13 | *: more rmdThreadsSetName() callers | Vito Caputo |
2020-07-12 | flush_to_ogg: use enum for audio_or_video | Vito Caputo |
2020-07-12 | *: standardize sleeps on nanosleep() | Vito Caputo |