summaryrefslogtreecommitdiffstats
path: root/client/jpeg_decoder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add some more 'noreturn' annotationsDaniel P. Berrange2012-04-251-2/+1
| | | | | | | | Methods which longjump, unconditionally raise an exception, or call _exit() cannot return control to the caller so should be annotated with 'noreturn' Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-131-1/+1
|
* client: mingw32 build needs the jpeg_boolean defineAlon Levy2012-01-131-1/+1
|
* add missing staticChristophe Fergeau2011-05-031-1/+1
|
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
| | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files
* mingw32: refix to build on mingw..Alon Levy2010-12-301-1/+1
|
* jpeg_boolean is a mingw32-libjpeg specific thing. Use a define check rather ↵Tiziano Mueller2010-12-301-1/+1
| | | | than a version check.
* build: use jpeg_boolean with more recent libjpeg versions.Gerd Hoffmann2010-12-071-1/+5
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-091-0/+147