summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed name of qantization tableHEADmasterOliver Schinagl2005-06-091-1/+12
|
* Added one function to write fileOliver Schinagl2005-06-091-37/+10
|
* Functions to write markersOliver Schinagl2005-06-091-0/+724
|
* I have removed all the cinfo referances and it is almost usable see ↵Oliver Schinagl2005-06-061-388/+217
| | | | | | | | | | | | | Test_Huffman_Decoder() It still is not tested Gives currently WARNING JWRN_HUFF_BAD_CODE: No error WARNING JWRN_HUFF_BAD_CODE: No error while decoding encoded data. Could still be a bug in the encoder
* (no commit message)Oliver Schinagl2005-06-051-54/+20
|
* (no commit message)Oliver Schinagl2005-06-051-26/+1
|
* (no commit message)Oliver Schinagl2005-06-051-211/+252
|
* (no commit message)Oliver Schinagl2005-06-051-165/+542
|
* Made it optimized.Oliver Schinagl2005-06-054-329/+212
|
* Update for readingOliver Schinagl2005-06-021-17/+54
|
* 2 weird errors, appears to be working sofar.Oliver Schinagl2005-06-021-0/+455
|
* huffman from jpgdsrc. has a lot of depenancies.Oliver Schinagl2005-05-311-0/+146
|
* fixed compiler errors. ToDo: Fix warning.Oliver Schinagl2005-05-181-1/+119
|
* initial test file for huffmanOliver Schinagl2005-05-181-0/+11
|
* added init stuff, more research needed on what we need.Oliver Schinagl2005-05-181-0/+64
|
* DCT finishedOliver Schinagl2005-05-171-1/+32
|
* And the idct and fdct are working perfect..Oliver Schinagl2005-05-164-19/+95
|
* Some small stuff changedOliver Schinagl2005-05-162-162/+27
|
* Working idctOliver Schinagl2005-05-161-201/+115
|
* Working fdctOliver Schinagl2005-05-161-118/+304
|
* Writing 8 bit grayscale imageOliver Schinagl2005-04-141-1/+14
|
* 8 and 24 bits working. And PSV just won :-)..Oliver Schinagl2005-04-132-81/+58
|
* Huffman coder and decoder compile cleanly now. Need to be used +tested however.Oliver Schinagl2005-04-114-1/+412
|
* bmp.c is for reading and writing bmp-filesOliver Schinagl2005-04-113-103/+192
| | | | | 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
|
* bmpjpeg.c -> bmp to jpeg in 8x8 and YCrCb and jpeg 8x8 YCrCb to bmpOliver Schinagl2005-04-102-0/+173
| | | | color.c -> RGB to YCrCb and YCrCb to RGB
* 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 initial huffman sourceOliver Schinagl2005-04-051-0/+1
|
* 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-313-0/+333
forward dct compiles cleanly. Needs to be verified if working. inverse dct needs some type fixing (from original libjpeg).