diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-09-24 22:14:57 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-09-24 22:14:57 +0000 |
commit | 9ed5c31c674a682dd661f7ab2da29a1ba88175a6 (patch) | |
tree | 192adb7e5cddc8b6698d110bfb234bcd2a9b5966 /multimedia/vlc/Makefile | |
parent | db329090402f67da820084a9f41914c78cc2ceed (diff) | |
download | pkgsrc-9ed5c31c674a682dd661f7ab2da29a1ba88175a6.tar.gz |
Changes between 1.0.1 and 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
Mac OS X Interface:
* Fixed a crash when updating VLC
* Fixed a crash related to QTKit when opening video files (10.6 only)
* Added the ability to play 2nd media in sync to the primary item (input-slave)
* Added the "Quit after Playback" feature
Mac OS X Port:
* The "Delete Preferences" script is now delivered as a Universal Binary
with native code for PowerPC, Intel and Intel 64bit
* Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
- no support for Goom and SDL
- limited text rendering support
- This port is still considered as EXPERIMENTAL despite its binary release.
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
Unix builds:
* Various fixes to enable 1.0 to build on Solaris and OpenBSD
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 261c532b23b..c4d8cf49084 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2009/08/29 13:51:56 hasso Exp $ +# $NetBSD: Makefile,v 1.83 2009/09/24 22:14:57 ahoka Exp $ # DISTNAME= vlc-${VLC_VERSION} @@ -6,7 +6,7 @@ CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/ EXTRACT_SUFX= .tar.bz2 -VLC_VERSION= 1.0.1 +VLC_VERSION= 1.0.2 MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://videolan.org/ |