No PORTREVISION bump necessary since port simply won't build if
WITH_IMAGEMAGICK is defined.
PR: 126790
Submitted by: lioux@
Approved by: maintainer timeout
Fix a stack overflow vulnerability while parsing malformed cue files.
The vulnerability may be exploited by a (remote) attacker to execute
arbitrary code in the context of VLC media player.
PR: 128656
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Security: http://www.vuxml.org/freebsd/4b09378e-addb-11dd-a578-0030843d3802.html
The vulnerability may be exploited by a (remote) attacker to execute
arbitrary code in the context of VLC media player.
PR: 128660
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Security: http://www.vuxml.org/freebsd/4b09378e-addb-11dd-a578-0030843d3802.html
develop multimedia applications. It is built upon gavl (for low
level Audio/Video things) and libxml2 (for loading and saving
configuration data and other things). The gmerlin API can be used
at multiple levels: Either you take the basic things like plugins,
fifos, message-queues and gavl audio/video converters and build
your own media engine. The other possibility is to use the player
or transcoder engines directly. The latter approach is probably
easier, but you'll have less freedom in controlling the process.
Gmerlin includes GUI player with mediatree and a GUI transcoder
among other things.
WWW: http://gmerlin.sourceforge.net/
was written as a support library for gmerlin, but it can also be
used by other applications. You don't even need gmerlin installed,
only gavl. Most of it was written completely from scratch, but the
sourcetrees of some other great software packages were used as
reference documentation. Credits go to the authors of Xine, MPlayer,
quicktime4linux and ffmpeg.
Gmerlin_avdecoder is one of the most complete general purpose media
decoding libraries. The supported formats and codecs span a wide
range of applications from consumer level (mp3, divx etc.) to high
end production formats like 32 bit PCM and some professional
uncompressed video codecs.
Using gmerlin_avdecoder in your playback for transcoding application
means rock solid media format support with an ever growing list of
supported codecs and formats.
WWW: http://gmerlin.sourceforge.net/
- net/uriparser 0.7.1 -> 0.7.2
- multimedia/libspiff 0.8.3 -> 1.0.0
- audio/herrie 2.1 -> 2.2
I'm updating these ports in a single commit, because herrie 2.2 requires
these up-to-date versions to compile properly.
- Add -q and -l options to capture app
- Fix checksum/size mismatch caused by stale distfile on FTP server
PR: 127972
Submitted by: Jason Harmening <jason dot harmening at gmail dot com> (maintainer)