Age | Commit message (Expand) | Author |
2007-08-07 | parseargs.c: added follow_mouse argument parsing | iovar |
2007-08-03 | get_frame.c: fix segmentation fault with x, y !=0 when using --full-shots | iovar |
2007-08-03 | queryextensions.c: recordMyDesktop can run now without the presence | iovar |
2007-07-17 | get_frame.c: extra parameters pdata->brwind.rgeom.x and | iovar |
2007-07-17 | capture_sound.c: fix incorrect allocation of newbuff | iovar |
2007-07-08 | update_image.c: removed mutex locking from UpdateImage | iovar |
2007-07-08 | rmdthreads.c: header inclusion changes. | iovar |
2007-07-08 | rectinsert.c: added BlocksFromList function to extract changed areas | iovar |
2007-07-08 | recordmydesktop.c: added initialization for cache block arrays. | iovar |
2007-07-08 | poll_damage.c: header inclusion changes | iovar |
2007-07-08 | opendev.c: header inclusion changes to avoid recompilation | iovar |
2007-07-08 | initialize_data.c: whitespace changes | iovar |
2007-07-08 | get_frame.c: enabled dbuffering on full shots and fixed cursor issue | iovar |
2007-07-08 | cache_frame.c: removed changed blocks calculation as this | iovar |
2007-06-11 | get_frame.c:trivial commit,moved a declaration on top of the block, with the ... | iovar |
2007-06-10 | get_frame.c: removed some duplicated code, related to handling | iovar |
2007-06-08 | get_frame.c: calculate x and y offset of the cursor so that it will appear | iovar |
2007-06-08 | rmd_jack.c: increased client-name buffersize to 32 from 22 | iovar |
2007-06-08 | rmd_jack.c: postfixed jack client name with application pid, so multiple | iovar |
2007-06-08 | get_frame.c: free back_buffer shared pixmap when dbuff is enabled | iovar |
2007-06-01 | setbrwindow.c: preserve windowid in brwin struct (do not overwrite with root ... | iovar |
2007-06-01 | poll_damage.c: additional XDamageCreate on root window | iovar |
2007-05-24 | Restored --full-shots functionality by disabling double buffering | iovar |
2007-05-08 | removed a testing fprintf | iovar |
2007-05-08 | changed zero-compression to compress-cache | iovar |
2007-05-08 | added double buffering when capturing in full-shots. | iovar |
2007-05-03 | added xhot,yhot in xfixes cursor positioning. | iovar |
2007-04-14 | well... it only took me a few months to notice that the Ub and Vr components | iovar |
2007-03-13 | fixed xdamage with xshm and | iovar |
2007-02-27 | top_srcdir instead of ../ in include path | iovar |
2007-02-20 | added configurable ringbuffer size, | iovar |
2007-02-19 | added check so program will exit before the attach, when it fails to obtain t... | iovar |
2007-02-15 | *** empty log message *** | iovar |
2007-02-07 | Added support for recording audio through jack. | iovar |
2007-02-02 | changed OSS buffer scheme, to work with frames(like ALSA) and reduce ifdefs | iovar |
2007-02-02 | Fixed bug on >1 channels audio recording with OSS | iovar |
2007-01-29 | Fixed all condition variables, to be waited with correct mutexes. | iovar |
2007-01-29 | added check in configure.ac for machine/endian.h (BSD). | iovar |
2007-01-29 | Added support for compilation with OSS, instead of ALSA. | iovar |
2007-01-27 | Changed cache format to utilize better interframe encoding | iovar |
2007-01-21 | changed formatting of the code, to never go beyond column 80 | iovar |
2007-01-21 | Added support for 16bpp color depth. | iovar |
2007-01-20 | Concatated all UPDATE_YUV_BUFFER_* macros into one, UPDATE_YUV_BUFFER. | iovar |
2007-01-18 | New files: initialize_data.c, rmdthreads.c. | iovar |
2007-01-18 | New file: encode_cache.c. | iovar |
2006-12-15 | removed unused variable tmut | iovar |
2006-12-15 | replaced wait on cond_var with a usleep for the duration of the first frame | iovar |
2006-12-15 | made sure that sound capture will wait for the first | iovar |
2006-12-13 | added -buffer-size option, | iovar |
2006-12-11 | removed fprintf line that caused segfault after unpause | iovar |