Mumble 1.3.0 can't connect to some older servers, it will complain that the
server is using old crypto. For your security, update your servers.
Tweaks, test and ok solene@
ok solene@
DESCR:
HashLink is a virtual machine for Haxe.
HashLink runtime includes the following features:
* Fully compatible with Haxe specification
* Support file I/O, regular expressions, network, etc.
* Unicode strings by default
* Mark-and-not-sweep Garbage Collector
* x86 and x86-64 HL/C compilation
* x86 and x86-64 HL/JIT compilation
----
libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder and
encoder.
HEIF is a new image file format employing HEVC (h.265) image coding for
the best compression ratios currently possible.
libheif makes use of libde265 for the actual image decoding and x265 for
encoding. Alternative codecs for, e.g., AVC and JPEG can be provided as
plugins. There is experimental code for an AV1 plugin (for AVIF format
support) in the 'avif' branch.
The library has a C API for easy integration and wide language support.
----
----
libde265 is an open source implementation of the h.265 video codec.
It is written from scratch and has a plain C API to enable a simple
integration into other software.
libde265 supports WPP and tile-based multithreading and includes SSE
optimizations. The decoder includes all features of the Main profile and
correctly decodes almost all conformance streams.
The library comes with two example programs:
dec265, a simple player for raw h.265 bitstreams. It serves nicely as an
example program how to use libde265.
sherlock265, a Qt-based video player with the additional capability to
overlay some graphical representations of the h.265 bitstream (like
CU-trees, intra-prediction modes).
Example bitstreams can be found, e.g., at this site:
ftp://ftp.kw.bbc.co.uk/hevc/hm-10.1-anchors/bitstreams/ra_main/
----
OK benoit@
Comment:
Perl XS wrapper for open62541 OPC UA library
Description:
The open62541 is a library implementing an OPC UA client and server.
This module provides access to the C functionality from Perl programs.
tool
esptool.py is a Python-based, open source, platform independent, utility to
communicate with the ROM bootloader in Espressif ESP8266 & ESP32 chips.
Extensive editing from paco@, with other kmos@ changes.
Ok kmos@ and paco@
LWP::UserAgent for simulating and testing network calls
It overrides a few key low-level methods that are concerned with
actually sending your request over the network, allowing an interception
of that request and simulating a particular response.
With some corrections from jca@
ok jca@, sthen@, benoit@