summaryrefslogtreecommitdiff
path: root/camlibs/st2205
Commit message (Expand)AuthorAgeFilesLines
* make it clear we only use 32bit of time_t (Coverity)Marcus Meissner2023-02-011-1/+1
* Use LIBGD_* with $(...) instead of @...@Hans Ulrich Niedermann2022-09-061-2/+2
* camlib build var cleanupHans Ulrich Niedermann2022-09-011-10/+27
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-13/+3
* Avoid accidental include file name collisionsHans Ulrich Niedermann2021-10-111-1/+1
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-051-3/+5
* Use AC_SEARCH_LIBS to find where mmap(2) is definedHans Ulrich Niedermann2021-08-071-3/+3
* Fixed build in mingwJaroslav Škarvada2021-08-071-0/+4
* Fix byte swap calls (#626)Zeranoe2021-02-241-7/+7
* Remove stdint.h shim (#625)Zeranoe2021-02-221-1/+1
* Add _DARWIN_C_SOURCE to most files that use string.h (#615)Rafał Hirsz2021-01-291-0/+1
* Fix st2205 camlib compilation warnings.Siim Meerits2020-08-032-2/+3
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-274-15/+15
* 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