summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-15prepared strings for gettextsizingiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@169 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-14added, encoding proccess monitoriovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@168 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-14v0.3 changesiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@167 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-14v0.3 changesiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@166 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-14documented all fuctions in headeriovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@165 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-14got rid of all the casting madness, from the threads.iovar
(casting happens only during pthread_create now to avoid the warning) git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@164 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-14file streams flushing before final coseiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@163 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-13Changed endianess-related handling of bgra values.iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@162 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-11cache cleanup on SIGABRTiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@161 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-11Cache files are now broken on 500mb parts, measured always as uncomressed bytesiovar
as gzwrite returns them, in order to avoid gzlib 2 gb file size limit. CacheFileN,SwapCacheFilesWrite,SwapCacheFilesRead functions have been added to achieve this without messing with normal operation(i.e. the rest of the program keeps operating on the same file pointer). Also PurgeCache function has been added to separate the task from encoding itself. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@160 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-09Writting and reading cache, is changed to happen throughiovar
normal fwrites-freads, when zero compression is selected as an option git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@159 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-09rearranged changelog entries.iovar
New ones go on the top now git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@158 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-08added instructions for cvs. adeed libSM and libICE on compilationiovar
dependencies git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@157 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-08removed message that was used for rMD-exp. added a licenseiovar
summary. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@156 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-08purge rMD-exp moduleiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@155 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-08Replaced all files with the ones in the rMD-exp module.iovar
(this should have been a branch not a module, but it's too late now. rMD-exp module will be purged but if anyone's interested on the not-so descriptive commit logs, they'll be on the attic. This is the start of the 0.3 branch. Files will will be tagged as v0_3_0 in a new branch before final release. Snapshot prior to this release has tagged as v0_2_7 in a new branch. All releases will be tagged and branched from now on. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@153 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-08added --overwrite option and updated manpage accordinglyiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@152 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-07placed values in variables, while averagingiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@151 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-07Loops in comparing-caching blocks are made with incrementing pointersiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@150 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-07removed uneeded func MakeChecksumsiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@149 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-07UPDATE_YUV_BUFFER_SH_AVG and UPDATE_YUV_BUFFER_IM_AVG fixed to traverseiovar
the pixels, using register-stored incrementing pointers, instead of simple arrays. Also, values are read as integers to minimize memory accesses git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@148 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-07UPDATE_YUV_BUFFER_SH fixed to traverseiovar
the pixels, using register-stored incrementing pointers, instead of simple arrays. Also, values are read as integers to minimize memory accesses git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@147 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-07gcc keeps bugging me about the no neeline at end of file,iovar
so there it is. Newline added at end of file. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@146 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-07UPDATE_YUV_BUFFER_IM fixed to traverseiovar
the pixels, using register-stored incrementing pointers, instead of simple arrays. Also, values are read as integers to minimize memory accesses git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@145 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-06quick subsampling routine optimisationiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@144 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-03corrected step 2iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@143 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-03*** empty log message ***iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@142 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-03changed beryl __NET_WM_NAME check to strncmp, to cover older versionsiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@141 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-03moved Xatom header include to recordmydesktop.h from wm_check.ciovar
(that was a leftover from testing anyway) Updated Changelog git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@140 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-03utilized window manager check,iovar
added option to disable checking, renamed --nosound option to --no-sound updated man page acoording to the above changes git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@139 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-03no wm present caseiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@138 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-11-03added window manager checkiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@137 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-30*** empty log message ***iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@136 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-30just a missing tabiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@135 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-30updated man pageiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@134 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-30incremental file namingiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@133 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-30string formatting during post-encodingiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@132 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-30changed verions to v0.3, this is going for a release afteralliovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@131 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-30event override redirectiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@130 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-29proper xdamage event handlingiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@129 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-29moved some stuff around, so that missing X_PRE_LIBS doesn't make all other ↵iovar
libraries fail. libICE and libSM checks were added. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@128 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-29*** empty log message ***iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@127 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-29v0.3.1-finaliovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@126 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-29removed checksums(replaced with per -byte comparison) ,due to fundamental ↵iovar
problem in the method.caching scheme is complete(for now). divisor is always 16 git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@125 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-28mostly changes on cache writting/loading/encoding,which is now ↵iovar
functional.Also var other minor changes git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@124 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-27image cache loading ,almost fuctionaliovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@123 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-26stub load_cache.ciovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@122 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-26made sure compositing managers don't cause a hangiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@121 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-26cancel poll_damage threadiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@120 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2006-10-26incorporated caching into main, no proccessing yetiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@119 f606c939-3180-4ac9-a4b8-4b8779d57d0a
© All Rights Reserved