Commit c4eda88d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

1.2.0-pre2

parent 36ab287e
...@@ -68,6 +68,7 @@ Access: ...@@ -68,6 +68,7 @@ Access:
* QTSound: added support for all QTKit-compatible audio input devices * QTSound: added support for all QTKit-compatible audio input devices
* X11 Screen: support for capturing partially hidden windows * X11 Screen: support for capturing partially hidden windows
* MPEG DASH (Dynamic Adaptive Streaming over HTTP) support * MPEG DASH (Dynamic Adaptive Streaming over HTTP) support
* Support for HTTPS is now fixed for the Windows port
Codecs: Codecs:
* You can now use ffmpeg-mt in conjunction with vlc * You can now use ffmpeg-mt in conjunction with vlc
...@@ -123,6 +124,7 @@ Interfaces: ...@@ -123,6 +124,7 @@ Interfaces:
* webUI/http: path values for input and output are deprecated in favour of uri * webUI/http: path values for input and output are deprecated in favour of uri
* Qt/Win32: the update system now downloads the updates in the temp folder * Qt/Win32: the update system now downloads the updates in the temp folder
* Qt: preferences are now searchable * Qt: preferences are now searchable
* Qt: the fullscreen controller is now stackable, full-width, at the bottom
Video Output: Video Output:
* New video output based on Direct2D for Windows 7 and Vista (with Platform Update) * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
......
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team]) AC_COPYRIGHT([Copyright 2002-2011 VLC authors and VideoLAN])
AC_INIT(vlc, 1.2.0-pre2) AC_INIT(vlc, 1.2.0-pre2)
VERSION_MAJOR=1 VERSION_MAJOR=1
VERSION_MINOR=2 VERSION_MINOR=2
VERSION_REVISION=0 VERSION_REVISION=0
VERSION_EXTRA=0 VERSION_EXTRA=0
VERSION_DEV=pre1 VERSION_DEV=pre2
PKGDIR="vlc" PKGDIR="vlc"
AC_SUBST(PKGDIR) AC_SUBST(PKGDIR)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment