summaryrefslogtreecommitdiffstats
path: root/apps/recorder/bmp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-16(while I remember this) The width padding is 4-byte aligned, nothing else...Daniel Stenberg1-1/+1
2002-08-16removed code within #ifdef STANDALONE since it doesn't work and isn't everDaniel Stenberg1-356/+0
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg1-0/+4
2002-05-30removed unused variables, removed static variablesDaniel Stenberg1-9/+6
2002-05-30corrected the comment regarding what kind of BMP files this readsDaniel Stenberg1-1/+1
2002-05-29included debug.h for debugf functionFelix Arends1-0/+4
2002-05-21free memoryDaniel Stenberg1-0/+2
2002-05-17Moving recorder code to recorder/Björn Stenberg1-0/+584