Andri Yngvason
|
18195723d2
|
README: Add missing build variable
|
2019-09-07 19:11:08 +00:00 |
Andri Yngvason
|
4b0cb37ba9
|
Add a README
|
2019-09-07 19:08:21 +00:00 |
Andri Yngvason
|
1a450a8e30
|
Explain what pngfb.c does
|
2019-09-07 18:44:48 +00:00 |
Andri Yngvason
|
f9680148f1
|
Remove unused code
|
2019-09-07 18:42:55 +00:00 |
Andri Yngvason
|
b4b1f7e7c7
|
bench: zrle: Use memcpy as a baseline
|
2019-09-07 18:38:32 +00:00 |
Andri Yngvason
|
3f0e0b8867
|
Allow over-riding of strip exec
|
2019-09-07 17:31:20 +00:00 |
Andri Yngvason
|
d7eedd0c01
|
Use target specific pkg-config wrapper if available
|
2019-09-07 17:30:21 +00:00 |
Andri Yngvason
|
de3a86e343
|
Create and install pkg-config file
|
2019-09-07 17:25:27 +00:00 |
Andri Yngvason
|
5aea8a61ed
|
Makefile: Add install target
|
2019-09-07 17:10:37 +00:00 |
Andri Yngvason
|
6046949726
|
Add license and copyright notices
|
2019-09-07 16:51:07 +00:00 |
Andri Yngvason
|
46b240bf21
|
Build zrle benchmark and run it
|
2019-09-07 16:40:14 +00:00 |
Andri Yngvason
|
761be10c2b
|
Add a file to show origin of test images
|
2019-09-07 16:21:10 +00:00 |
Andri Yngvason
|
03a13da08b
|
Makefile: Examples depend on the DSO
|
2019-09-07 16:01:43 +00:00 |
Andri Yngvason
|
378809bad2
|
Build examples
|
2019-09-07 15:59:48 +00:00 |
Andri Yngvason
|
8374267955
|
Makefile: Move re-usable code into common.mk
|
2019-09-07 15:12:24 +00:00 |
Andri Yngvason
|
224d1f3804
|
Makefile: Set some target specific optimisations
|
2019-09-07 14:18:34 +00:00 |
Andri Yngvason
|
43f2205faf
|
Clean up Makefile
|
2019-09-07 13:54:56 +00:00 |
Andri Yngvason
|
b6f29b036c
|
Allocate framebuffer per client
|
2019-09-06 20:33:55 +00:00 |
Andri Yngvason
|
18062f08d2
|
Don't send anything to clients that don't have active requests
|
2019-09-06 20:17:03 +00:00 |
Andri Yngvason
|
b10c6c2a5a
|
Implement closing of other clients
|
2019-09-06 20:07:09 +00:00 |
Andri Yngvason
|
6660df4d8d
|
Free encoded frames after sending them
|
2019-09-06 19:26:30 +00:00 |
Andri Yngvason
|
85c6ce0729
|
Fix compiler warning
|
2019-09-06 18:50:43 +00:00 |
Andri Yngvason
|
139797d44f
|
rfb-proto: Remove unused code
|
2019-09-06 18:46:34 +00:00 |
Andri Yngvason
|
fb335247aa
|
zrle: Fix run-length encoding with palette
|
2019-09-05 23:36:07 +00:00 |
Andri Yngvason
|
3e374c97f0
|
zrle: Copy each tile region to a contiguous buffer before operating on it
|
2019-09-05 22:53:23 +00:00 |
Andri Yngvason
|
80e1093e71
|
zrle: Implement Palette RLE
|
2019-09-01 23:27:56 +00:00 |
Andri Yngvason
|
ff67e2fed3
|
zrle: Keep the stream alive per connection
Otherwise the client doesn't want to play with the server.
|
2019-09-01 19:55:11 +00:00 |
Andri Yngvason
|
46dc074370
|
Fix encoding with offset
|
2019-09-01 13:01:02 +00:00 |
Andri Yngvason
|
20139f617d
|
Add callbacks for new clients and when clients go away
|
2019-08-31 23:30:08 +00:00 |
Andri Yngvason
|
ed5dadd203
|
Use client specific pointers in callbacks
|
2019-08-31 23:16:55 +00:00 |
Andri Yngvason
|
0a1d47f5f9
|
Add a simple drawing example
|
2019-08-31 20:45:29 +00:00 |
Andri Yngvason
|
efafe882f8
|
bench: zrle: Measure CPU time
|
2019-08-31 16:11:33 +00:00 |
Andri Yngvason
|
f7ed6b6fce
|
Use miniz instead of zlib
|
2019-08-31 15:50:23 +00:00 |
Andri Yngvason
|
12849af748
|
Add miniz zlib library
|
2019-08-31 15:27:53 +00:00 |
Andri Yngvason
|
8cb192c0ad
|
Remove some printouts
|
2019-08-29 22:08:30 +00:00 |
Andri Yngvason
|
d222caffc2
|
Add example that draws a png
|
2019-08-29 22:07:04 +00:00 |
Andri Yngvason
|
fd6f47c93c
|
Clean some things up and add more interface functions
|
2019-08-29 21:47:02 +00:00 |
Andri Yngvason
|
6d195dd484
|
Only linear framebuffers supported as is
|
2019-08-29 14:02:29 +00:00 |
Andri Yngvason
|
33324c9373
|
Create an interface
|
2019-08-28 22:46:47 +00:00 |
Andri Yngvason
|
f31b5a6915
|
Add benchmark for zrle
|
2019-08-27 22:29:46 +00:00 |
Andri Yngvason
|
712215cc73
|
Add test images
|
2019-08-27 22:01:06 +00:00 |
Andri Yngvason
|
b8e90d3665
|
zrle: Encode into vector
|
2019-08-27 21:49:28 +00:00 |
Andri Yngvason
|
b3b9339adb
|
.gitignore: Add vgcore.*
|
2019-08-27 21:04:53 +00:00 |
Andri Yngvason
|
1fc4d436a9
|
zrle: Extract deflate to function
|
2019-08-27 21:04:20 +00:00 |
Andri Yngvason
|
09d64dfbe6
|
zrle: Use vec for tile buffer
|
2019-08-27 20:28:12 +00:00 |
Andri Yngvason
|
9787cf5772
|
Add a .gitignore
|
2019-08-27 19:59:15 +00:00 |
Andri Yngvason
|
46addff198
|
Add Makefile
|
2019-08-27 19:57:52 +00:00 |
Andri Yngvason
|
980c437f3c
|
Set up a directory structure
|
2019-08-27 19:42:52 +00:00 |
Andri Yngvason
|
e294685304
|
ZRLE sort of works now
|
2019-08-27 18:17:33 +00:00 |
Andri Yngvason
|
6091721a9a
|
zrle: Fixup
|
2019-08-25 19:29:35 +00:00 |