SHA256
1
0
forked from pool/vlc

Accepting request 295709 from home:enzokiel:branches:multimedia:libs

- Update to version 2.2.1

OBS-URL: https://build.opensuse.org/request/show/295709
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=121
This commit is contained in:
2015-04-13 15:48:38 +00:00
committed by Git OBS Bridge
parent d3ee9a77ac
commit c7b62e518f
5 changed files with 60 additions and 4 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Mon Apr 13 14:59:16 UTC 2015 - joerg.lorenzen@ki.tng.de
- Update to version 2.2.1:
+ Codec:
- Fix compilation with older libavcodec versions.
- Fix some VP9 decoding.
- Fix flac crashes.
- Fix lpcm channel ordering.
- Fix potential NULL dereference in dmo.
- Fix teletext framing code in DVB PES packets.
- Fix potential buffer overflow in schroendinger decoder.
- Fix AAC samplerate.
+ Demuxers:
- Fix MP4 chapters.
- Fix MKV overseeking, introducing slowness over network shares.
- Fix crash when playing SPC files.
- Fix ATRAC3 playback in MKV.
- Revert to older ASX code.
- Workaround TS issue with mpeg-audio.
+ Access:
- Fix sftp read and close sockets.
- Fix DTV build with Linux DVB versions < 5.8.
- Fix UDP/RTP input on Windows.
+ Audio output:
- Fix Alsa HDMI plugs.
- Improve Alsa output, with larger buffers.
- Fix DirectSound output with multi-channel files.
+ OS X:
- Fix numerous crashes in the UI.
- Fix video-wallpaper mode.
- Fix race when starting VLC from command line.
+ Qt:
- Fix recent items behaviour.
- Fix rotation filter activation.
- Fix mux modules names for the streaming wizard.
+ Win32:
- Timestamp the signature of the dlls.
- Fix extensions registration during install.
- Fix extensions dialog crash.
- Default to no DxVA decoding.
+ libVLC:
- fix libvlc_media_get_stats.
+ Updated translations.
- Fixed patch 0001-no-return-in-non-void.patch.
-------------------------------------------------------------------
Sun Apr 12 08:47:32 UTC 2015 - dimstar@opensuse.org