Commit ef70785d authored by Clément Stenac's avatar Clément Stenac

* Bumped up version number to 0.8.0-test2

* Last NEWS update
* Re-update pofiles
* Update Changelog
parent 79bd2b04
This diff is collapsed.
...@@ -2,15 +2,15 @@ $Id$ ...@@ -2,15 +2,15 @@ $Id$
Changes between 0.7.2 and 0.8.0: Changes between 0.7.2 and 0.8.0:
This version is in development and not yet released. This version is in development and not yet released.
-------------------------------- -----------------------------------------------------
Core support: Core support:
* Major work on libvlc. Changed/renamed/added functions * Major work on libvlc. Changed/renamed/added functions
* Complete switch to the new access2 and demux2 systems * Complete switch to the new input core (better seeking, multi-input, ...)
* New plugins cache to speed up launch time * New plugins cache to speed up launch time
* Fix crash with deinterlace switching * Fix crash with deinterlace switching
* New --play-and-stop feature which stops the playlist after each played item * New --play-and-stop feature which stops the playlist after each played item
* Daemon mode * Daemon mode (to run vlc in the background)
* Technical improvements to the subtitle/OSD subsystem * Technical improvements to the subtitle/OSD subsystem
Input: Input:
...@@ -25,7 +25,7 @@ Input: ...@@ -25,7 +25,7 @@ Input:
(selection of titles/chapters). (selection of titles/chapters).
Demuxers: Demuxers:
* Support iTunes Music Store previews * Support for iTunes Music Store previews
* Support for MJPEG webcams (i.e. AXIS cams) * Support for MJPEG webcams (i.e. AXIS cams)
* Added initial mp4 and mpeg-ts text track support * Added initial mp4 and mpeg-ts text track support
* Windows Media Server RTSP support * Windows Media Server RTSP support
...@@ -48,6 +48,7 @@ Stream Output: ...@@ -48,6 +48,7 @@ Stream Output:
* Re-use audio/video/spu decoders in transcoder module. From now on, * Re-use audio/video/spu decoders in transcoder module. From now on,
everything that is playable by VLC should be transcodable as well everything that is playable by VLC should be transcodable as well
* Subtitles overlaying in transcoder * Subtitles overlaying in transcoder
* Subpictures overlaying in transcoder (see video output)
* Frame rate selection in the transcoder * Frame rate selection in the transcoder
* DVB subtitles encoder * DVB subtitles encoder
* MPEG 1 layer 2 audio encoder using libtoolame * MPEG 1 layer 2 audio encoder using libtoolame
...@@ -68,10 +69,22 @@ Audio Output: ...@@ -68,10 +69,22 @@ Audio Output:
* New audio equalizer filter * New audio equalizer filter
* Very trivial volume normalizer * Very trivial volume normalizer
Video Output:
* Roku HD1000 Video output
* Experimental generic OpenGL video output (X11, Win32, MacOS X)
with support for effects.
* Improved filter and subpictures support :
- New filters can be streamed.
- "Subpicture filters" to overlay subpictures on video
- Centralized scaling and blending
* New filters :
- "time", to display current time
- "marq", to display a marquee
Interfaces: Interfaces:
* OSD sliders for volume and postition information * OSD sliders for volume and postition information
* OSD icons for Play and Pause * OSD icons for Play and Pause
* New Streaming Wizard for Windows and Linux default interfaces * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
* A few skins2 improvements * A few skins2 improvements
* Added search, volume, loop and random functions to the ncurses interface * Added search, volume, loop and random functions to the ncurses interface
* Added a filesystem browser to the ncurses interface * Added a filesystem browser to the ncurses interface
...@@ -99,12 +112,9 @@ Mozilla plugin: ...@@ -99,12 +112,9 @@ Mozilla plugin:
* Volume, position, length, seek etc etc etc. * Volume, position, length, seek etc etc etc.
Misc: Misc:
* Roku HD1000 Video output
* Server/client network synchronization module * Server/client network synchronization module
* VBrick streams fully supported * VBrick streams fully supported
* Cisco IP/TV streams supported * Cisco IP/TV streams supported
* Experimental OpenGL video output for X11 and win32
* a Time filter that displays the current time over the video
Changes between 0.7.1 and 0.7.2: Changes between 0.7.1 and 0.7.2:
-------------------------------- --------------------------------
......
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
dnl $Id$ dnl $Id$
AC_INIT(vlc,0.8.0-test1) AC_INIT(vlc,0.8.0-test2)
CONFIGURE_LINE="$0 $*" CONFIGURE_LINE="$0 $*"
CODENAME="Janus" CODENAME="Janus"
...@@ -13,7 +13,7 @@ AC_CANONICAL_SYSTEM ...@@ -13,7 +13,7 @@ AC_CANONICAL_SYSTEM
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl them. And we need the comma otherwize automake will choke on it. dnl them. And we need the comma otherwize automake will choke on it.
AM_INIT_AUTOMAKE(vlc,0.8.0-test1) AM_INIT_AUTOMAKE(vlc,0.8.0-test2)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
dnl dnl
......
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "VLC"; CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.0-test1"; CFBundleShortVersionString = "0.8.0-test2";
CFBundleGetInfoString = "VLC media player 0.8.0-test1, Copyright (c) 1996-2004 VideoLAN."; CFBundleGetInfoString = "VLC media player 0.8.0-test2, Copyright (c) 1996-2004 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN."; NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN.";
...@@ -571,7 +571,7 @@ ...@@ -571,7 +571,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>VLC</string> <string>VLC</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>VLC media player 0.8.0-test1, Copyright (c) 1996-2003 VideoLAN.</string> <string>VLC media player 0.8.0-test2, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>vlc.icns</string> <string>vlc.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
...@@ -583,7 +583,7 @@ ...@@ -583,7 +583,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.8.0-test1</string> <string>0.8.0-test2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VLC#</string> <string>VLC#</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
...@@ -630,7 +630,7 @@ ...@@ -630,7 +630,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.8.0-test1</string> <string>0.8.0-test2</string>
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<string>YES</string> <string>YES</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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