summaryrefslogtreecommitdiff
path: root/camlibs/st2205
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2020-05-251-1/+1
* BSD_SOURCE -> DEFAULT_SPURCEMarcus Meissner2018-06-202-2/+2
* st2205: make pointer const like the value copied to itHans Ulrich Niedermann2016-10-291-1/+1
* Help editors treat as Makefiles all our Makefile-files filesHans Ulrich Niedermann2016-10-281-0/+2
* free buf0 and buf1 on error exit (Coverity)Marcus Meissner2016-02-061-2/+8
* close the fd before returning from the function (Coverity)Marcus Meissner2016-02-061-1/+1
* Add st2205 lookup tables to st2205 camlibHans de Goede2014-07-225-91/+1511
* Add more checks for HAVE_LANGINFO_HDaniel P. Berrange2014-06-041-2/+2
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-081-6/+6
* win32 has no rand_r, fallback to randMarcus Meissner2014-02-221-0/+4
* avoid mmap usage on win32Marcus Meissner2014-02-222-3/+22
* check size retiurn value for error (Coverity)Marcus Meissner2014-01-061-0/+1
* updated fsf addressMarcus Meissner2014-01-014-8/+12
* HAVE_GD -> HAVE_LIBGDMarcus Meissner2013-06-282-7/+7
* also make GD use the GP_CHECK_LIBRARY macroMarcus Meissner2013-06-281-1/+2
* added "int i;" in the non-iconv caseMarcus Meissner2013-03-081-0/+2
* added #define _BSD_SOURCE for ansi like buildsMarcus Meissner2013-02-202-0/+3
* st2205: use st2205 instead of ax203 in no libgd log messagesHans de Goede2011-04-041-2/+2
* st2205: update table of firmwares which use no compressionHans de Goede2011-02-201-1/+4
* report error in the logfile without GDMarcus Meissner2010-12-291-0/+2
* Fixed compiling in the non-GD caseDan Fandrich2010-09-141-2/+1
* st2205: move compressed image header handling to decompression codeHans de Goede2010-08-223-62/+56
* removed superflous ;Marcus Meissner2010-08-151-1/+1
* st2205: add detection of frames with uncompressed image dataHans de Goede2010-08-151-3/+23
* st2205: add support for frames with uncompressed picture data (but don't enab...Hans de Goede2010-08-143-54/+161
* Eliminated some compiler warnings, fixing a couple of smallDan Fandrich2010-07-111-1/+2
* Fixed some C89 portability issues.Dan Fandrich2010-07-111-1/+1
* st2205: link with -liconv where neededHans de Goede2010-04-281-1/+1
* st2205: Add support for 320x240 framesHans de Goede2010-04-283-9/+161
* Add storage-info support to st2205Hans de Goede2010-04-283-1/+97
* st2205: add delete all supportHans de Goede2010-04-112-2/+15
* st2205: add get-raw-data supportHans de Goede2010-04-113-14/+54
* ax203, st2205: Read settings earlierHans de Goede2010-04-091-6/+6
* Add time sync functionality to st2205 driverHans de Goede2010-04-023-0/+101
* Add a README.st2205Hans de Goede2010-03-292-2/+38
* Rename st2205/README.compression to st2205/README.st2205-compressionHans de Goede2010-03-292-0/+3
* st2205: add a README documenting the compression algorithmHans de Goede2010-03-221-0/+317
* st2205: Keep aspect ratio when uploading picturesHans de Goede2010-03-221-3/+21
* st2205: Fixup error handlingHans de Goede2010-03-222-6/+6
* st2205: Propagate put_file errorsHans de Goede2010-03-221-1/+1
* st2205: V2 firmware size is 256K not 128K!Hans de Goede2010-03-221-1/+1
* st2205: Fixup checksum for 128x160 shuffle tablesHans de Goede2010-03-221-1/+1
* st2205: Make sure all pages in a sector are read into mem before erasing the ...Hans de Goede2010-03-201-0/+5
* st2205: Last shuffle table on 128x160 frames is not usableHans de Goede2010-03-201-6/+6
* Update file count when deleting files Hans de Goede2010-03-192-47/+71
* st2205: remove extension from filename before uploadingHans de Goede2010-03-191-4/+9
* st2205: add checksum checking of image tableHans de Goede2010-03-191-3/+25
* st2205: add checksum checking of shuffle tablesHans de Goede2010-03-191-6/+21
* st2205: Only sharpen the picture when it was actually resampledHans de Goede2010-03-181-1/+3
* st2205: V2 firmware has only 1 fat copyHans de Goede2010-03-172-25/+50