~ubuntu-branches/ubuntu/lucid/vlc/lucid-security

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2009-09-25 14:44:17 UTC
  • mfrom: (3.5.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090925144417-87vomt575d0agvqa
Tags: 1.0.2-1ubuntu1
* Merge from Debian unstable (LP: #435524), remaining changes:
  - build against xulrunner-dev instead of iceape-dev
  - build against libx264-dev and install libx264 plugin
  - add Xb-Npp header to vlc package
  - recommend vlc-plugin-pulse for vlc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes between 1.0.1 and 1.0.2:
 
2
--------------------------------
 
3
 
 
4
Decoders:
 
5
 * Native support for WMA Professional, without the use of the Win32 dlls
 
6
 * Fix issues in subtitles, especially SSA ones
 
7
 * Various fixes on theora and ogg
 
8
 
 
9
Demuxers:
 
10
 * Various fixes for EPG support in MPEG-TS demuxer
 
11
 * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
 
12
 
 
13
Access:
 
14
 * Fixes for v4l2 devices
 
15
 * Fixes for dvb-c channels-scanning
 
16
 
 
17
Qt Interface:
 
18
 * Fix some playlist sorting issues
 
19
 
 
20
Mac OS X Interface:
 
21
 * Fixed a crash when updating VLC
 
22
 * Fixed a crash related to QTKit when opening video files (10.6 only)
 
23
 * Added the ability to play 2nd media in sync to the primary item (input-slave)
 
24
 * Added the "Quit after Playback" feature
 
25
 
 
26
Mac OS X Port:
 
27
 * The "Delete Preferences" script is now delivered as a Universal Binary
 
28
   with native code for PowerPC, Intel and Intel 64bit
 
29
 * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
 
30
   - no support for Goom and SDL
 
31
   - limited text rendering support
 
32
   - This port is still considered as EXPERIMENTAL despite its binary release.
 
33
 
 
34
Encoders:
 
35
 * MPEG2 transrate stream output removed
 
36
 * x264 default-values closer to x264.exe defaults.
 
37
 * x264 rc-behaviour fixes:
 
38
   - if user defines qp-value, CQP-mode is used
 
39
   - otherwise if user defines vb=0, CRF-mode is used
 
40
   - otherwise ABR-mode is used
 
41
 * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
 
42
   - ABR mode set vbv-max-bitrate=bitrate
 
43
   - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
 
44
 
 
45
 
 
46
Playlist:
 
47
 * Lua scripts for Mpora and Vimeo playback
 
48
 
 
49
Unix builds:
 
50
 * Various fixes to enable 1.0 to build on Solaris and OpenBSD
 
51
 
 
52
Translations:
 
53
 * New Kazakh and Croatian translations
 
54
 * Lithunanian translation is available on Windows
 
55
 * Galician, Korean, Nepali, Vietnamese, Ukrainian, Brazilian, Arabic and French translation updates
 
56
 
 
57
 
1
58
Changes between 1.0.0 and 1.0.1:
2
59
--------------------------------
3
60
 
39
96
Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk, Lithuanian
40
97
 
41
98
 
 
99
Changes between 0.9.9a and 0.9.10:
 
100
--------------------------------------
 
101
 
 
102
HTTP Interface:
 
103
 * Fixed default ACL
 
104
 
 
105
Mac OS X:
 
106
 * Fixed crashes on multi-screen setups
 
107
 * Corrected volume and subtitle encoding options in the Preferences
 
108
 * Improved Information panel behavior, when playlist is not displayed
 
109
 * Fixed QTCapture input support for the latest iSight models
 
110
 * Added a menu-item to unlock the video window's aspect ratio
 
111
 * Fixed redraw issues when autosizing the video window
 
112
 * Updated libpng, libgpg-error, libgcrypt, fribidi
 
113
 
 
114
Various fixes to the following modules:
 
115
 * access:
 
116
   - HTTP, SMB
 
117
   - updated and additional access scripts (BBC radio, dailymotion, ...)
 
118
   - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
 
119
     DZCORE Labs, Algeria
 
120
 * stream out:
 
121
   - RTP, RTSP VoD, Mosaic Bridge
 
122
 * decoder:
 
123
   - TSCC
 
124
 
 
125
 
42
126
Changes between 0.9.9a and 1.0.0:
43
127
---------------------------------
44
128