pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/vlc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 25 11:00:18 UTC 2015

Modified Files:
        pkgsrc/multimedia/vlc: DESCR Makefile PLIST PLIST.Linux distinfo
            options.mk
        pkgsrc/multimedia/vlc/patches: patch-include_vlc__fixups.h
            patch-src_config_file.c
Added Files:
        pkgsrc/multimedia/vlc: hacks.mk
        pkgsrc/multimedia/vlc/patches: patch-bin_override.c
            patch-compat_Makefile.am patch-compat_Makefile.in
            patch-include_vlc__common.h patch-modules_access_directory.c
            patch-modules_access_file.c patch-modules_access_rtp_Makefile.am
            patch-modules_gui_qt4_components_controller.cpp
            patch-modules_gui_qt4_components_extended__panels.cpp
            patch-modules_gui_qt4_components_interface__widgets.cpp
            patch-modules_gui_qt4_components_interface__widgets.hpp
            patch-modules_gui_qt4_input__manager.cpp
            patch-modules_gui_qt4_input__manager.hpp
            patch-modules_gui_qt4_main__interface.cpp
            patch-modules_gui_qt4_main__interface.hpp
            patch-modules_gui_qt4_util_input__slider.cpp
            patch-modules_gui_qt4_util_input__slider.hpp
            patch-modules_gui_skins2_src_theme__loader.cpp
            patch-modules_misc_inhibit_xdg.c patch-modules_video__output_sdl.c
Removed Files:
        pkgsrc/multimedia/vlc/patches: patch-SA1302 patch-aa patch-ab patch-ac
            patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-ar
            patch-as patch-at patch-au patch-configure.ac
            patch-modules_audio__output_pulse.c patch-modules_codec_flac.c
            patch-modules_misc_freetype.c patch-modules_misc_rtsp.c
            patch-modules_visualization_projectm.cpp patch-src_misc_messages.c
            patch-src_text_charset.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/vlc/DESCR
cvs rdiff -u -r1.184 -r1.185 pkgsrc/multimedia/vlc/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/multimedia/vlc/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/vlc/PLIST.Linux
cvs rdiff -u -r1.65 -r1.66 pkgsrc/multimedia/vlc/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/multimedia/vlc/hacks.mk
cvs rdiff -u -r1.29 -r1.30 pkgsrc/multimedia/vlc/options.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/multimedia/vlc/patches/patch-SA1302 \
    pkgsrc/multimedia/vlc/patches/patch-af \
    pkgsrc/multimedia/vlc/patches/patch-as \
    pkgsrc/multimedia/vlc/patches/patch-modules_codec_flac.c \
    pkgsrc/multimedia/vlc/patches/patch-modules_misc_freetype.c \
    pkgsrc/multimedia/vlc/patches/patch-modules_misc_rtsp.c \
    pkgsrc/multimedia/vlc/patches/patch-modules_visualization_projectm.cpp \
    pkgsrc/multimedia/vlc/patches/patch-src_misc_messages.c \
    pkgsrc/multimedia/vlc/patches/patch-src_text_charset.c
cvs rdiff -u -r1.14 -r0 pkgsrc/multimedia/vlc/patches/patch-aa
cvs rdiff -u -r1.9 -r0 pkgsrc/multimedia/vlc/patches/patch-ab
cvs rdiff -u -r1.6 -r0 pkgsrc/multimedia/vlc/patches/patch-ac
cvs rdiff -u -r1.8 -r0 pkgsrc/multimedia/vlc/patches/patch-ad
cvs rdiff -u -r1.7 -r0 pkgsrc/multimedia/vlc/patches/patch-ae
cvs rdiff -u -r1.4 -r0 pkgsrc/multimedia/vlc/patches/patch-ag \
    pkgsrc/multimedia/vlc/patches/patch-configure.ac
cvs rdiff -u -r1.3 -r0 pkgsrc/multimedia/vlc/patches/patch-ah \
    pkgsrc/multimedia/vlc/patches/patch-ai \
    pkgsrc/multimedia/vlc/patches/patch-ar \
    pkgsrc/multimedia/vlc/patches/patch-at
cvs rdiff -u -r1.13 -r0 pkgsrc/multimedia/vlc/patches/patch-au
cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/vlc/patches/patch-bin_override.c \
    pkgsrc/multimedia/vlc/patches/patch-compat_Makefile.am \
    pkgsrc/multimedia/vlc/patches/patch-compat_Makefile.in \
    pkgsrc/multimedia/vlc/patches/patch-include_vlc__common.h \
    pkgsrc/multimedia/vlc/patches/patch-modules_access_directory.c \
    pkgsrc/multimedia/vlc/patches/patch-modules_access_file.c \
    pkgsrc/multimedia/vlc/patches/patch-modules_access_rtp_Makefile.am \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_components_controller.cpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_components_extended__panels.cpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_components_interface__widgets.cpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_components_interface__widgets.hpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_input__manager.cpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_input__manager.hpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_main__interface.cpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_main__interface.hpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_util_input__slider.cpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_qt4_util_input__slider.hpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_gui_skins2_src_theme__loader.cpp \
    pkgsrc/multimedia/vlc/patches/patch-modules_misc_inhibit_xdg.c \
    pkgsrc/multimedia/vlc/patches/patch-modules_video__output_sdl.c
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/multimedia/vlc/patches/patch-include_vlc__fixups.h
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/multimedia/vlc/patches/patch-modules_audio__output_pulse.c
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/multimedia/vlc/patches/patch-src_config_file.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index