Changeset e915596df5988ab3768437a8a94ec1ae9f1fa1ef
- Timestamp:
- 15/11/04 10:41:05
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1100511665 +0000
- git-parent:
[42b391ea71ffb36472d22c66a9ad257de919ed71]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1100511665 +0000
- Message:
* ALL: bumped version number to 0.8.2-svn.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0f6af8a |
re915596 |
|
| 1 | 1 | $Id$ |
|---|
| 2 | 2 | |
|---|
| 3 | | Changes between 0.8.0 and 0.8.1-svn: |
|---|
| | 3 | Changes between 0.8.1 and 0.8.2: |
|---|
| 4 | 4 | ----------------------------------------------------- |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | Core support: |
|---|
| 7 | | * Include TLS/SSL API |
|---|
| 8 | | * SSL support in the HTTP daemon |
|---|
| | 7 | * Rewrite of the playlist |
|---|
| | 8 | |
|---|
| | 9 | Changes between 0.8.0 and 0.8.1: |
|---|
| | 10 | ----------------------------------------------------- |
|---|
| | 11 | |
|---|
| | 12 | Core support: |
|---|
| | 13 | * Include TLS/SSL API (on plattforms where libgnutls is available) |
|---|
| | 14 | * SSL support in the HTTP daemon (HTTP stream output and HTTP interface) |
|---|
| 9 | 15 | |
|---|
| 10 | 16 | Windows port: |
|---|
| 11 | | * Fixed multichannel audio support (which was broken in 0.8.0) |
|---|
| | 17 | * Fixed win32 multichannel audio output support (which was broken in 0.8.0) |
|---|
| 12 | 18 | * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input |
|---|
| | 19 | * Fixed spurious taskbar item after switching to fullscreen |
|---|
| | 20 | |
|---|
| | 21 | WinCE port: |
|---|
| | 22 | * A few more updates (we still miss an interface and a fast video output). |
|---|
| | 23 | |
|---|
| | 24 | Audio Output: |
|---|
| | 25 | * Portaudio audio output plugin improvements |
|---|
| | 26 | |
|---|
| | 27 | Video Output: |
|---|
| | 28 | * Proper subpictures scaling using the aspect-ratio info when available |
|---|
| | 29 | |
|---|
| | 30 | Demuxers: |
|---|
| | 31 | * Fixed crash with ODML avi files |
|---|
| | 32 | * Fixed autodetection of VCD/SVCD bin files |
|---|
| 13 | 33 | |
|---|
| 14 | 34 | Stream Output: |
|---|
| 15 | | Encoders: |
|---|
| 16 | | * Fixed aspect ratio and interlaced support in ffmpeg encoder module |
|---|
| | 35 | * Encoders: |
|---|
| | 36 | * Fixed aspect ratio and interlaced support in ffmpeg encoder module |
|---|
| | 37 | * Stream output: |
|---|
| | 38 | * Support of playlist group announcement |
|---|
| 17 | 39 | |
|---|
| 18 | 40 | Changes between 0.7.2 and 0.8.0: |
|---|
| re7396f1 |
re915596 |
|
| 2 | 2 | dnl $Id$ |
|---|
| 3 | 3 | |
|---|
| 4 | | AC_INIT(vlc,0.8.1-svn) |
|---|
| | 4 | AC_INIT(vlc,0.8.2-svn) |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | CONFIGURE_LINE="$0 $*" |
|---|
| … | … | |
| 14 | 14 | dnl XXX: we don't put any flags here, because automake 1.5 doesn't support |
|---|
| 15 | 15 | dnl them. And we need the comma otherwize automake will choke on it. |
|---|
| 16 | | AM_INIT_AUTOMAKE(vlc,0.8.1-svn) |
|---|
| | 16 | AM_INIT_AUTOMAKE(vlc,0.8.2-svn) |
|---|
| 17 | 17 | AM_CONFIG_HEADER(config.h) |
|---|
| 18 | 18 | |
|---|
| r7d5ba15 |
re915596 |
|
| 2 | 2 | |
|---|
| 3 | 3 | CFBundleName = "VLC"; |
|---|
| 4 | | CFBundleShortVersionString = "0.8.1-svn"; |
|---|
| 5 | | CFBundleGetInfoString = "VLC media player 0.8.1-svn, Copyright (c) 1996-2004 VideoLAN."; |
|---|
| | 4 | CFBundleShortVersionString = "0.8.2-svn"; |
|---|
| | 5 | CFBundleGetInfoString = "VLC media player 0.8.2-svn, Copyright (c) 1996-2004 VideoLAN."; |
|---|
| 6 | 6 | NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN."; |
|---|
| r7d5ba15 |
re915596 |
|
| 619 | 619 | <string>VLC</string> |
|---|
| 620 | 620 | <key>CFBundleGetInfoString</key> |
|---|
| 621 | | <string>VLC media player 0.8.1-svn, Copyright (c) 1996-2003 VideoLAN.</string> |
|---|
| | 621 | <string>VLC media player 0.8.2-svn, Copyright (c) 1996-2003 VideoLAN.</string> |
|---|
| 622 | 622 | <key>CFBundleIconFile</key> |
|---|
| 623 | 623 | <string>vlc.icns</string> |
|---|
| … | … | |
| 631 | 631 | <string>APPL</string> |
|---|
| 632 | 632 | <key>CFBundleShortVersionString</key> |
|---|
| 633 | | <string>0.8.1-svn</string> |
|---|
| | 633 | <string>0.8.2-svn</string> |
|---|
| 634 | 634 | <key>CFBundleSignature</key> |
|---|
| 635 | 635 | <string>VLC#</string> |
|---|
| … | … | |
| 688 | 688 | </array> |
|---|
| 689 | 689 | <key>CFBundleVersion</key> |
|---|
| 690 | | <string>0.8.1-svn</string> |
|---|
| | 690 | <string>0.8.2-svn</string> |
|---|
| 691 | 691 | <key>NSAppleScriptEnabled</key> |
|---|
| 692 | 692 | <string>YES</string> |
|---|