Commit Graph

5 Commits

Author SHA1 Message Date
KennethLavrsen
1c7fb25a0f Reverted SVN 47
http://www.lavrsen.dk/twiki/bin/view/Motion/WebcamMempool
because it memory leaks
2006-02-23 18:26:15 +00:00
KennethLavrsen
67fa537f45 Module webcam used to malloc and free memory for each jpeg. Now it implements
a pool for unused memory. If memory is needed unused memory from the pool is
used first, and otherwise malloced. Additionally fixed a small bug:
webcam_add_client misses new->tmpbuffer->ref++. (Peter Holik)
http://www.lavrsen.dk/twiki/bin/view/Motion/WebcamMempool
2006-02-22 09:03:23 +00:00
AngelCarpintero
9ef350ae3f Costmetic changes done , removing not needed includes from many files , usually because they already includes motion.h that has already needed files included. 2006-01-24 05:30:47 +00:00
AngelCarpintero
09c436b68a * fix many typos in comments ( i ran aspell against the code ).
http://www.lavrsen.dk/twiki/bin/view/Motion/FixTypoInComments
2006-01-21 03:14:32 +00:00
root
5221670f09 Initial import 2005-12-27 08:54:39 +00:00