Current default is 200kbps, which produces inconsistent results (too high for
low-res, too low for hi-res). Use CRF instead, which will adapt. Affects VP9.
Also have VP8 use a default bitrate of 256kbps.
from Brad (maintainer)
Sys::MemInfo return the total amount of free and used physical memory
in bytes in totalmem and freemem variables.
From Henry Jensen, with hints from sthen@, and further fixes from me.
OK sthen@
Fix some occurrences where ports-gcc doesn't want to consider
`NULL' as a boolean `false'. Tested on sparc64 by kmos@ and
macppc by me.
Also move HOMEPAGE to https.
OK kmos@
gcc-8's _mm_malloc() uses the AltiVec keyword __vector on this arch,
breaking the build -- and we don't want AltiVec for macppc G3 compat.
While here refresh WANTLIB and remove the unused graphics/openjpeg
from LIB_DEPENDS (spotted by kmos@, thanks!)
OK sthen@ kmos@
CLI::Framework ("CLIF") provides a framework and conceptual pattern
for building full-featured command line applications. It intends
to make this process simple and consistent. It assumes the
responsibility of implementing details that are common to all
command-line applications, making it possible for new applications
adhering to well-defined conventions to be built without the need
to repeatedly write the same command-line interface code.
From Peter Ezetta <protocall7 gmail com>, with tweaks from afresh1@
OK afresh1@
Mbed TLS 2.16.3 is a maintenance release of the Mbed TLS 2.16 branch,
and provides bug fixes and minor enhancements. Overview of changes can
be found at
https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-2.16.3.
Minor of mbedcrypto has been bumped as symbols have been added.
OK sthen@
The codebase is now fully in C. As a result, we can remove previous
patches, they are not needed anymore as p2c is gone, and upstream now
has the sprintf -> snprintf changes in wfloat.
The remaining sprintf -> snprintf changes have been moved to a new
patch, as those functions are now in their own file (pdf.c).
OK bentley@
Release 0.7.2 notes:
j
* When herbstluftwm is not running and herbstclient is called, the
absent herbstluftwm is detected instead of hanging forever.
* Close window on _NET_CLOSE_WINDOW. This makes closing windows via ewmh
panels work.
* Fix return code of remove_attr
* Fix error when unmanaging clients
* Some typo fixes in the documentation
Update diff from Lucas <lucas AT sexy DOT is>, compiler c++11 comment by
me.
This project (double-conversion) provides binary-decimal and decimal-binary
routines for IEEE doubles.
The library consists of efficient conversion routines that have been extracted
from the V8 JavaScript engine. The code has been refactored and improved so
that it can be used more easily in other projects.
Port from Paco Esteban <paco onna be> with tweaks from me.
ok bentley@