Log message:
mplayer, related packages: update to 1.5
some changes to attempt to make mplayer in pkgsrc less
"absurdly complicated"
1.5: "Hope" February 27, 2022
Decoders, demuxers, streams:
* ffmpeg12vpdau is no longer supported by FFmpeg,
provide separate ffmpeg1vpdau and ffmpeg2vdpau instead
* live555 deprecated and disabled by default, will be removed
in future
GUI:
* Fix wrongly sized video window after leaving fullscreen mode
* Clear screen when switching to fullscreen mode using the x11
video output driver
* Command line option -fs is now recognized in addition to the
GUI option load_fullscreen
* Use correct visual in OpenGL video output driver for X11
* Provide a built-in skin so that the GUI can be used even
without an installed skin
* Native Language Support, i.e. the GUI language can be changed
as specified in LC_MESSAGES or LANG
* Minor bug fixes
Other:
* Building on Arm now compiles for the ISA and extensions of the
host CPU by default. This should avoid issues like builds on
e.g. Raspbian not using NEON by default.
Can use --enable-runtime-cpudetection to restore the previous
behaviour, though full runtime CPU detection is not supported.
* New configure option --enable-nls for Native Language Support at
runtime (for the moment only for the GUI and enabled by default
for it)
* macOS: Fixes for retina display, sluggish input processing
|
Log message:
mplayer: Update to 1.4
pkgsrc changes:
* Set autosync = 30 by default to fix choppy video with NetBSD's new
audio system.
* Remove PulseAudio and legacy sound servers (nas, esd) as defaults.
Consistent with mpv.
* Add an alsa option and enable it by default on Linux.
* Disable all codecs by default and just use ffmpeg instead.
Allows distribution restrictions based on patents to be removed.
Tested with a variety of common file formats.
Consistent with other packages (e.g. FreeBSD Ports).
While here, upgrade to ffmpeg4.
Upstream changes:
1.4: "SubCounter" April 18, 2019
Decoders, demuxers, streams:
* More pixel formats are supported for VP9, RSCC, Screenpresso
* pvr:// support for the Hauppauge HD PVR model 1212
* Speed up detection of mpg format while streaming (limit probe to 4 MB)
* demuxer: fall back to audio pts if all others are unavailable (#1928)
* raw video: add support for < 8bpp RGB, support for paletted raw video,
fix fliped raw video in non-avi containers
* increase -lavdopts threads limit to 32
* warn for badly interleaved files, and make -ni more aggressive
* support GBR pixel formats for HEVC
* FFmpeg audio decoders: g721, g732
* FFmpeg video decoders: more Matrox mpeg2 formats (M702-3-4-5), Truemotion
RT, Matrox Uncompressed SD/HD, BitJazz SheerVideo, YUY2 Lossless Codec
Apple Pixlet, ScreenPressor, FM Screen Capture Codec
* FFmpeg IFF video/image decoders: ANIM, ILBM, PBM, RGB8, RGBN
Fixes:
* fix more issues reported by Coverity
* expand error checking, and fix many memleaks
* fix -subcp enca: with external ASS subtitles (#2281)
* fix reading of bitmap fonts
* fix -subdelay applied inverted
* some fixes for video filter bmovl (#2304, #2308)
* fix timing of first and last frame (#2315)
Other:
* MPlayer can link against OpenSSL instead of GnuTLS for https support
(Warning: the resulting binary can not be redistributed)
* OSD: NV12/NV21 support
* video output xv: NV12/NV21 support
* video outputs for OSX: fix a few issues with newer OSX versions
GUI:
* No limitation on the number of entries in a font description file
* Dramatic speedup of scanning font description files
* Playback improvements for cue sheet playlists
* Implementation of audio playback utilizing ReplayGain data
* New symbol character 'g' and new dynamic label variable $g
* Skins can leave current volume unchanged at startup
* New configuration file: gui.gain
* Modern new icons for the (default) menu, the file selector,
the playlist and the message boxes
* Rearrangement of some items of the (default) menu
* Fix of broken evLoadAudioFile, evLoadSubtitle and evDropSubtitle
* Skin support for 8-bit PNGs with palette
|