Wykres commitów

155 Commity (dee321d59e819460314c402e026a7bc4b6992491)

Autor SHA1 Wiadomość Data
András Veres-Szentkirályi dee321d59e codegen: replaced BMP with RGB array and STBI 2016-04-19 11:13:57 +02:00
András Veres-Szentkirályi ec6ff85d06 codegen: avoid masking exceptions if exe doesn't exist yet 2016-04-19 11:01:17 +02:00
András Veres-Szentkirályi 43d1c53514 codegen: added timing stats 2016-02-23 16:36:32 +01:00
András Veres-Szentkirályi ff2fc58aa7 codegen: optimized gen_matches invocation 2016-02-23 16:21:39 +01:00
András Veres-Szentkirályi c185ea571b codegen: use NotImplementedError 2016-02-23 16:21:30 +01:00
András Veres-Szentkirályi f295a07c83 codegen: removed unused variable 2016-02-23 16:17:53 +01:00
András Veres-Szentkirályi 3c3bb34b1b codegen: added simple test suite 2016-02-22 17:35:25 +01:00
András Veres-Szentkirályi d7a05fc1d5 codegen: return 0 in stub main() 2016-02-22 17:35:09 +01:00
András Veres-Szentkirályi 6418a9febc codegen: provide generator instead of printing 2016-02-22 17:34:44 +01:00
András Veres-Szentkirályi 2f6c7ca871 codegen: use configurable SSTV subclass 2016-02-22 17:34:21 +01:00
András Veres-Szentkirályi f02f43e4b5 added experimental C code generator 2016-02-22 15:02:00 +01:00
András Veres-Szentkirályi 7d3c7c4683 bumped version to v0.2.7 2016-02-22 14:52:18 +01:00
András Veres-Szentkirályi 8c10e0ce3b updated Pillow dependency in setup.py as well 2016-02-22 14:52:12 +01:00
András Veres-Szentkirályi 7335f72c91 bumped version to v0.2.6 2016-02-22 14:47:04 +01:00
András Veres-Szentkirályi 45fbdbd7c8 README: added build status 2015-10-20 10:31:33 +02:00
András Veres-Szentkirályi 2c23ae9632 use container-based Travis infrastructure 2015-10-20 10:28:50 +02:00
András Veres-Szentkirályi 2b0f482653 fixed supported Python versions 2015-10-20 10:17:37 +02:00
András Veres-Szentkirályi 927f805771 replaced PIL with Pillow 2015-10-20 10:09:41 +02:00
András Veres-Szentkirályi 1916cfd031 added Travis CI 2015-10-20 10:06:22 +02:00
András Veres-Szentkirályi 09df062547 use absolute imports for Python 3 compatibility 2014-06-07 11:48:04 +02:00
András Veres-Szentkirályi 9ef2a5a8ca added serial port PTT support to GIMP plugin 2014-05-14 23:26:54 +02:00
András Veres-Szentkirályi d82357b45d bumped version to v0.2.5 2014-04-23 10:25:03 +02:00
András Veres-Szentkirályi b837723d93 Merge pull request #6 from DominikAuras/pasokon_modes
Pasokon modes
2014-04-23 09:31:52 +02:00
Dominik Auras 6f5ea1a5ef Update README 2014-04-22 23:17:34 +02:00
Dominik Auras e0a4563a56 Add "high"-resolution modes Pasokon P3, P5 and P7
Tested against MMSSTV and HamRadio software
2014-04-22 23:11:40 +02:00
András Veres-Szentkirályi 2dd5eaa273 bumped version to v0.2.4 2014-01-14 09:42:51 +01:00
András Veres-Szentkirályi 2e8148b029 Merge pull request #5 from CodeBlock/patch-1
RED isn't a member of ColorSSTV since 105fa7b
2014-01-14 00:41:11 -08:00
Ricky Elrod e8f07e5bcb RED isn't a member of ColorSSTV (anymore?) 2014-01-13 21:12:24 -05:00
András Veres-Szentkirályi 63b97f07cf bumped version to v0.2.3 2013-11-23 12:39:11 +01:00
András Veres-Szentkirályi 7e9436adeb grayscale: adjusted Robot24BW sync timing 2013-11-22 18:40:25 +01:00
András Veres-Szentkirályi b74feb49ab GrayscaleSSTV: use PIL for grayscale conversion 2013-11-22 18:36:58 +01:00
András Veres-Szentkirályi bd3b84cfb6 ColorSSTV: load raster data only once 2013-11-22 18:33:39 +01:00
András Veres-Szentkirályi 3a25caeab9 optimized Robot36 to use PIL YUV converter 2013-11-22 18:19:56 +01:00
András Veres-Szentkirályi 9bf312ca85 added SSTV.on_init() hook 2013-11-22 18:19:00 +01:00
András Veres-Szentkirályi 4c020d61b9 added Robot 36 encoder 2013-11-22 17:05:13 +01:00
András Veres-Szentkirályi 4d56f34a72 gen_values: fixed FM sample repetition bug
In the previous version, the FM modulator issued the last sample of the
previous frequency-time tuple twice, once as the last sample of the
previous tuple, once as the first sample (sample = 0) of the next one.
2013-11-22 17:00:53 +01:00
András Veres-Szentkirályi c434bdef04 bumped version to v0.2.2 2013-11-09 20:25:25 +01:00
András Veres-Szentkirályi b8ef35022b image_gimp_to_pil: discard invisible layers before merge 2013-11-09 20:24:55 +01:00
András Veres-Szentkirályi 3d68f7cc5b handle progress line values near gray (fixes gh-4) 2013-11-09 20:15:17 +01:00
András Veres-Szentkirályi e9db1cf9a0 merge and use GIMP layers directly (fixes gh-3) 2013-11-09 17:24:24 +01:00
András Veres-Szentkirályi cf8eb28ec1 move packing to ProgressCanvas init 2013-11-09 16:35:16 +01:00
András Veres-Szentkirályi e078659845 bumped version to v0.2.1 2013-11-05 21:42:57 +01:00
András Veres-Szentkirályi b8ebe9ed58 extracted function init_sstv 2013-11-05 21:42:43 +01:00
András Veres-Szentkirályi a5e7835224 extracted function match_image_with_sstv_mode 2013-11-05 21:42:33 +01:00
András Veres-Szentkirályi c0c6520c40 extracted function generate_png_filename 2013-11-05 21:42:08 +01:00
András Veres-Szentkirályi e395427dfb simplified cleanup in GIMP plugin 2013-11-05 21:32:40 +01:00
András Veres-Szentkirályi 213d987955 avoid None dereference upon double AudioThread.stop() 2013-11-05 21:28:42 +01:00
András Veres-Szentkirályi d0f674734a stop CanvasUpdater after window closes 2013-11-05 21:25:43 +01:00
András Veres-Szentkirályi 524afc6835 stop sounds when closing the window 2013-11-05 19:50:03 +01:00
András Veres-Szentkirályi ec564d93ce update ProgressCanvas in separate thread 2013-11-05 19:38:40 +01:00