Jump to letter: [
ABCDEFGKLMOSVX
]
libvlc5: Shared library libvlc
Name: | libvlc5 |
Vendor: | VideoLAN Project (http://www.videolan.org) |
Version: | 1.1.2 |
License: | GPL v2 |
Release: | 2.9 |
URL: | |
- Summary
- Shared library libvlc. To be installed by system dependencies
Changelog
- * Mon Aug 17 14:00:00 2009 dominique-vlc.suse@leuenberger.net
- Add vlc-1.0.1-libass4.patch to support newer libass. Patch
taken from upstream commit 019359b5a5.
- * Mon Sep 21 14:00:00 2009 dominique-vlc.suse@leuenberger.net
- Update to version 1.0.2
+ Decoders:
- Native support for WMA Professional, without the use of the
Win32 dlls
- Fix issues in subtitles, especially SSA ones
- Various fixes on theora and ogg
+ Demuxers:
- Various fixes for EPG support in MPEG-TS demuxer
- Fixes for potential stack overflow in .avi, .mp4 and .asf
demuxers
+ Access:
- Fixes for v4l2 devices
- Fixes for dvb-c channels-scanning
+ Qt Interface:
- Fix some playlist sorting issues
+ Encoders:
- MPEG2 transrate stream output removed
- x264 default-values closer to x264.exe defaults.
- x264 rc-behaviour fixes:
. if user defines qp-value, CQP-mode is used
. otherwise if user defines vb=0, CRF-mode is used
. otherwise ABR-mode is used
- x264 set vbv-bufsize/vbv-maxsize better if user hasn't
defined these:
. ABR mode set vbv-max-bitrate=bitrate
. vbv-bufsize is bitrate * seconds between keyframes
(keyint/fps)
+ Playlist:
- Lua scripts for Mpora and Vimeo playback
+ Updated translations.
- * Tue Sep 29 14:00:00 2009 dominique-vlc.suse@leuenberger.net
- Add 540_all_x264.patch to build with x264 >= 0.76. Patch copied
from gentoo portage.