~videolan/vlc/full-packaging.quantal

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Benjamin Drung
  • Date: 2013-01-06 00:49:48 UTC
  • mfrom: (1.2.21)
  • Revision ID: git-v1:89269d0579e5bc240c5b31af89719918e4a5afd2
Merge tag 'upstream/2.0.5' into quantal

Upstream version 2.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes between 2.0.4 and 2.0.5:
 
2
--------------------------------
 
3
 
 
4
Access:
 
5
 * Fix DVB-S delivery system detection
 
6
 
 
7
Audio Output:
 
8
 * Fix playback initial synchronization with PulseAudio
 
9
   (however similar bugs in PulseAudio version 2.0 and later still exist)
 
10
 * Fix file output bug affecting floating point on big endian systems
 
11
 
 
12
Demuxers:
 
13
 * Fix crash with some embedded subtitle fonts
 
14
 * Fix buffer overflow in HTML subtitles parser
 
15
 * Fix koreus lua parser
 
16
 * Improve reliability for RTSP streams sent by some IP cameras
 
17
 * Fix division by 0 in AIFF demuxer
 
18
 * Fix some MKV crashes when ordered editions have empty or broken links
 
19
 * Fix SWF potential crash on malformed files.
 
20
 
 
21
Video filters:
 
22
 * Fix crash in Freetype with embedded fonts
 
23
 * Fix wrong aspect ratio in some cases
 
24
 
 
25
Encoders:
 
26
 * Fix Mpeg-2 audio and video encoders initialization
 
27
 
 
28
Mac OS X:
 
29
 * Fix Reveal-in-Finder for files with non-Western file names
 
30
 * Fix crash with local statistics disabled
 
31
 * Fix Time counter UI look
 
32
 
 
33
Win32:
 
34
 * Fix https streaming
 
35
 
 
36
libVLC:
 
37
 * Fix audio and video track selection:
 
38
   The constant track identifier is now always used. Some functions previously
 
39
   incorrectly used the (moving) index of the track in the table of tracks.
 
40
 
 
41
Translations:
 
42
 * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish,
 
43
   Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew,
 
44
   Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese,
 
45
   Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations
 
46
 * Initial translations for Welsh and Interlingua
 
47
 
 
48
 
1
49
Changes between 2.0.3 and 2.0.4:
2
50
--------------------------------
3
51
 
4
52
Audio Output:
5
 
 * Improve playback synchronization with PulseAudio.
6
53
 * Fix ALSA digital pass-through ("S/PDIF").
7
54
 * Fix live audio device selection on Mac OS X
8
55
 * Fix detection of some 5.1 and 7.1 kits on Windows.