summaryrefslogtreecommitdiffstats
path: root/server/jpeg_encoder.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-7/+7
| | | | | It will abort by default for critical level messages. That behaviour can be tuned at runtime.
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-131-15/+15
|
* Death to all TABsDaniel P. Berrange2012-01-131-1/+1
| | | | | | Source files should all use spaces instead of tabs for indentation. Update the few files not already in compliance
* fix leak in do_jpeg_encodeChristophe Fergeau2011-08-251-0/+4
| | | | | | | | Issue found by the Coverity scanner. HDG: Fixup don't free RGB24_line if it was not allocated by do_jpeg_encode Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* 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
* client/server: warning fixes (gcc 4.6.0)Alon Levy2011-01-251-2/+1
| | | | | gcc 4.6.0 added "[-Werror=unused-but-set-variable]", this and the next few fixes tend to that. Mostly harmless.
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-091-0/+242