Age | Commit message (Expand) | Author |
2020-07-11 | get_frame: perform shmctl(IPC_RMID) after shmat() | Vito Caputo |
2020-07-11 | *: introduce Image type | Vito Caputo |
2020-07-11 | cache_frame: calculate size from yuv dimensions | Vito Caputo |
2020-07-11 | *: more random minor cleanups | Vito Caputo |
2020-07-11 | *: more random cleanups | Vito Caputo |
2020-07-11 | yuv_utils: shrink [yuv]blocks to unsigned char[] | Vito Caputo |
2020-07-11 | yuv_utils: gracefully ignore odd pixels for UV | Vito Caputo |
2020-07-11 | yuv_utils: fixup dirty blocknum() parameters | Vito Caputo |
2020-07-11 | yuv_utils: more cleanups focusing on the macros | Vito Caputo |
2020-07-11 | getzpixmap: remove pointless _XReadPad() | Vito Caputo |
2020-07-11 | get_frame: replace XCreateImage++ w/XGetImage | Vito Caputo |
2020-07-11 | get_frame: remove pointless XInitImage() | Vito Caputo |
2020-07-11 | *: more small whitespace fixups | Vito Caputo |
2020-07-11 | get_frame: more cleanups | Vito Caputo |
2020-07-11 | *: more random formatting cleanups | Vito Caputo |
2020-07-11 | load_cache: more formatting cleanups | Vito Caputo |
2020-07-11 | cache_frame: more formatting cleanups | Vito Caputo |
2020-07-11 | parseargs: fix obvious typo in long form of -y | Vito Caputo |
2020-07-11 | *: more random cleanups mostly formatting | Vito Caputo |
2020-07-11 | getzpixmap: more formatting cleanups | Vito Caputo |
2020-07-11 | get_frame: de-macroify CLIPPY_DUMMY_POINTER_AREA | Vito Caputo |
2020-07-11 | get_frame: demacroify MARK_BUFFER_AREA | Vito Caputo |
2020-07-11 | encode_sound_buffer: more unfucking synchronization | Vito Caputo |
2020-07-11 | cache_audio: more unfucking of synchronization | Vito Caputo |
2020-07-11 | get_frame: pass rect to rmdMoveCaptureArea | Vito Caputo |
2020-07-11 | *: more random formatting cleanups | Vito Caputo |
2020-07-11 | *: more random formatting cleanups | Vito Caputo |
2020-07-11 | update_image: simplify rmdUpdateImage() | Vito Caputo |
2020-07-11 | *: try restore some sanity to YUV macros | Vito Caputo |
2020-07-11 | rmd: zero initialize core structs | Vito Caputo |
2020-06-23 | poll_events: fix and de-macroify CLIP_EVENT_AREA | Vito Caputo |
2020-06-23 | rmd_cache: silence compiler warnings about gzFile | Vito Caputo |
2020-06-23 | *: more code and synchronization cleanups | Vito Caputo |
2020-06-23 | *: first attempt to unfuck thread synchronization | Vito Caputo |
2020-06-20 | setbrwindow: yank nbytes out of BRWindow struct | Vito Caputo |
2020-06-20 | get_frame: simplify rmdBRWinCpy | Vito Caputo |
2020-06-20 | brwin: s/.rect/.winrect/ | Vito Caputo |
2020-06-20 | *: just some fast and nasty reformatting | Vito Caputo |
2020-06-20 | get_frame: eliminate pointless pxl_data pointers | Vito Caputo |
2020-06-18 | *: fix new theora | Vito Caputo |
2020-06-18 | *: update includes | Vito Caputo |
2009-11-08 | Fix "uint_32_t truncation of cache compression statistics" | enselic |
2009-03-12 | Applied patch from Kevin Lo that fixes compilation on FreeBSD by | enselic |
2009-01-11 | src/rmd_parseargs.c: Remove 'static' keyword (which belonged to an | enselic |
2009-01-11 | src/rmd_parseargs.c: Remove comment that accidentally was commited. | enselic |
2009-01-11 | src/rmd_parseargs.c: Stop parsing on error and report the error. | enselic |
2009-01-11 | src/rmd_parseargs.c: Fix minor formating issues. | enselic |
2009-01-11 | src/rmd_parseargs.c: Make sure all options have longarg variants as | enselic |
2009-01-11 | configure.ac: Link with libpopt. | enselic |
2009-01-11 | src/rmd_get_frame.c: Work around issue with underflow in | enselic |