Commit 768a0aa2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

On the road to -pre1

parent 126c2dec
Changes between 1.0.5 and 1.1.0-test: Changes between 1.0.5 and 1.1.0-pre1:
------------------------------------ ------------------------------------
Important changes for users: Important changes for users:
...@@ -34,6 +34,7 @@ Decoders: ...@@ -34,6 +34,7 @@ Decoders:
* Support for AMR-NB audio codec on the Windows and Mac port * Support for AMR-NB audio codec on the Windows and Mac port
* Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support) * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
* Direct rendering is always used with H.264 in avcodec module * Direct rendering is always used with H.264 in avcodec module
* Partial Support for MPEG-4 ALS
Demuxers: Demuxers:
* Support for .aob files from DVD-Audio (MLP and LPCM) * Support for .aob files from DVD-Audio (MLP and LPCM)
......
...@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc ...@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team]) AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
AC_INIT(vlc, 1.1.0-git) AC_INIT(vlc, 1.1.0-pre1)
VERSION_MAJOR="1" VERSION_MAJOR="1"
VERSION_MINOR="1" VERSION_MINOR="1"
VERSION_REVISION="0" VERSION_REVISION="0"
VERSION_EXTRA="-test" VERSION_EXTRA="-pre1"
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