Accepting request 223304 from multimedia:libs

- Update to version 2.1.3 (bnc#864422):
  + Core:
    - Fix broken behaviour with SOCKSv5 proxies
    - Fix integer overflow on error when using vlc_readdir
  + Access:
    - Fix DVB-T2 tuning on Linux.
    - Fix encrypted DVD playback.
    - Fix v4l2 frequency conversion.
  + Decoders:
    - Fix numerous issues (M2TS, VC1 interlaced, Lagarith, FFv1.3,
      Xvid) by updating codec libraries.
    - Bring fluidsynth back on Mac OS X
    - Fix some Opus crashes with some filters
    - Fix teletext crash on Windows
  + Demuxers:
    - Avoid an infinite recursion in MKV tags parsing
    - Fix an issue with some Vobsub tracks
    - Fix missing samples at the end of some wav files
    - Fix divide by 0 on ASF/WMV parsing
  + Audio output:
    - Fix audio device selection via command line on Mac OS X
    - Fix audio crashes on Mac OS X
 + Video Output:
    - Fix selection of DirectDraw as the default output for XP
    - Fix transform off-by-one issue
    - Fix screensaver disabling on Windows outputs
    - Fix DirectDraw device enumeration and multi-display output
    - Fix a potential crash when playing a fullscreen game at the same time as VLC
  + Stream output:
    - Fix 24bits audio MTU alignment in RTP

OBS-URL: https://build.opensuse.org/request/show/223304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2014-02-21 13:26:26 +00:00 committed by Git OBS Bridge
commit d212c1a987
4 changed files with 48 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:219b812be1bc2eba40faa86419d0aa2c479a7380af8af216e8bfa22eb6fc8ec4
size 19609868

3
vlc-2.1.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e03662fec900944eeea08d271d9c2e3d473d32079278998f3902e74e4fa6a111
size 19559492

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Thu Feb 20 19:48:32 UTC 2014 - dimstar@opensuse.org
- Update to version 2.1.3 (bnc#864422):
+ Core:
- Fix broken behaviour with SOCKSv5 proxies
- Fix integer overflow on error when using vlc_readdir
+ Access:
- Fix DVB-T2 tuning on Linux.
- Fix encrypted DVD playback.
- Fix v4l2 frequency conversion.
+ Decoders:
- Fix numerous issues (M2TS, VC1 interlaced, Lagarith, FFv1.3,
Xvid) by updating codec libraries.
- Bring fluidsynth back on Mac OS X
- Fix some Opus crashes with some filters
- Fix teletext crash on Windows
+ Demuxers:
- Avoid an infinite recursion in MKV tags parsing
- Fix an issue with some Vobsub tracks
- Fix missing samples at the end of some wav files
- Fix divide by 0 on ASF/WMV parsing
+ Audio output:
- Fix audio device selection via command line on Mac OS X
- Fix audio crashes on Mac OS X
+ Video Output:
- Fix selection of DirectDraw as the default output for XP
- Fix transform off-by-one issue
- Fix screensaver disabling on Windows outputs
- Fix DirectDraw device enumeration and multi-display output
- Fix a potential crash when playing a fullscreen game at the same time as VLC
+ Stream output:
- Fix 24bits audio MTU alignment in RTP
- Fix record file names
+ Qt interface:
- Fix minimal size possible on start
- Fix a crash with the simple volume widget
- Fix a crash in the audio menu building
- Fix multimedia keys issues on Windows
- Fix opening of DVD and BD folders on Windows
+ HTTP interface: Fix album art display on Windows.
+ Updated translations.
-------------------------------------------------------------------
Mon Dec 27 18:30:00 UTC 2013 - claudiozumbo@gmail.com

View File

@ -34,9 +34,9 @@ Summary: Video Lan Client multimedia player
License: GPL-2.0+ and LGPL-2.1+
Group: Productivity/Multimedia/Video/Players
Name: vlc
Version: 2.1.2
Version: 2.1.3
Release: 0
%define _version 2.1.2
%define _version 2.1.3
Url: http://www.videolan.org/
Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz
Patch3: 0001-no-return-in-non-void.patch