Commit Graph

12 Commits

Author SHA256 Message Date
Dominique Leuenberger
ee82441737 Accepting request 1034388 from X11:Wayland
- Update to 0.5.4:
  * This fixes stalling during h264 encoding. The FFmpeg devs
    seem to think that it's normal to change the default behaviour
    of their code, so this needs to be fixed here instead.

- Update to 0.5.3:
  * Revert "h264-encoder: Add 30 bit color depth formats"
  * server: Fix encoding selection for sw frames

- Update to 0.5.2:
  * stream: Remove stray ampersand in tls handshake failure code path
  * resampler: Use transformed width as destination stride

- Update to 0.5.1:
  * meson: Use partial_dependency() for libdrm cflags
  * test: meson: Add missing libdrm_inc dependency
  * server: add missing header after f20ffb5e1efe

- Update to 0.5.0:
  * H.264 Encoding
  * UNIX Sockets
  * New framebuffer submission API
  * Automatic buffer transforms
  * Client side cursor rendering
  * Now accepts DMA-BUFs
  * Presentation time stamps
  * New internal encoder abstraction layer

OBS-URL: https://build.opensuse.org/request/show/1034388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neatvnc?expand=0&rev=6
2022-11-08 09:54:57 +00:00
Michael Vetter
304896566c - Update to 0.5.4:
* This fixes stalling during h264 encoding. The FFmpeg devs
    seem to think that it's normal to change the default behaviour
    of their code, so this needs to be fixed here instead.

- Update to 0.5.3:
  * Revert "h264-encoder: Add 30 bit color depth formats"
  * server: Fix encoding selection for sw frames

- Update to 0.5.2:
  * stream: Remove stray ampersand in tls handshake failure code path
  * resampler: Use transformed width as destination stride

- Update to 0.5.1:
  * meson: Use partial_dependency() for libdrm cflags
  * test: meson: Add missing libdrm_inc dependency
  * server: add missing header after f20ffb5e1efe

- Update to 0.5.0:
  * H.264 Encoding
  * UNIX Sockets
  * New framebuffer submission API
  * Automatic buffer transforms
  * Client side cursor rendering
  * Now accepts DMA-BUFs
  * Presentation time stamps
  * New internal encoder abstraction layer

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=11
2022-11-07 22:55:08 +00:00
Richard Brown
53c02aa7ba Accepting request 875904 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/875904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neatvnc?expand=0&rev=5
2021-03-02 11:34:24 +00:00
Michael Vetter
bdbc9493fc Accepting request 875828 from home:dirkmueller:Factory
- update to 0.4.0:
  * This release adds support for the qemu extended key event. When this is
    also supported by the client, key codes will be used instead of symbols
    which eliminates the need for reverse key code lookup on the server-side.

OBS-URL: https://build.opensuse.org/request/show/875828
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=9
2021-03-01 08:27:24 +00:00
Dominique Leuenberger
781b21536f Accepting request 839498 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/839498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neatvnc?expand=0&rev=4
2020-10-05 17:41:48 +00:00
Michael Vetter
100968e8a8 Accepting request 838712 from home:dirkmueller:branches:X11:Wayland
- update to 0.3.2:
  * This release fixes a crash due to incorrect handling of fragmented packets
  and adds copy & paste support.
  * This release fixes a bug with tight encoding reported by Jeroen Hofstee

OBS-URL: https://build.opensuse.org/request/show/838712
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=7
2020-10-05 07:48:33 +00:00
Dominique Leuenberger
94af4a38ba Accepting request 824825 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/824825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neatvnc?expand=0&rev=3
2020-08-07 12:15:52 +00:00
Michael Vetter
6506c824bd Accepting request 824744 from home:agraul:branches:X11:Wayland
Requires aml (request 824743)
- Update to version 0.2.0
- Tight encoding is no longer experimental and also more complete.
  + The encoder employs multiple CPU cores, both for lossy and lossless
    compression, which makes it considerably faster than ZRLE, even with
    lossless compression.
  + Supports both lossy (JPEG) and lossless (DEFLATE) compression.
  + Allows the client to choose the JPEG "quality" level.
  + Allows the client to choose whether to enable lossy compression or not.
- Service-side resizing: the server can notify the client and resize buffers
  when a different display mode is set
- The API has been prepared for adding multi-display suppport. It has not been
  implemented, but the (hopefully) won't have to change when it is.
- Version info is baked into the library, so applications linking to neatvnc
  can report the version to the user.
- The server can now looks up the address to which to bind using getaddrinfo

OBS-URL: https://build.opensuse.org/request/show/824744
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=5
2020-08-07 09:12:38 +00:00
Dominique Leuenberger
388d1f1888 Accepting request 812453 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/812453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neatvnc?expand=0&rev=2
2020-06-08 22:05:13 +00:00
Michael Vetter
c3c5283f7e Accepting request 812053 from home:jengelh:branches:X11:Wayland
the license field already specifies the liberalness

OBS-URL: https://build.opensuse.org/request/show/812053
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=3
2020-06-08 08:05:55 +00:00
Dominique Leuenberger
092f9aedb9 Accepting request 812028 from X11:Wayland
neatvnc

OBS-URL: https://build.opensuse.org/request/show/812028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neatvnc?expand=0&rev=1
2020-06-06 21:40:31 +00:00
9c4db22db4 Accepting request 810987 from home:jubalh
dependency for wayvnc, would be nice to have this in the same devel project.

OBS-URL: https://build.opensuse.org/request/show/810987
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=1
2020-06-03 09:57:34 +00:00