7db2030
(HEAD -> master)
Merge pull request #26 from srcejon/android by
2023-11-30 14:02:26 +0000
a73017f
(refs/pull/26/head)
Included complex.h needed on Android. Remove unused variables. by
2023-11-10 10:30:33 +0000
bb175e9
(refs/pull/23/merge)
Merge 9bd911d7e2
into 57271c33b9
by
2023-01-26 21:37:07 +0000
9bd911d
(refs/pull/23/head, v2)
Properly prefix all expored functions with aptdec by
2023-01-26 21:36:35 +0000
b2b049f
Initialize memory before use by
2023-01-25 20:37:55 +0000
e1c1173
Implement strip effect by
2023-01-24 22:24:47 +0000
66b8dd0
Fix memory leak and move state entirely into aptdec_t by
2023-01-24 20:48:17 +0000
071a9c8
Better naming, but valid this time by
2023-01-24 18:18:41 +0000
c9d89ea
Better naming by
2023-01-24 18:16:18 +0000
61ec605
Fix syntax by
2023-01-24 18:04:39 +0000
8c6cba0
ARM builds by
2023-01-24 18:02:44 +0000
711d0e0
MSVC build in GitHub actions by
2023-01-24 14:22:55 +0000
c551e70
Include missing header and fix stddev Standard deviation on a non complete population sample is divided by n-1, not n by
2023-01-24 14:21:56 +0000
6b2e9b9
Fix MSVC build by
2023-01-22 20:09:34 +0000
fbbdda9
Merge branch 'master' into v2 by
2023-01-22 14:39:41 +0000
57271c3
(tag: v1.8.0)
I don't even know anymore by
2023-01-22 14:33:11 +0000
cf12d07
Fix release workflow and bump version number, again by
2023-01-22 14:20:58 +0000
59735c5
Fix release workflow, again, and bump version number by
2023-01-22 14:12:34 +0000
85e629a
Fix release workflow by
2023-01-22 14:07:10 +0000
ccfb607
Fix typo by
2023-01-22 13:47:53 +0000
f394f6a
Make build_windows.sh faster by
2023-01-22 13:46:15 +0000
493a48b
Fix incorrect path by
2023-01-21 22:54:28 +0000
0d51954
Github actions, set fetch depth to unlimited by
2023-01-21 22:50:13 +0000
9df9fba
Merge branch 'master' into v2 by
2023-01-21 22:44:32 +0000
0d212bb
Add windows build files to gitignore by
2023-01-21 22:40:38 +0000
ff19b28
Packaging fixes by
2023-01-21 22:35:27 +0000
268da89
Fix argparse submodule by
2023-01-16 22:33:56 +0000
8d6e8be
Version 2.0.0 work by
2023-01-16 22:25:43 +0000
f07e40a
Respect CMAKE_INSTALL_LIBDIR, close #22 by
2023-01-01 23:20:56 +0000
4d4a0c9
Format codebase by
2022-11-06 14:42:03 +0000
3e8297a
Fix MSVC build #20 by
2022-09-24 16:11:37 +0100
8be50e7
Readd apt_image_t::zenith and MSVC complex #20 by
2022-09-20 19:12:46 +0100
c8ca7fa
Set language to C by
2022-09-11 15:08:16 +0100
bbc0a9b
Add runtime/library destination, close #16 by
2022-08-29 13:15:59 +0100
18ac507
Remove dead code by
2022-08-16 17:41:52 +0100
093ae0b
Dont crop channel images when crop telemetry is on, close #11 by
2022-08-16 09:05:46 +0100
c754d5f
Remove wxmap reading functionality Did anybody even use it anyway? by
2022-08-15 12:57:01 +0100
d4146f4
Rewrite thermal calibration (and add visible calibration) by
2022-08-14 22:32:49 +0100
d2b3ae6
Standardise warning/error format by
2022-08-14 14:27:55 +0100
e390f87
Rewrite PLL by
2022-07-19 14:01:28 +0100
d028742
Fix workflows by
2022-07-19 11:32:02 +0100
be640ff
Convert entire code base to single precision by
2022-07-18 23:24:14 +0100
6aef309
Add argparse as submodule by
2022-07-18 22:28:24 +0100
9c866cc
Remove automake support by
2022-07-18 22:17:11 +0100
27d75c7
Changes backported from aptdec2 New regression, only linear as per recommendation of the Users' Guide by
2022-07-18 21:15:18 +0100
0c44daa
Turn off -Werror by
2022-07-18 20:34:50 +0100
1563af9
Fix copyright year by
2022-07-18 20:33:25 +0100
c1cf41f
Fix path, again by
2022-07-07 22:34:13 +0100
8877959
Fix artifact filenames by
2022-07-07 21:40:07 +0100
9d2f716
Rewrite workflows by
2022-07-07 20:13:22 +0100
5e82eaf
Update copyright year by
2022-07-07 19:12:22 +0100
b1cc748
Merge pull request #19 from DroidKali/master by
2022-05-18 12:27:32 +0100
1858fa0
(refs/pull/19/head)
workflows/win_release.yml: Fix build type by
2022-05-18 18:05:38 +0800
5140597
Fix typo by
2022-01-20 22:19:46 +0000
4a00dac
Merge pull request #17 from srcejon/libaptdec by
2022-01-20 22:13:28 +0000
7d695a3
(refs/pull/17/head)
Add apt_temperature to API by
2022-01-13 11:51:27 +0000
61c248b
Add apt_temperature to API by
2022-01-13 11:45:15 +0000
794d69c
Merge pull request #14 from Xiretza/cmake-fixes by
2021-05-07 11:56:46 +0100
5a257ae
(refs/pull/14/head)
cmake: use message(WARNING) when dependencies are missing by
2021-04-24 14:31:14 +0200
73488dc
cmake: install palettes to DATADIR by
2021-04-24 14:07:56 +0200
0a888e6
cmake: install headers as part of shared library by
2021-04-24 14:06:40 +0200
63efb43
cmake: deduplicate install directives by
2021-04-24 14:04:04 +0200
e82e51f
cmake: use GNUInstallDirs by
2021-04-24 13:59:47 +0200
5f91799
Merge pull request #13 from srcejon/libaptdec by
2021-02-19 12:01:12 +0000
72ce791
(refs/pull/13/head)
Fix error in release build by
2021-02-18 19:54:54 +0000
b3dd3f8
Add enum for channel ID. Fix channel 3A to be near-IR as per https://nssdc.gsfc.nasa.gov/nmc/experiment/display.action?id=1998-030A-01 by
2021-02-17 10:45:18 +0000
612dc0a
Add macro for width of pixel rows by
2021-02-16 21:48:22 +0000
328ea95
Export offsets as needed for image functions by
2021-02-16 21:25:15 +0000
3141493
Rename apt_getsample to apt_getsamples, as it gets more than one sample. by
2021-02-16 21:03:47 +0000
23d7870
Add context pointer to getsample callback by
2021-02-16 20:52:39 +0000
ce63316
Support C++ by
2021-02-16 20:43:14 +0000
17950dc
Rename library so lib isn't repeated on Linux by
2021-02-16 20:08:14 +0000
8cdb314
Return to src root by
2021-02-16 19:54:49 +0000
42b6e36
Fix .bat file comments by
2021-02-16 19:48:43 +0000
fb6fb49
Use static library for aptdec executable, to avoid having to set path to library by
2021-02-16 19:45:04 +0000
4aca94f
Use INCLUDE_DIRs for libraries. Simplify conditions by
2021-02-16 17:10:19 +0000
429e73a
Fix palette exports by
2021-02-16 17:09:39 +0000
dc3c02c
Add support for building a shared library (libaptdec). Exported functions and types prefixed with apt_ Callback added for getsample, instead of calling named function. Allow library to be built without libpng or libsndfile. Add support for building with MSVC on Windows. Fix a few MSVC compiler warnings. Fix nonlinear radiance correction for NOAA19. by
2021-02-16 16:47:49 +0000
86b8d61
Fix for compilation with gcc10 by
2021-01-24 18:09:36 +0000
13d9810
Fix map alignment when using crop noise The crop noise effect shifts the enetire image in memory, however when applying a map this shift did not get taken into account. by
2020-11-09 20:43:31 +0000
7892869
Fix segfault when trying to do anything Don't try to memcopy into a null pointer by
2020-10-19 16:33:50 +0100
b5b5091
Add .. to CMake in quick start by
2020-10-10 18:25:05 +0100
94f3bdb
Add CMake into the apt install command in quick start by
2020-10-10 18:08:44 +0100
a9a3998
Add notice about deprecation of the makefile (and fix it) by
2020-10-10 18:05:12 +0100
eb61a55
Add release windows build by
2020-10-10 17:58:18 +0100
c3422dc
Hopefully fix windows build Run in debug now instead of release to ignore warnings and use a glob to find the DLL's instead of hard coding their paths by
2020-10-09 22:21:37 +0100
c757dc7
Switch to argpase and move libaries into src/lib/ by
2020-10-09 22:14:34 +0100
45d2913
Copy `sndfile.lib` into build path by
2020-09-28 17:01:19 +0100
68c0360
Add action for windows debug by
2020-09-27 20:05:41 +0100
f1979a7
Windows build now working properly Was opening PNG files (which are binary...) with `r` instead of `rb` which caused problems on windows Added `libsndfile-1` back into FindLibSndFile.cmake, since it's needed Package `sndfile.dll` instead of `libsndfile-1.dll` since thats what the binary looks for by
2020-09-26 18:42:25 +0100
ad3b9ed
Rewrite the windows build script by
2020-09-09 11:45:33 +0100
3b9a830
Remove src/filtercoeff.h after forgetting in 7148947
by
2020-09-09 11:43:14 +0100
5324247
Run debug build on the correct branch by
2020-09-07 12:34:06 +0100
253f082
Use correct URL's for badges by
2020-09-07 12:32:32 +0100
7148947
Merge filtercoeff.h into filter.h by
2020-09-07 12:29:29 +0100
be0aa78
Add debug badge to README by
2020-09-07 12:21:28 +0100
0427645
Add debug build and specify arch in name by
2020-09-03 20:04:48 +0100
05f6ac2
Fix naming in packaged builds and add full description by
2020-09-03 20:03:12 +0100
cc5eb0f
Add improved N19 HRPT palette, remove the older bad ones by
2020-09-03 18:09:40 +0100
466fe01
Add build status badge by
2020-09-03 15:43:36 +0100