summaryrefslogtreecommitdiff
path: root/libgphoto2/jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid accidental include file name collisionsHans Ulrich Niedermann2021-10-111-1/+3
* Use proper format string %hhX for unsigned charHans Ulrich Niedermann2016-10-291-1/+1
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-2/+2
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* unsigned intMarcus Meissner2013-12-211-2/+2
* fixed 2 signedness issuesMarcus Meissner2007-12-311-2/+2
* removed/ changed some includes to avoid unnecessary levelsMarcus Meissner2007-05-211-1/+1
* marked up some files for doxygen.Marcus Meissner2007-05-201-2/+5
* check NULL pointer before using it. CID 101Hubert Figuiere2007-05-081-7/+10
* some NULL pointer checksMarcus Meissner2007-02-071-2/+8
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-1/+1
* fix forgotten namespace fixes so that it links.Hubert Figuiere2005-06-121-1/+1
* namespace cleanup still going on:Hans Ulrich Niedermann2005-06-111-65/+65
* <config.h> -> "config.h"Arnaud Launay2002-11-291-1/+1
* * position = position++; is illegal C, just use position++:Marcus Meissner2002-09-141-1/+1
* * libgphoto2/pattrec.cDan Fandrich2002-01-251-1/+2
* Eliminated // comments in gphoto2 core for non-C99 compilersDan Fandrich2002-01-041-19/+19
* * libgphoto2/jpeg.[ch]: moved array definitions from .h to .cDan Fandrich2001-11-111-1/+16
* * libgphoto2_port/include/gphoto2-portability.h:Dan Fandrich2001-10-261-9/+12
* 2001-10-23 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-231-1/+0
* added #include <string.h>Hans Ulrich Niedermann2001-10-201-0/+1
* 2001-10-09 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-091-1/+0
* Added in the code to put the standard JFIF marker in.Nathan Stenzel2001-09-261-4/+5
* Fixed gp_jpeg_make_quantization and changed the last parameter to char type.Nathan Stenzel2001-09-241-23/+38
* 2001-09-24 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-09-241-43/+44
* 2001-09-24 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-09-241-0/+1
* Added more functions.Nathan Stenzel2001-09-231-3/+86
* Added the functions to move data between quantization tables and theNathan Stenzel2001-09-231-37/+72
* Rewrote some of the functions.Nathan Stenzel2001-09-221-24/+97
* Changed "struct" to "typedef struct".Nathan Stenzel2001-09-131-12/+12
* Added GPL lines.Nathan Stenzel2001-09-131-5/+21
* Fixing bugs.Nathan Stenzel2001-09-131-36/+39
* Finished the parser.Nathan Stenzel2001-09-131-35/+101
* Created a chunk_new for jpeg.cNathan Stenzel2001-09-121-7/+13
* Completed more of the code.Nathan Stenzel2001-09-121-17/+37
* I added jpeg.c file to bring jpeg parsing to gphoto2.Nathan Stenzel2001-09-111-0/+74