pkgsrc/multimedia/vlc/options.mk

183 lines
3.9 KiB
Makefile
Raw Normal View History

2020-06-28 17:23:38 +02:00
# $NetBSD: options.mk,v 1.38 2020/06/28 15:23:38 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vlc
PKG_SUPPORTED_OPTIONS= alsa avahi dbus debug dts jack pulseaudio
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PKG_SUPPORTED_OPTIONS+= vlc-skins qt5 x11
PKG_SUGGESTED_OPTIONS= dbus qt5
PKG_SUGGESTED_OPTIONS.Linux+= alsa
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} != "Darwin"
PKG_SUGGESTED_OPTIONS+= x11
.endif
### Add VAAPI if it is available
.include "../../multimedia/libva/available.mk"
.if ${VAAPI_AVAILABLE} == "yes"
PKG_SUPPORTED_OPTIONS+= vaapi
PKG_SUGGESTED_OPTIONS+= vaapi
.endif
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
### Add VDPAU if it is available
.include "../../multimedia/libvdpau/available.mk"
2020-06-28 17:23:38 +02:00
.if ${VDPAU_AVAILABLE} == "yes"
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PKG_SUPPORTED_OPTIONS+= vdpau
PKG_SUGGESTED_OPTIONS+= vdpau
.endif
### Add LIRC if it is available
.include "../../comms/lirc/available.mk"
.if ${LIRC_AVAILABLE} == "yes"
PKG_SUPPORTED_OPTIONS+= lirc
PKG_SUGGESTED_OPTIONS+= lirc
.endif
###
.include "../../mk/bsd.options.mk"
## ALSA support
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= alsa
.if !empty(PKG_OPTIONS:Malsa)
CONFIGURE_ARGS+= --enable-alsa
.include "../../audio/alsa-lib/buildlink3.mk"
PLIST.alsa= yes
.else
CONFIGURE_ARGS+= --disable-alsa
.endif
## Avahi support
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= avahi
.if !empty(PKG_OPTIONS:Mavahi)
CONFIGURE_ARGS+= --enable-avahi
.include "../../net/avahi/buildlink3.mk"
PLIST.avahi= yes
.else
CONFIGURE_ARGS+= --disable-avahi
.endif
## PulseAudio support
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= pulseaudio
.if !empty(PKG_OPTIONS:Mpulseaudio)
CONFIGURE_ARGS+= --enable-pulse
.include "../../audio/pulseaudio/buildlink3.mk"
PLIST.pulseaudio= yes
.else
CONFIGURE_ARGS+= --disable-pulse
.endif
Update vlc to 2.2.1. Based on the wip version by Ian D. Leroux and Tobias Nygren. 2.2.1 Highlights VLC 2.2.1 "Terry Pratchett" is a fixed version of 2.2.0 "WeatherWax" It fixes numerous crashes (FLAC, SPC), codec issues (VP9, Atrac3, AAC), regressions and several issues (Resume, MP4 chapters, MKV over network) and security issues. 2.2.0 Highlights VLC 2.2.0 auto-rotates the videos taken from phones, to fight Vertical Video Syndrome! VLC now resumes where you left off in all versions Improves support for new HD codecs, VP9, opus and H.265/HEVC, for decoding and for encoding. Extensions are now downloadable from within the application. VLSub extension can download subtitles from the application. 2.2.x Features Core Auto-rotation of phone movies, to fight Vertical Video Syndrome Resume playback where you left off Extensions API and repository to download extensions directly from the application GPU 0-copy support for decoding and displaying using hardware Improved support for UltraHD codecs, notably H.265 and VP9 Subtitles download from the web, using OpenSubtitles Audio core upgrade, notably to support short samples Formats Support for BD-Java menus and overlay in Blu-Ray Acceleration of VP9 and H.265/HEVC decoders Rewritten support for WMV, Ogg, MP4 and AVI, notably for seeking Support for encoding in H.265, Opus and VP9 Support for WebVTT, Ogg/VP8, Opus/MKV, CAF Support for THP, Renderware and Escape Replay videogames files Support for SRT language detection Acceleration GPU 0-copy decoding-rendering for Android using MediaCodec GPU accelerated auto-rotation, in OpenGL, Direct3D and Mediacodec GPU 0-copy decoding-rendering for Linux using VDPAU Support for HLSL shaders in Direct3D video output Media Foundation Transform audio and video decoder for Windows Vista/7 GPU 0-copy decoding-rendering for RaspberryPi using MMAL OpenMAX IL improvements for Android, Linux and rPi Support GStreamer codecs on Linux Codecs / Protocols Support for MMS split streams for audio selection (European Parliament) Support FTPS (FTP/TLS) protocol New decoder for VP8 and VP9 using libvpx for Linux distributions without avcodec Improvements on Teletext, Subrip, and Tx3g subtitles Support for MSN audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4 Support for IMC, Vivo g723.1, Smacker, FIC, Auravision, Canopus Lossless Support x264 and FFv1 codecs RGB modes Fixes for DVD, Audio-CD, M2TS LPCM audio, Speex Professional Support for Digital Cinema Packages and encrypted DCP with KDM HEVC encoding and muxing in MP4 and TS Support VP8 encoding inside Ogg Improvements of audio bar graph, for speed and resiliance Support MPEG-2 video encoding through x262 Large improvements of teletext rendering, for speed and alignments Platform integration Port of the interface to Yosemite Support drag'n drop in the skins2 interface New TLS module on OS X and iOS, using the central store Signature of the Windows binaries Improvement of audio device detections on OS X and Windows Support of audio ducking in various audio outputs Mobile Versions VLC for iOS 2.5.0 release is out VLC for Windows Phone 1.2.0 public beta is out VLC for WinRT 1.2.0, x86 and ARM VLC for Android TV 1.2.6 VLC for Android 1.2.6 For developers Add equalizer API for libVLC Add functions for scrambling detection Experimental new C++11 libVLC library: libvlcpp New Android buildsystem and Java SDK New WinRT library component for libVLC: libVLCX Improvements for iOS/OSX VLCKit: Swift support and ARC Android Complete switch to Material design, including black theme Support for Audio playlists and modtracker files Support for AC-3 Passthrough and 5.1/7.1 audio Support switch to background video playback Large improvements on the first Android TV release Support chapter selections iOS Support for iCloud, box.com and OneDrive Support 10-band equalizer Support sharing media between devices Support Chapters and Title selections New player design Add media information dialog and timer for playback
2015-10-25 12:00:18 +01:00
## Jack Audio Connection Kit support
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= jack
Update vlc to 2.2.1. Based on the wip version by Ian D. Leroux and Tobias Nygren. 2.2.1 Highlights VLC 2.2.1 "Terry Pratchett" is a fixed version of 2.2.0 "WeatherWax" It fixes numerous crashes (FLAC, SPC), codec issues (VP9, Atrac3, AAC), regressions and several issues (Resume, MP4 chapters, MKV over network) and security issues. 2.2.0 Highlights VLC 2.2.0 auto-rotates the videos taken from phones, to fight Vertical Video Syndrome! VLC now resumes where you left off in all versions Improves support for new HD codecs, VP9, opus and H.265/HEVC, for decoding and for encoding. Extensions are now downloadable from within the application. VLSub extension can download subtitles from the application. 2.2.x Features Core Auto-rotation of phone movies, to fight Vertical Video Syndrome Resume playback where you left off Extensions API and repository to download extensions directly from the application GPU 0-copy support for decoding and displaying using hardware Improved support for UltraHD codecs, notably H.265 and VP9 Subtitles download from the web, using OpenSubtitles Audio core upgrade, notably to support short samples Formats Support for BD-Java menus and overlay in Blu-Ray Acceleration of VP9 and H.265/HEVC decoders Rewritten support for WMV, Ogg, MP4 and AVI, notably for seeking Support for encoding in H.265, Opus and VP9 Support for WebVTT, Ogg/VP8, Opus/MKV, CAF Support for THP, Renderware and Escape Replay videogames files Support for SRT language detection Acceleration GPU 0-copy decoding-rendering for Android using MediaCodec GPU accelerated auto-rotation, in OpenGL, Direct3D and Mediacodec GPU 0-copy decoding-rendering for Linux using VDPAU Support for HLSL shaders in Direct3D video output Media Foundation Transform audio and video decoder for Windows Vista/7 GPU 0-copy decoding-rendering for RaspberryPi using MMAL OpenMAX IL improvements for Android, Linux and rPi Support GStreamer codecs on Linux Codecs / Protocols Support for MMS split streams for audio selection (European Parliament) Support FTPS (FTP/TLS) protocol New decoder for VP8 and VP9 using libvpx for Linux distributions without avcodec Improvements on Teletext, Subrip, and Tx3g subtitles Support for MSN audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4 Support for IMC, Vivo g723.1, Smacker, FIC, Auravision, Canopus Lossless Support x264 and FFv1 codecs RGB modes Fixes for DVD, Audio-CD, M2TS LPCM audio, Speex Professional Support for Digital Cinema Packages and encrypted DCP with KDM HEVC encoding and muxing in MP4 and TS Support VP8 encoding inside Ogg Improvements of audio bar graph, for speed and resiliance Support MPEG-2 video encoding through x262 Large improvements of teletext rendering, for speed and alignments Platform integration Port of the interface to Yosemite Support drag'n drop in the skins2 interface New TLS module on OS X and iOS, using the central store Signature of the Windows binaries Improvement of audio device detections on OS X and Windows Support of audio ducking in various audio outputs Mobile Versions VLC for iOS 2.5.0 release is out VLC for Windows Phone 1.2.0 public beta is out VLC for WinRT 1.2.0, x86 and ARM VLC for Android TV 1.2.6 VLC for Android 1.2.6 For developers Add equalizer API for libVLC Add functions for scrambling detection Experimental new C++11 libVLC library: libvlcpp New Android buildsystem and Java SDK New WinRT library component for libVLC: libVLCX Improvements for iOS/OSX VLCKit: Swift support and ARC Android Complete switch to Material design, including black theme Support for Audio playlists and modtracker files Support for AC-3 Passthrough and 5.1/7.1 audio Support switch to background video playback Large improvements on the first Android TV release Support chapter selections iOS Support for iCloud, box.com and OneDrive Support 10-band equalizer Support sharing media between devices Support Chapters and Title selections New player design Add media information dialog and timer for playback
2015-10-25 12:00:18 +01:00
.if !empty(PKG_OPTIONS:Mjack)
CONFIGURE_ARGS+= --enable-jack
.include "../../audio/jack/buildlink3.mk"
PLIST.jack= yes
.else
CONFIGURE_ARGS+= --disable-jack
.endif
Update to the latest 0.9 branch. Changes between 0.8.6i and 0.9.1: --------------------------------- Note: version 0.9.0 was skipped due to bugs being discovered at the last minute. Important notes: ---------------- * This release will not work with Windows 98/ME and Mac OS X 10.3.9 (Panther) * The HTTP interface is now only available on the local machine by default. If you want to make it available from other machines, you will have to edit the ".hosts" file. - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts If you're using the old http interface, it's located in /usr/share/vlc/http/old/.hosts - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and C:\Program Files\VideoLAN\VLC\http\old\.hosts - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts * This version of VLC contains a new interface for Windows and Linux. This interface has a fullscreen controller and simplified preferences. This interface lacks the "Streaming Wizard" that used to be present in VLC 0.8.6. * The behavior of --sout-keep was changed. It's now activated by default. * The marq, mosaic and logo commands in the rc interface changed. They now require a target name as their first argument. Example: vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo> You can then use commands like: @test marq-marquee Goodbye If you didn't name the object using @test, its name will default to the plugin name (hence 'marq') in this example. These new commands are also available in the telnet interface. * The "rtp" access output module has been removed. Please use the RTP stream output instead, e.g.: Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}' New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}' * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. Note that only a limited set of options is available to m3u playlists (CVE-2007-6683). * The old access:url syntax is no longer supported to resolve ambiguities with some file names. Use access://url instead. E.g.: vlc:quit -> vlc://quit ; udp:@239.255.12.12 -> udp://@239.255.12.12 * The ffmpeg module has been removed and replaced by the new avcodec, avformat, swscale (or imgresample if you use a swscale-less ffmpeg build) and postproc modules. * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4, STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and BACKWARD being reserved for future implementations and are thus not functional atm. * Croping and padding in transcode are now done using the croppadd video filter. For example: transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}} * Canvas setting in transcode is now done using the canvas video filter. For example: transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}} * Glide video output module has been removed. * Due to lack of maintainer, the Skins interface might not work properly. It does not work on windows for this version. Help is needed! Changes: -------- Security updates: * Updated libfreetype on Windows and Mac OS X (CVE-??) * TTA Parser improvements (CVE-2008-3732) * MMS Access Module improvements (CVE-2008-3794 ) Playlist: * Vastly improved playlist support: * Media library creation to save all your playlist items * "Live search" * Shoutcast TV listings * Audioscrobbler/Last.FM support * Album art support * User definable Lua playlist scripts. See share/lua/playlist/README.txt (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs) * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt Inputs: * Video for Linux 2 (V4L2) input support * UDP-Lite transport for RTP/AVP * DCCP transport for RTP/AVP * Proxy support for MMSH stream * JACK audio input support * Input run time option (improved live stream recording) * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows * Re-written Screen access module for Mac OS X using OpenGL instead of QuickDraw * Screen module now supports partial screen capture and mouse following on X11. * Experimental EyeTV access module This requires the user to install a plugin to EyeTV.app (available as a separate download). * Simple RTP input (with MPEG A/V, G.711 and PCM support). * RTMP input support * QTKit-based Input module for Mac OS X allowing display and streaming of video taken from all iSight-labelled video cameras (no audio support) * HTTP access now supports gzip compressed data and Digest Access Authentication. * New options to reduce latency between arrival of raw data and display of frames. (--auto-adjust-pts-delay and --use-stream-immediate) Demuxers: * MP4 gpac and Apple chapter support * Fixed playback of AIFF stereo files * Fixed audio glitch on seek * Improved FLAC demuxer (duration / current time / meta data) * AAC tags support * APEv1/2 tags support * Improved ID3v2 tags support * Improved Ogg/Vorbis tags support * Raw video support * Standard MIDI File (types 0 & 1) support * TiVo Series 2 support * CD+G karaoke Files support * MXF files support * OMA support Decoders: * VP60/VP61/VP6F/VP62 support * Flash Screen Video support * CamStudio Screen Video support * DosBox Capture support * Karl Morton's Video support * limited atrac3 support * Fraps support * Fluidsynth MIDI software synthesis (with external sound fonts) * New codec FOURCCs to support more specific files: Avid, FCP, Sony, Samsung, ... * H.264 PAFF support * DNxHD / VC-3 support * NellyMoser ASAO support * APE (Monkey audio) support * RealVideo support (with the RealVideo run-time) * Dirac video support using libschroedinger Subtitles: * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) * VBI & EBU (Teletext) support (*nix, Mac OS) * Ogg/Kate subtitles support * AQTitle subtitles support * MKV USF subtitles support * HTML-based subtitles support * MPSub subtitles support * JacoSub subtitles basic support * MPL2 subtitles support * Rewrite of ASS/SSA scripts and subtitles support * PowerDivx (.psb) Subtitles support * Realtext subtitle support * DKS subtitle support * SubViewer 1.0 (SubRip09) subtitles support * Correct Right-to-left languages in subtitles support Encoders: * Flash Screen Video support * Improved H.264 encoding speed Video outputs and filters: * New CoreAnimation-based output module (VLCKit framework on OS X only) * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and Psychedelic) video filters can now be streamed * New puzzle video output filter * Re-written motion detection video filter * New extract video filter (extract Red, Green and Blue components from a video) * New sharpen video filter (increase the contrast of adjacent pixels) * New erase video filter (removes logos from a video) * Enhanced subtitles' renderer to support bold, italic and some HTML tags (Google Summer of Code Student project) * Support for RGBA and I420 blending. The latter improves Mosaic CPU usage *a lot*. * New transparency mask video filter (for use with the mosaic_bridge module). * New bluescreen video filter (for use with the mosaic_bridge module). This was previously part of the mosaic module. * Fixed random characters problem in RSS filter. * Add rotate-deciangle for more precision on rotate filter * Support for Intel SSE2 instruction set in chroma converters * Improved use of Intel MMX instruction set in chroma converters * New croppadd and canvas video filters. Audio outputs and filters: * Replay gain support * Audio playback when going slower/faster (with pitch correction via new scaletempo audio filter) * New spatializer audio filter * Correct DTS output via S/PDIF Stream output: * RTSP for TS-multiplexed broadcast streams * New RTP payload formats: * Speex voice audio codec * ITU T.140 (for text, subtitles) output * G.711 (both A-law and µ-law) output * UDP-Lite transport for RTP * DCCP transport for RTP * Lots of fixes for RTSP broadcasting * RTMP output Interfaces: * All * New Simple Preferences dialogs showing the most important settings in an end-user suitable way. * Improved user interaction * Improved mouse gestures * Vastly improved Update checker * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2) * Windows/Linux * Brand new interface for Linux and Windows, based on the Qt toolkit * Fullscreen controller (transparency on Linux+Composite) * Mac OS X * Improved video output features * Online access to VideoLAN's Help Wiki within VLC * New setting to disable the "Recent Items" service * When playing Radio (live) streams, the current track is shown correctly * Correct appearance on Macs using Aqua's graphite theme * Simplified Extended Controls panel * Ncurses: * Correctly displays wide characters when using an UTF-8 locale, if libncursesw is available. * Some nice colors if the terminal supports it (most do) * Experimental Lua interface modules. See vlc -I lua and share/lua/playlist/README.txt for more info. * Unix * Option to allow only one running instance, using D-Bus interface. * D-Bus Interface implementing the MPRIS (Media Player Remote Interfacing specification), a common dbus control interface for media players that intends to become an xdg standard when finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces . * Motion module using disk accelerometers to keep video horizontal * Plugin to set Telepathy presence message using MissionControl * Fixed VLM schedule time on Linux Linux Port: * VLC now complies with the XDG Base Directory Specification version 0.6 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html (which means that VLC doesn't use the $HOME/.vlc directory anymore) Mac OS X Port: * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party applications (Google Summer of Code Student project, Mac OS X 10.5 only) * New text renderer based on Quartz replacing the existing Freetype solution * Complete compatibility with Mac OS X 10.5 Leopard * It is now required to compile a fully featured build * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued. LibVLC: * Event management and various improvements in libvlc (Part of a Google Summer of Code Student project) New Localizations: * Finnish * Persian * Polish * Punjabi * Bulgarian Developers: * LibVLC now supports externally built plugins properly. A "vlc-plugin" pkg-config package is provided. * Java bindings are now built from a separate source.
2008-09-08 20:58:24 +02:00
## DBUS message bus support
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= dbus
Update to the latest 0.9 branch. Changes between 0.8.6i and 0.9.1: --------------------------------- Note: version 0.9.0 was skipped due to bugs being discovered at the last minute. Important notes: ---------------- * This release will not work with Windows 98/ME and Mac OS X 10.3.9 (Panther) * The HTTP interface is now only available on the local machine by default. If you want to make it available from other machines, you will have to edit the ".hosts" file. - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts If you're using the old http interface, it's located in /usr/share/vlc/http/old/.hosts - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and C:\Program Files\VideoLAN\VLC\http\old\.hosts - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts * This version of VLC contains a new interface for Windows and Linux. This interface has a fullscreen controller and simplified preferences. This interface lacks the "Streaming Wizard" that used to be present in VLC 0.8.6. * The behavior of --sout-keep was changed. It's now activated by default. * The marq, mosaic and logo commands in the rc interface changed. They now require a target name as their first argument. Example: vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo> You can then use commands like: @test marq-marquee Goodbye If you didn't name the object using @test, its name will default to the plugin name (hence 'marq') in this example. These new commands are also available in the telnet interface. * The "rtp" access output module has been removed. Please use the RTP stream output instead, e.g.: Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}' New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}' * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. Note that only a limited set of options is available to m3u playlists (CVE-2007-6683). * The old access:url syntax is no longer supported to resolve ambiguities with some file names. Use access://url instead. E.g.: vlc:quit -> vlc://quit ; udp:@239.255.12.12 -> udp://@239.255.12.12 * The ffmpeg module has been removed and replaced by the new avcodec, avformat, swscale (or imgresample if you use a swscale-less ffmpeg build) and postproc modules. * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4, STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and BACKWARD being reserved for future implementations and are thus not functional atm. * Croping and padding in transcode are now done using the croppadd video filter. For example: transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}} * Canvas setting in transcode is now done using the canvas video filter. For example: transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}} * Glide video output module has been removed. * Due to lack of maintainer, the Skins interface might not work properly. It does not work on windows for this version. Help is needed! Changes: -------- Security updates: * Updated libfreetype on Windows and Mac OS X (CVE-??) * TTA Parser improvements (CVE-2008-3732) * MMS Access Module improvements (CVE-2008-3794 ) Playlist: * Vastly improved playlist support: * Media library creation to save all your playlist items * "Live search" * Shoutcast TV listings * Audioscrobbler/Last.FM support * Album art support * User definable Lua playlist scripts. See share/lua/playlist/README.txt (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs) * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt Inputs: * Video for Linux 2 (V4L2) input support * UDP-Lite transport for RTP/AVP * DCCP transport for RTP/AVP * Proxy support for MMSH stream * JACK audio input support * Input run time option (improved live stream recording) * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows * Re-written Screen access module for Mac OS X using OpenGL instead of QuickDraw * Screen module now supports partial screen capture and mouse following on X11. * Experimental EyeTV access module This requires the user to install a plugin to EyeTV.app (available as a separate download). * Simple RTP input (with MPEG A/V, G.711 and PCM support). * RTMP input support * QTKit-based Input module for Mac OS X allowing display and streaming of video taken from all iSight-labelled video cameras (no audio support) * HTTP access now supports gzip compressed data and Digest Access Authentication. * New options to reduce latency between arrival of raw data and display of frames. (--auto-adjust-pts-delay and --use-stream-immediate) Demuxers: * MP4 gpac and Apple chapter support * Fixed playback of AIFF stereo files * Fixed audio glitch on seek * Improved FLAC demuxer (duration / current time / meta data) * AAC tags support * APEv1/2 tags support * Improved ID3v2 tags support * Improved Ogg/Vorbis tags support * Raw video support * Standard MIDI File (types 0 & 1) support * TiVo Series 2 support * CD+G karaoke Files support * MXF files support * OMA support Decoders: * VP60/VP61/VP6F/VP62 support * Flash Screen Video support * CamStudio Screen Video support * DosBox Capture support * Karl Morton's Video support * limited atrac3 support * Fraps support * Fluidsynth MIDI software synthesis (with external sound fonts) * New codec FOURCCs to support more specific files: Avid, FCP, Sony, Samsung, ... * H.264 PAFF support * DNxHD / VC-3 support * NellyMoser ASAO support * APE (Monkey audio) support * RealVideo support (with the RealVideo run-time) * Dirac video support using libschroedinger Subtitles: * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) * VBI & EBU (Teletext) support (*nix, Mac OS) * Ogg/Kate subtitles support * AQTitle subtitles support * MKV USF subtitles support * HTML-based subtitles support * MPSub subtitles support * JacoSub subtitles basic support * MPL2 subtitles support * Rewrite of ASS/SSA scripts and subtitles support * PowerDivx (.psb) Subtitles support * Realtext subtitle support * DKS subtitle support * SubViewer 1.0 (SubRip09) subtitles support * Correct Right-to-left languages in subtitles support Encoders: * Flash Screen Video support * Improved H.264 encoding speed Video outputs and filters: * New CoreAnimation-based output module (VLCKit framework on OS X only) * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and Psychedelic) video filters can now be streamed * New puzzle video output filter * Re-written motion detection video filter * New extract video filter (extract Red, Green and Blue components from a video) * New sharpen video filter (increase the contrast of adjacent pixels) * New erase video filter (removes logos from a video) * Enhanced subtitles' renderer to support bold, italic and some HTML tags (Google Summer of Code Student project) * Support for RGBA and I420 blending. The latter improves Mosaic CPU usage *a lot*. * New transparency mask video filter (for use with the mosaic_bridge module). * New bluescreen video filter (for use with the mosaic_bridge module). This was previously part of the mosaic module. * Fixed random characters problem in RSS filter. * Add rotate-deciangle for more precision on rotate filter * Support for Intel SSE2 instruction set in chroma converters * Improved use of Intel MMX instruction set in chroma converters * New croppadd and canvas video filters. Audio outputs and filters: * Replay gain support * Audio playback when going slower/faster (with pitch correction via new scaletempo audio filter) * New spatializer audio filter * Correct DTS output via S/PDIF Stream output: * RTSP for TS-multiplexed broadcast streams * New RTP payload formats: * Speex voice audio codec * ITU T.140 (for text, subtitles) output * G.711 (both A-law and µ-law) output * UDP-Lite transport for RTP * DCCP transport for RTP * Lots of fixes for RTSP broadcasting * RTMP output Interfaces: * All * New Simple Preferences dialogs showing the most important settings in an end-user suitable way. * Improved user interaction * Improved mouse gestures * Vastly improved Update checker * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2) * Windows/Linux * Brand new interface for Linux and Windows, based on the Qt toolkit * Fullscreen controller (transparency on Linux+Composite) * Mac OS X * Improved video output features * Online access to VideoLAN's Help Wiki within VLC * New setting to disable the "Recent Items" service * When playing Radio (live) streams, the current track is shown correctly * Correct appearance on Macs using Aqua's graphite theme * Simplified Extended Controls panel * Ncurses: * Correctly displays wide characters when using an UTF-8 locale, if libncursesw is available. * Some nice colors if the terminal supports it (most do) * Experimental Lua interface modules. See vlc -I lua and share/lua/playlist/README.txt for more info. * Unix * Option to allow only one running instance, using D-Bus interface. * D-Bus Interface implementing the MPRIS (Media Player Remote Interfacing specification), a common dbus control interface for media players that intends to become an xdg standard when finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces . * Motion module using disk accelerometers to keep video horizontal * Plugin to set Telepathy presence message using MissionControl * Fixed VLM schedule time on Linux Linux Port: * VLC now complies with the XDG Base Directory Specification version 0.6 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html (which means that VLC doesn't use the $HOME/.vlc directory anymore) Mac OS X Port: * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party applications (Google Summer of Code Student project, Mac OS X 10.5 only) * New text renderer based on Quartz replacing the existing Freetype solution * Complete compatibility with Mac OS X 10.5 Leopard * It is now required to compile a fully featured build * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued. LibVLC: * Event management and various improvements in libvlc (Part of a Google Summer of Code Student project) New Localizations: * Finnish * Persian * Polish * Punjabi * Bulgarian Developers: * LibVLC now supports externally built plugins properly. A "vlc-plugin" pkg-config package is provided. * Java bindings are now built from a separate source.
2008-09-08 20:58:24 +02:00
.if !empty(PKG_OPTIONS:Mdbus)
CONFIGURE_ARGS+= --enable-dbus
.include "../../sysutils/dbus/buildlink3.mk"
2011-04-02 18:20:37 +02:00
PLIST.dbus= yes
Update to the latest 0.9 branch. Changes between 0.8.6i and 0.9.1: --------------------------------- Note: version 0.9.0 was skipped due to bugs being discovered at the last minute. Important notes: ---------------- * This release will not work with Windows 98/ME and Mac OS X 10.3.9 (Panther) * The HTTP interface is now only available on the local machine by default. If you want to make it available from other machines, you will have to edit the ".hosts" file. - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts If you're using the old http interface, it's located in /usr/share/vlc/http/old/.hosts - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and C:\Program Files\VideoLAN\VLC\http\old\.hosts - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts * This version of VLC contains a new interface for Windows and Linux. This interface has a fullscreen controller and simplified preferences. This interface lacks the "Streaming Wizard" that used to be present in VLC 0.8.6. * The behavior of --sout-keep was changed. It's now activated by default. * The marq, mosaic and logo commands in the rc interface changed. They now require a target name as their first argument. Example: vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo> You can then use commands like: @test marq-marquee Goodbye If you didn't name the object using @test, its name will default to the plugin name (hence 'marq') in this example. These new commands are also available in the telnet interface. * The "rtp" access output module has been removed. Please use the RTP stream output instead, e.g.: Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}' New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}' * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. Note that only a limited set of options is available to m3u playlists (CVE-2007-6683). * The old access:url syntax is no longer supported to resolve ambiguities with some file names. Use access://url instead. E.g.: vlc:quit -> vlc://quit ; udp:@239.255.12.12 -> udp://@239.255.12.12 * The ffmpeg module has been removed and replaced by the new avcodec, avformat, swscale (or imgresample if you use a swscale-less ffmpeg build) and postproc modules. * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4, STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and BACKWARD being reserved for future implementations and are thus not functional atm. * Croping and padding in transcode are now done using the croppadd video filter. For example: transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}} * Canvas setting in transcode is now done using the canvas video filter. For example: transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}} * Glide video output module has been removed. * Due to lack of maintainer, the Skins interface might not work properly. It does not work on windows for this version. Help is needed! Changes: -------- Security updates: * Updated libfreetype on Windows and Mac OS X (CVE-??) * TTA Parser improvements (CVE-2008-3732) * MMS Access Module improvements (CVE-2008-3794 ) Playlist: * Vastly improved playlist support: * Media library creation to save all your playlist items * "Live search" * Shoutcast TV listings * Audioscrobbler/Last.FM support * Album art support * User definable Lua playlist scripts. See share/lua/playlist/README.txt (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs) * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt Inputs: * Video for Linux 2 (V4L2) input support * UDP-Lite transport for RTP/AVP * DCCP transport for RTP/AVP * Proxy support for MMSH stream * JACK audio input support * Input run time option (improved live stream recording) * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows * Re-written Screen access module for Mac OS X using OpenGL instead of QuickDraw * Screen module now supports partial screen capture and mouse following on X11. * Experimental EyeTV access module This requires the user to install a plugin to EyeTV.app (available as a separate download). * Simple RTP input (with MPEG A/V, G.711 and PCM support). * RTMP input support * QTKit-based Input module for Mac OS X allowing display and streaming of video taken from all iSight-labelled video cameras (no audio support) * HTTP access now supports gzip compressed data and Digest Access Authentication. * New options to reduce latency between arrival of raw data and display of frames. (--auto-adjust-pts-delay and --use-stream-immediate) Demuxers: * MP4 gpac and Apple chapter support * Fixed playback of AIFF stereo files * Fixed audio glitch on seek * Improved FLAC demuxer (duration / current time / meta data) * AAC tags support * APEv1/2 tags support * Improved ID3v2 tags support * Improved Ogg/Vorbis tags support * Raw video support * Standard MIDI File (types 0 & 1) support * TiVo Series 2 support * CD+G karaoke Files support * MXF files support * OMA support Decoders: * VP60/VP61/VP6F/VP62 support * Flash Screen Video support * CamStudio Screen Video support * DosBox Capture support * Karl Morton's Video support * limited atrac3 support * Fraps support * Fluidsynth MIDI software synthesis (with external sound fonts) * New codec FOURCCs to support more specific files: Avid, FCP, Sony, Samsung, ... * H.264 PAFF support * DNxHD / VC-3 support * NellyMoser ASAO support * APE (Monkey audio) support * RealVideo support (with the RealVideo run-time) * Dirac video support using libschroedinger Subtitles: * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) * VBI & EBU (Teletext) support (*nix, Mac OS) * Ogg/Kate subtitles support * AQTitle subtitles support * MKV USF subtitles support * HTML-based subtitles support * MPSub subtitles support * JacoSub subtitles basic support * MPL2 subtitles support * Rewrite of ASS/SSA scripts and subtitles support * PowerDivx (.psb) Subtitles support * Realtext subtitle support * DKS subtitle support * SubViewer 1.0 (SubRip09) subtitles support * Correct Right-to-left languages in subtitles support Encoders: * Flash Screen Video support * Improved H.264 encoding speed Video outputs and filters: * New CoreAnimation-based output module (VLCKit framework on OS X only) * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and Psychedelic) video filters can now be streamed * New puzzle video output filter * Re-written motion detection video filter * New extract video filter (extract Red, Green and Blue components from a video) * New sharpen video filter (increase the contrast of adjacent pixels) * New erase video filter (removes logos from a video) * Enhanced subtitles' renderer to support bold, italic and some HTML tags (Google Summer of Code Student project) * Support for RGBA and I420 blending. The latter improves Mosaic CPU usage *a lot*. * New transparency mask video filter (for use with the mosaic_bridge module). * New bluescreen video filter (for use with the mosaic_bridge module). This was previously part of the mosaic module. * Fixed random characters problem in RSS filter. * Add rotate-deciangle for more precision on rotate filter * Support for Intel SSE2 instruction set in chroma converters * Improved use of Intel MMX instruction set in chroma converters * New croppadd and canvas video filters. Audio outputs and filters: * Replay gain support * Audio playback when going slower/faster (with pitch correction via new scaletempo audio filter) * New spatializer audio filter * Correct DTS output via S/PDIF Stream output: * RTSP for TS-multiplexed broadcast streams * New RTP payload formats: * Speex voice audio codec * ITU T.140 (for text, subtitles) output * G.711 (both A-law and µ-law) output * UDP-Lite transport for RTP * DCCP transport for RTP * Lots of fixes for RTSP broadcasting * RTMP output Interfaces: * All * New Simple Preferences dialogs showing the most important settings in an end-user suitable way. * Improved user interaction * Improved mouse gestures * Vastly improved Update checker * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2) * Windows/Linux * Brand new interface for Linux and Windows, based on the Qt toolkit * Fullscreen controller (transparency on Linux+Composite) * Mac OS X * Improved video output features * Online access to VideoLAN's Help Wiki within VLC * New setting to disable the "Recent Items" service * When playing Radio (live) streams, the current track is shown correctly * Correct appearance on Macs using Aqua's graphite theme * Simplified Extended Controls panel * Ncurses: * Correctly displays wide characters when using an UTF-8 locale, if libncursesw is available. * Some nice colors if the terminal supports it (most do) * Experimental Lua interface modules. See vlc -I lua and share/lua/playlist/README.txt for more info. * Unix * Option to allow only one running instance, using D-Bus interface. * D-Bus Interface implementing the MPRIS (Media Player Remote Interfacing specification), a common dbus control interface for media players that intends to become an xdg standard when finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces . * Motion module using disk accelerometers to keep video horizontal * Plugin to set Telepathy presence message using MissionControl * Fixed VLM schedule time on Linux Linux Port: * VLC now complies with the XDG Base Directory Specification version 0.6 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html (which means that VLC doesn't use the $HOME/.vlc directory anymore) Mac OS X Port: * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party applications (Google Summer of Code Student project, Mac OS X 10.5 only) * New text renderer based on Quartz replacing the existing Freetype solution * Complete compatibility with Mac OS X 10.5 Leopard * It is now required to compile a fully featured build * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued. LibVLC: * Event management and various improvements in libvlc (Part of a Google Summer of Code Student project) New Localizations: * Finnish * Persian * Polish * Punjabi * Bulgarian Developers: * LibVLC now supports externally built plugins properly. A "vlc-plugin" pkg-config package is provided. * Java bindings are now built from a separate source.
2008-09-08 20:58:24 +02:00
.else
CONFIGURE_ARGS+= --disable-dbus
.endif
## DEBUG build or release build
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
CONFIGURE_ARGS+= --disable-optimizations
.endif
## SKINS frontend
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= vlc-skins
Update vlc to 2.2.1. Based on the wip version by Ian D. Leroux and Tobias Nygren. 2.2.1 Highlights VLC 2.2.1 "Terry Pratchett" is a fixed version of 2.2.0 "WeatherWax" It fixes numerous crashes (FLAC, SPC), codec issues (VP9, Atrac3, AAC), regressions and several issues (Resume, MP4 chapters, MKV over network) and security issues. 2.2.0 Highlights VLC 2.2.0 auto-rotates the videos taken from phones, to fight Vertical Video Syndrome! VLC now resumes where you left off in all versions Improves support for new HD codecs, VP9, opus and H.265/HEVC, for decoding and for encoding. Extensions are now downloadable from within the application. VLSub extension can download subtitles from the application. 2.2.x Features Core Auto-rotation of phone movies, to fight Vertical Video Syndrome Resume playback where you left off Extensions API and repository to download extensions directly from the application GPU 0-copy support for decoding and displaying using hardware Improved support for UltraHD codecs, notably H.265 and VP9 Subtitles download from the web, using OpenSubtitles Audio core upgrade, notably to support short samples Formats Support for BD-Java menus and overlay in Blu-Ray Acceleration of VP9 and H.265/HEVC decoders Rewritten support for WMV, Ogg, MP4 and AVI, notably for seeking Support for encoding in H.265, Opus and VP9 Support for WebVTT, Ogg/VP8, Opus/MKV, CAF Support for THP, Renderware and Escape Replay videogames files Support for SRT language detection Acceleration GPU 0-copy decoding-rendering for Android using MediaCodec GPU accelerated auto-rotation, in OpenGL, Direct3D and Mediacodec GPU 0-copy decoding-rendering for Linux using VDPAU Support for HLSL shaders in Direct3D video output Media Foundation Transform audio and video decoder for Windows Vista/7 GPU 0-copy decoding-rendering for RaspberryPi using MMAL OpenMAX IL improvements for Android, Linux and rPi Support GStreamer codecs on Linux Codecs / Protocols Support for MMS split streams for audio selection (European Parliament) Support FTPS (FTP/TLS) protocol New decoder for VP8 and VP9 using libvpx for Linux distributions without avcodec Improvements on Teletext, Subrip, and Tx3g subtitles Support for MSN audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4 Support for IMC, Vivo g723.1, Smacker, FIC, Auravision, Canopus Lossless Support x264 and FFv1 codecs RGB modes Fixes for DVD, Audio-CD, M2TS LPCM audio, Speex Professional Support for Digital Cinema Packages and encrypted DCP with KDM HEVC encoding and muxing in MP4 and TS Support VP8 encoding inside Ogg Improvements of audio bar graph, for speed and resiliance Support MPEG-2 video encoding through x262 Large improvements of teletext rendering, for speed and alignments Platform integration Port of the interface to Yosemite Support drag'n drop in the skins2 interface New TLS module on OS X and iOS, using the central store Signature of the Windows binaries Improvement of audio device detections on OS X and Windows Support of audio ducking in various audio outputs Mobile Versions VLC for iOS 2.5.0 release is out VLC for Windows Phone 1.2.0 public beta is out VLC for WinRT 1.2.0, x86 and ARM VLC for Android TV 1.2.6 VLC for Android 1.2.6 For developers Add equalizer API for libVLC Add functions for scrambling detection Experimental new C++11 libVLC library: libvlcpp New Android buildsystem and Java SDK New WinRT library component for libVLC: libVLCX Improvements for iOS/OSX VLCKit: Swift support and ARC Android Complete switch to Material design, including black theme Support for Audio playlists and modtracker files Support for AC-3 Passthrough and 5.1/7.1 audio Support switch to background video playback Large improvements on the first Android TV release Support chapter selections iOS Support for iCloud, box.com and OneDrive Support 10-band equalizer Support sharing media between devices Support Chapters and Title selections New player design Add media information dialog and timer for playback
2015-10-25 12:00:18 +01:00
.if !empty(PKG_OPTIONS:Mvlc-skins)
2007-11-03 18:40:29 +01:00
CONFIGURE_ARGS+= --enable-skins2
Update vlc to 2.2.1. Based on the wip version by Ian D. Leroux and Tobias Nygren. 2.2.1 Highlights VLC 2.2.1 "Terry Pratchett" is a fixed version of 2.2.0 "WeatherWax" It fixes numerous crashes (FLAC, SPC), codec issues (VP9, Atrac3, AAC), regressions and several issues (Resume, MP4 chapters, MKV over network) and security issues. 2.2.0 Highlights VLC 2.2.0 auto-rotates the videos taken from phones, to fight Vertical Video Syndrome! VLC now resumes where you left off in all versions Improves support for new HD codecs, VP9, opus and H.265/HEVC, for decoding and for encoding. Extensions are now downloadable from within the application. VLSub extension can download subtitles from the application. 2.2.x Features Core Auto-rotation of phone movies, to fight Vertical Video Syndrome Resume playback where you left off Extensions API and repository to download extensions directly from the application GPU 0-copy support for decoding and displaying using hardware Improved support for UltraHD codecs, notably H.265 and VP9 Subtitles download from the web, using OpenSubtitles Audio core upgrade, notably to support short samples Formats Support for BD-Java menus and overlay in Blu-Ray Acceleration of VP9 and H.265/HEVC decoders Rewritten support for WMV, Ogg, MP4 and AVI, notably for seeking Support for encoding in H.265, Opus and VP9 Support for WebVTT, Ogg/VP8, Opus/MKV, CAF Support for THP, Renderware and Escape Replay videogames files Support for SRT language detection Acceleration GPU 0-copy decoding-rendering for Android using MediaCodec GPU accelerated auto-rotation, in OpenGL, Direct3D and Mediacodec GPU 0-copy decoding-rendering for Linux using VDPAU Support for HLSL shaders in Direct3D video output Media Foundation Transform audio and video decoder for Windows Vista/7 GPU 0-copy decoding-rendering for RaspberryPi using MMAL OpenMAX IL improvements for Android, Linux and rPi Support GStreamer codecs on Linux Codecs / Protocols Support for MMS split streams for audio selection (European Parliament) Support FTPS (FTP/TLS) protocol New decoder for VP8 and VP9 using libvpx for Linux distributions without avcodec Improvements on Teletext, Subrip, and Tx3g subtitles Support for MSN audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4 Support for IMC, Vivo g723.1, Smacker, FIC, Auravision, Canopus Lossless Support x264 and FFv1 codecs RGB modes Fixes for DVD, Audio-CD, M2TS LPCM audio, Speex Professional Support for Digital Cinema Packages and encrypted DCP with KDM HEVC encoding and muxing in MP4 and TS Support VP8 encoding inside Ogg Improvements of audio bar graph, for speed and resiliance Support MPEG-2 video encoding through x262 Large improvements of teletext rendering, for speed and alignments Platform integration Port of the interface to Yosemite Support drag'n drop in the skins2 interface New TLS module on OS X and iOS, using the central store Signature of the Windows binaries Improvement of audio device detections on OS X and Windows Support of audio ducking in various audio outputs Mobile Versions VLC for iOS 2.5.0 release is out VLC for Windows Phone 1.2.0 public beta is out VLC for WinRT 1.2.0, x86 and ARM VLC for Android TV 1.2.6 VLC for Android 1.2.6 For developers Add equalizer API for libVLC Add functions for scrambling detection Experimental new C++11 libVLC library: libvlcpp New Android buildsystem and Java SDK New WinRT library component for libVLC: libVLCX Improvements for iOS/OSX VLCKit: Swift support and ARC Android Complete switch to Material design, including black theme Support for Audio playlists and modtracker files Support for AC-3 Passthrough and 5.1/7.1 audio Support switch to background video playback Large improvements on the first Android TV release Support chapter selections iOS Support for iCloud, box.com and OneDrive Support 10-band equalizer Support sharing media between devices Support Chapters and Title selections New player design Add media information dialog and timer for playback
2015-10-25 12:00:18 +01:00
PLIST.vlc-skins= yes
2011-04-02 18:20:37 +02:00
INSTALLATION_DIRS+= share/vlc/skins2
.else
2007-11-03 18:40:29 +01:00
CONFIGURE_ARGS+= --disable-skins2
.endif
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
## QT5 frontend
Update to the latest 0.9 branch. Changes between 0.8.6i and 0.9.1: --------------------------------- Note: version 0.9.0 was skipped due to bugs being discovered at the last minute. Important notes: ---------------- * This release will not work with Windows 98/ME and Mac OS X 10.3.9 (Panther) * The HTTP interface is now only available on the local machine by default. If you want to make it available from other machines, you will have to edit the ".hosts" file. - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts If you're using the old http interface, it's located in /usr/share/vlc/http/old/.hosts - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and C:\Program Files\VideoLAN\VLC\http\old\.hosts - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts * This version of VLC contains a new interface for Windows and Linux. This interface has a fullscreen controller and simplified preferences. This interface lacks the "Streaming Wizard" that used to be present in VLC 0.8.6. * The behavior of --sout-keep was changed. It's now activated by default. * The marq, mosaic and logo commands in the rc interface changed. They now require a target name as their first argument. Example: vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo> You can then use commands like: @test marq-marquee Goodbye If you didn't name the object using @test, its name will default to the plugin name (hence 'marq') in this example. These new commands are also available in the telnet interface. * The "rtp" access output module has been removed. Please use the RTP stream output instead, e.g.: Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}' New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}' * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. Note that only a limited set of options is available to m3u playlists (CVE-2007-6683). * The old access:url syntax is no longer supported to resolve ambiguities with some file names. Use access://url instead. E.g.: vlc:quit -> vlc://quit ; udp:@239.255.12.12 -> udp://@239.255.12.12 * The ffmpeg module has been removed and replaced by the new avcodec, avformat, swscale (or imgresample if you use a swscale-less ffmpeg build) and postproc modules. * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4, STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and BACKWARD being reserved for future implementations and are thus not functional atm. * Croping and padding in transcode are now done using the croppadd video filter. For example: transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}} * Canvas setting in transcode is now done using the canvas video filter. For example: transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}} * Glide video output module has been removed. * Due to lack of maintainer, the Skins interface might not work properly. It does not work on windows for this version. Help is needed! Changes: -------- Security updates: * Updated libfreetype on Windows and Mac OS X (CVE-??) * TTA Parser improvements (CVE-2008-3732) * MMS Access Module improvements (CVE-2008-3794 ) Playlist: * Vastly improved playlist support: * Media library creation to save all your playlist items * "Live search" * Shoutcast TV listings * Audioscrobbler/Last.FM support * Album art support * User definable Lua playlist scripts. See share/lua/playlist/README.txt (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs) * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt Inputs: * Video for Linux 2 (V4L2) input support * UDP-Lite transport for RTP/AVP * DCCP transport for RTP/AVP * Proxy support for MMSH stream * JACK audio input support * Input run time option (improved live stream recording) * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows * Re-written Screen access module for Mac OS X using OpenGL instead of QuickDraw * Screen module now supports partial screen capture and mouse following on X11. * Experimental EyeTV access module This requires the user to install a plugin to EyeTV.app (available as a separate download). * Simple RTP input (with MPEG A/V, G.711 and PCM support). * RTMP input support * QTKit-based Input module for Mac OS X allowing display and streaming of video taken from all iSight-labelled video cameras (no audio support) * HTTP access now supports gzip compressed data and Digest Access Authentication. * New options to reduce latency between arrival of raw data and display of frames. (--auto-adjust-pts-delay and --use-stream-immediate) Demuxers: * MP4 gpac and Apple chapter support * Fixed playback of AIFF stereo files * Fixed audio glitch on seek * Improved FLAC demuxer (duration / current time / meta data) * AAC tags support * APEv1/2 tags support * Improved ID3v2 tags support * Improved Ogg/Vorbis tags support * Raw video support * Standard MIDI File (types 0 & 1) support * TiVo Series 2 support * CD+G karaoke Files support * MXF files support * OMA support Decoders: * VP60/VP61/VP6F/VP62 support * Flash Screen Video support * CamStudio Screen Video support * DosBox Capture support * Karl Morton's Video support * limited atrac3 support * Fraps support * Fluidsynth MIDI software synthesis (with external sound fonts) * New codec FOURCCs to support more specific files: Avid, FCP, Sony, Samsung, ... * H.264 PAFF support * DNxHD / VC-3 support * NellyMoser ASAO support * APE (Monkey audio) support * RealVideo support (with the RealVideo run-time) * Dirac video support using libschroedinger Subtitles: * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) * VBI & EBU (Teletext) support (*nix, Mac OS) * Ogg/Kate subtitles support * AQTitle subtitles support * MKV USF subtitles support * HTML-based subtitles support * MPSub subtitles support * JacoSub subtitles basic support * MPL2 subtitles support * Rewrite of ASS/SSA scripts and subtitles support * PowerDivx (.psb) Subtitles support * Realtext subtitle support * DKS subtitle support * SubViewer 1.0 (SubRip09) subtitles support * Correct Right-to-left languages in subtitles support Encoders: * Flash Screen Video support * Improved H.264 encoding speed Video outputs and filters: * New CoreAnimation-based output module (VLCKit framework on OS X only) * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and Psychedelic) video filters can now be streamed * New puzzle video output filter * Re-written motion detection video filter * New extract video filter (extract Red, Green and Blue components from a video) * New sharpen video filter (increase the contrast of adjacent pixels) * New erase video filter (removes logos from a video) * Enhanced subtitles' renderer to support bold, italic and some HTML tags (Google Summer of Code Student project) * Support for RGBA and I420 blending. The latter improves Mosaic CPU usage *a lot*. * New transparency mask video filter (for use with the mosaic_bridge module). * New bluescreen video filter (for use with the mosaic_bridge module). This was previously part of the mosaic module. * Fixed random characters problem in RSS filter. * Add rotate-deciangle for more precision on rotate filter * Support for Intel SSE2 instruction set in chroma converters * Improved use of Intel MMX instruction set in chroma converters * New croppadd and canvas video filters. Audio outputs and filters: * Replay gain support * Audio playback when going slower/faster (with pitch correction via new scaletempo audio filter) * New spatializer audio filter * Correct DTS output via S/PDIF Stream output: * RTSP for TS-multiplexed broadcast streams * New RTP payload formats: * Speex voice audio codec * ITU T.140 (for text, subtitles) output * G.711 (both A-law and µ-law) output * UDP-Lite transport for RTP * DCCP transport for RTP * Lots of fixes for RTSP broadcasting * RTMP output Interfaces: * All * New Simple Preferences dialogs showing the most important settings in an end-user suitable way. * Improved user interaction * Improved mouse gestures * Vastly improved Update checker * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2) * Windows/Linux * Brand new interface for Linux and Windows, based on the Qt toolkit * Fullscreen controller (transparency on Linux+Composite) * Mac OS X * Improved video output features * Online access to VideoLAN's Help Wiki within VLC * New setting to disable the "Recent Items" service * When playing Radio (live) streams, the current track is shown correctly * Correct appearance on Macs using Aqua's graphite theme * Simplified Extended Controls panel * Ncurses: * Correctly displays wide characters when using an UTF-8 locale, if libncursesw is available. * Some nice colors if the terminal supports it (most do) * Experimental Lua interface modules. See vlc -I lua and share/lua/playlist/README.txt for more info. * Unix * Option to allow only one running instance, using D-Bus interface. * D-Bus Interface implementing the MPRIS (Media Player Remote Interfacing specification), a common dbus control interface for media players that intends to become an xdg standard when finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces . * Motion module using disk accelerometers to keep video horizontal * Plugin to set Telepathy presence message using MissionControl * Fixed VLM schedule time on Linux Linux Port: * VLC now complies with the XDG Base Directory Specification version 0.6 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html (which means that VLC doesn't use the $HOME/.vlc directory anymore) Mac OS X Port: * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party applications (Google Summer of Code Student project, Mac OS X 10.5 only) * New text renderer based on Quartz replacing the existing Freetype solution * Complete compatibility with Mac OS X 10.5 Leopard * It is now required to compile a fully featured build * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued. LibVLC: * Event management and various improvements in libvlc (Part of a Google Summer of Code Student project) New Localizations: * Finnish * Persian * Polish * Punjabi * Bulgarian Developers: * LibVLC now supports externally built plugins properly. A "vlc-plugin" pkg-config package is provided. * Java bindings are now built from a separate source.
2008-09-08 20:58:24 +02:00
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= qt5
.if !empty(PKG_OPTIONS:Mqt5)
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
PLIST.qt5= yes
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
CONFIGURE_ARGS+= --enable-qt
.else
CONFIGURE_ARGS+= --disable-qt
.endif
## X11 video output
PLIST_VARS+= x11
.if !empty(PKG_OPTIONS:Mx11)
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libxcb/buildlink3.mk"
PLIST.x11= yes
CONFIGURE_ARGS+= --enable-xcb
CONFIGURE_ARGS+= --enable-xvideo
.else
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
CONFIGURE_ARGS+= --disable-xcb
CONFIGURE_ARGS+= --disable-xvideo
.endif
.if !empty(PKG_OPTIONS:Mx11) && !empty(PKG_OPTIONS:Mqt5)
.include "../../x11/qt5-qtx11extras/buildlink3.mk"
.endif
## DTS support (libdca is non-redistributable)
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= dts
.if !empty(PKG_OPTIONS:Mdts)
CONFIGURE_ARGS+= --enable-dca
PLIST.dts= yes
. include "../../audio/libdca/buildlink3.mk"
.else
CONFIGURE_ARGS+= --enable-dca=no
.endif
## VAAPI support
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= vaapi
.if !empty(PKG_OPTIONS:Mvaapi)
CONFIGURE_ARGS+= --enable-libva
2017-03-04 09:26:54 +01:00
PLIST.vaapi= yes
.include "../../multimedia/libva/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libva
.endif
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
## VDPAU support
PLIST_VARS+= vdpau
.if !empty(PKG_OPTIONS:Mvdpau)
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
CONFIGURE_ARGS+= --enable-vdpau
PLIST.vdpau= yes
.include "../../multimedia/libvdpau/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-vdpau
.endif
## LIRC support
vlc: Update to 3.0.10 Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality
2020-05-01 15:51:54 +02:00
PLIST_VARS+= lirc
.if !empty(PKG_OPTIONS:Mlirc)
CONFIGURE_ARGS+= --enable-lirc
PLIST.lirc= yes
.include "../../comms/lirc/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-lirc
.endif