Bug 253571 - multimedia/vlc: updated to 3.0.12
Summary: multimedia/vlc: updated to 3.0.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-multimedia (Nobody)
URL: https://www.videolan.org/developers/v...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-16 22:42 UTC by Vladimir Druzenko
Modified: 2021-02-17 16:18 UTC (History)
1 user (show)

See Also:
tcberner: maintainer-feedback+


Attachments
update to 3.0.12 (2.65 KB, patch)
2021-02-16 22:42 UTC, Vladimir Druzenko
vvd: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Druzenko freebsd_committer freebsd_triage 2021-02-16 22:42:07 UTC
Created attachment 222505 [details]
update to 3.0.12

Tested on 12.2 amd64: check-plist, install, run.

Changes between 3.0.11.1 and 3.0.12:
----------------------------------

Access:
 * Add new RIST access module compliant with simple profile (VSF_TR-06-1)

Access Output:
 * Add new RIST access output module compliant with simple profile (VSF_TR-06-1)

Demux:
 * Fixed adaptive's handling of resolution settings
 * Improve Bluray tracks support
 * Improve WMV seeking and DASH support
 * Fix crashes in AVI, MKV modules

Audio output:
 * Fix audio distortion on macOS during start of playback

Video Output:
 * Direct3D11: Fix some potential crashes when using video filters

macOS:
 * Add native support for Apple Silicon / ARM-64
 * Visual UI adaptations for macOS Big Sur
 * Fix displaying EQ bands in the UI depending on which frequency
   presets are set for the EQ in advanced preferences
 * Fix UI issues in bookmarks window

Misc:
 * Several fixes in the web interface, including privacy and security
   improvements
 * Update YouTube and Vocaroo scripts
 * Fix rotation filter mouse handling
 * Update translations


Changes between 3.0.11 and 3.0.11.1:
----------------------------------

Demux:
 * Fixed HLS playlist update mechanism, unable to start
   in some cases.
 * Because of broken HLS servers, adaptive no longer
   considers Content-Type as authoritative.
 * Fixed handling of WEBM WebVTT subtitles
 * Workaround invalid ADTS in TS from Makito encoders
 * Fixed Opus when using avformat demuxer

Decoders:
 * Fixed inverted explicit start/end positioning

Service Discovery:
 * Fix listing of media on certain Panasonic recorders discovered via UPnP

macOS:
 * Fix automatic playback resume with "Music" app
 * Fix possible freeze after pause, seek, unpause

Contribs:
 * Updated gnutls to 3.6.14
 * Updated libebml to 1.4.0
 * Updated libmatroska to 1.6.0
 * Updated mpg123 to 1.26.2
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-17 16:17:57 UTC
A commit references this bug:

Author: tcberner
Date: Wed Feb 17 16:16:56 UTC 2021
New revision: 565512
URL: https://svnweb.freebsd.org/changeset/ports/565512

Log:
  multimedia/vlc: update to 3.0.12

  Changes between 3.0.11.1 and 3.0.12:
  ----------------------------------

  Access:
   * Add new RIST access module compliant with simple profile (VSF_TR-06-1)

  Access Output:
   * Add new RIST access output module compliant with simple profile (VSF_TR-06-1)

  Demux:
   * Fixed adaptive's handling of resolution settings
   * Improve Bluray tracks support
   * Improve WMV seeking and DASH support
   * Fix crashes in AVI, MKV modules

  Audio output:
   * Fix audio distortion on macOS during start of playback

  Video Output:
   * Direct3D11: Fix some potential crashes when using video filters

  macOS:
   * Add native support for Apple Silicon / ARM-64
   * Visual UI adaptations for macOS Big Sur
   * Fix displaying EQ bands in the UI depending on which frequency
     presets are set for the EQ in advanced preferences
   * Fix UI issues in bookmarks window

  Misc:
   * Several fixes in the web interface, including privacy and security
     improvements
   * Update YouTube and Vocaroo scripts
   * Fix rotation filter mouse handling
   * Update translations

  Changes between 3.0.11 and 3.0.11.1:
  ----------------------------------

  Demux:
   * Fixed HLS playlist update mechanism, unable to start
     in some cases.
   * Because of broken HLS servers, adaptive no longer
     considers Content-Type as authoritative.
   * Fixed handling of WEBM WebVTT subtitles
   * Workaround invalid ADTS in TS from Makito encoders
   * Fixed Opus when using avformat demuxer

  Decoders:
   * Fixed inverted explicit start/end positioning

  Service Discovery:
   * Fix listing of media on certain Panasonic recorders discovered via UPnP

  macOS:
   * Fix automatic playback resume with "Music" app
   * Fix possible freeze after pause, seek, unpause

  Contribs:
   * Updated gnutls to 3.6.14
   * Updated libebml to 1.4.0
   * Updated libmatroska to 1.6.0
   * Updated mpg123 to 1.26.2

  PR:		253571
  Submitted by:	VVD <vvd@unislabs.com>

Changes:
  head/multimedia/vlc/Makefile
  head/multimedia/vlc/distinfo
  head/multimedia/vlc/files/patch-modules_gui_qt_components_playlist_views.cpp
  head/multimedia/vlc/files/patch-modules_gui_qt_dialogs_plugins.cpp
  head/multimedia/vlc/files/patch-modules_gui_qt_util_timetooltip.hpp
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2021-02-17 16:18:10 UTC
Committed, thanks.