summaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed name of qantization tableHEADmasterOliver Schinagl2005-06-091-1/+12
|
* Made it optimized.Oliver Schinagl2005-06-051-236/+129
|
* DCT finishedOliver Schinagl2005-05-171-1/+32
|
* And the idct and fdct are working perfect..Oliver Schinagl2005-05-161-13/+91
|
* 8 and 24 bits working. And PSV just won :-)..Oliver Schinagl2005-04-131-72/+47
|
* bmp.c is for reading and writing bmp-filesOliver Schinagl2005-04-111-103/+66
| | | | | jpeg.c is for reading and writing jpeg-files main.c is update with the new futures of bmp.c and jpeg.c
* Some small updates and split some up to color.c and bmpjpeg.cOliver Schinagl2005-04-101-47/+41
|
* Made the the RGB / YCrCb functions without floats and tested them (test passed)Oliver Schinagl2005-04-081-7/+6
|
* Added RGB-YCbCr and JPEG header readerOliver Schinagl2005-04-061-31/+113
|
* BMP file is opened and header is readed en the file is written in Image1 arrayOliver Schinagl2005-04-051-12/+63
|
* Added some comment to main.c and some file open stuffOliver Schinagl2005-04-041-5/+54
|
* Initial dct modules with dummy main.Oliver Schinagl2005-03-311-0/+14
forward dct compiles cleanly. Needs to be verified if working. inverse dct needs some type fixing (from original libjpeg).