Commit Graph

47 Commits

Author SHA1 Message Date
strawmanbobi
63160c5fd4 added AC wind fix function support and corrected header files 2019-06-26 21:47:45 +08:00
63e0b687e7 added key code as definition 2019-05-12 10:40:50 +08:00
strawmanbobi
1f2aae5b0b added decode combo function for jni call 2019-03-04 23:40:49 +08:00
strawmanbobi
f97f487901 optimized debug info for decode algorithm 2019-03-03 21:23:50 +08:00
strawmanbobi
623dd3386b formalized some private function names 2019-01-06 11:09:14 +08:00
e655ad9d20 added support for STM8 2018-01-19 19:21:28 +08:00
e4624cc2dd cleaned unused function declaration 2017-11-22 16:54:57 +08:00
e69196a70d revereted digital signal output decode 2017-11-11 10:08:30 +08:00
aaea0f9199 added backward compatibility for command based ir decode 2017-11-07 13:56:03 +08:00
40d1a7053c formalized code 2017-10-13 15:24:37 +08:00
378695cca3 fixed decode algorithm memory free issue for jni call 2017-05-31 20:36:08 +08:00
9ce38f3056 merged AC/TV public API into one 2017-05-08 19:00:25 +08:00
678e9459da reverted ac decode issue patch since the issue comes from console 2017-05-08 16:12:37 +08:00
2d456aceee patched with new AC encode format 2017-05-08 13:37:07 +08:00
22e8a170e7 fixed jni class name mapping for Android sdk 2017-04-23 20:21:39 +08:00
1dd3a38951 fixed typo issue for decoder 2017-03-25 22:39:20 +08:00
5b29cc7748 refactored data structure definition for AC decode 2017-03-19 10:27:49 +08:00
92a91d932a compatibility for CC26XX board 2017-03-16 21:42:32 +08:00
b045e7f7c3 reformatted code 2017-03-16 21:26:53 +08:00
7fd04960b6 updated decode sample on CC26XX for AC 2017-03-14 12:55:56 +08:00
14732d430d updated decode sample on TI CC26XX
1. removed unused buffer in iredecode algorithm
2. fixed UART transfer procedure
3. some typo fix
2017-03-06 21:07:52 +08:00
0c4a35eb17 formated code style 2017-03-01 20:34:54 +08:00
ef93a0a683 formalized naming 2017-01-21 20:28:52 +08:00
ee7f0fd816 added reverser 2017-01-09 20:23:01 +08:00
7b34c50bee fixed warnings for IAR 2017-01-05 12:56:12 +08:00
1c3763ae8f fixed CLion warnings 2017-01-02 19:54:10 +08:00
13cc9c0812 updated decoder jni component 2017-01-02 19:06:31 +08:00
86065a9f60 refactored decode algorithms 2017-01-02 18:38:22 +08:00
7a63bafca8 cleaned unused printf for decoder 2016-12-25 18:39:11 +08:00
15b8a4b764 removed unused source file from irda_decoder project 2016-12-25 15:13:01 +08:00
40dba1be58 removed unused jni.h 2016-12-24 20:46:15 +08:00
cb1cbd3c57 fixed stack corruption for decode algorithm 2016-12-24 20:45:17 +08:00
strawmanbobi
2eb2091ff5 fixed windows dll importing issue for decoder 2016-12-17 21:38:33 +08:00
020ba989db fixed compile and dynamic link issue for VC++ proj 2016-12-15 21:45:35 +08:00
strawmanbobi
684dedfa90 added build env for VC++ 2016-12-14 21:37:56 +08:00
strawmanbobi
29d00e695e fixed build issue for CMake 3.6.2 2016-11-27 10:58:06 +08:00
strawmanbobi
fead08799a changed tag definistion for encode algorithms 2016-11-24 23:08:40 +08:00
strawmanbobi
33e4b7049c changed tag definition in ac decoding algorithms
w
2016-11-24 22:59:41 +08:00
strawmanbobi
c5c2dde103 got rid of compiler warning for decoder 2016-11-13 18:10:26 +08:00
strawmanbobi
21e2e8fee9 update 2016-11-10 b1
1. merged unused encoder for irext
2016-11-10 12:55:24 +08:00
strawmanbobi
9a6d1f38f8 update 2016-11-08 b1
1. resolved decoder for Android build
2016-11-08 13:50:01 +08:00
strawmanbobi
8b648792a0 update 2016-11-07 b1
1. resolved TV and AC decoding process for main function
2016-11-07 22:39:28 +08:00
strawmanbobi
88f338599d update 2016-11-05 b2
1. formulated irda decoder source for BOARD_PC
2016-11-05 21:00:10 +08:00
strawmanbobi
61cd929fe0 update 2016-11-05 b1
1. sorted up header files
2016-11-05 19:16:07 +08:00
strawmanbobi
4361749c62 update 2016-11-04 b1
1. removed water marks for jni related code
2016-11-04 13:13:06 +08:00
strawmanbobi
8a4294381e update 2016-11-03 b1
1. resolved key words issues
2016-11-03 22:53:45 +08:00
strawmanbobi
2d43854e21 update 2016-11-02 b1
1. created project
2. initialized ir encode and decode source files
2016-11-02 22:29:13 +08:00