-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
112 lines (89 loc) · 3.44 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Changes between VLC plugins 2.2.0 and 2.2.1:
--------------------------------------------
ActiveX:
* Fix vlc.*.track indexes
Changes between VLC plugins 2.1.0 and 2.2.0:
--------------------------------------------
NPAPI Core:
* Support vlc.playlist.currentItem
* Various fixes and large cleanups
* Listen to MediaPlayerMediaChanged event
* More lax acceptance of parameters style
ActiveX:
* Match support to NPAPI
* Fix compilation for 64bits
* Support "type" attribute
* Fix registration in IE10
* Implement versionInfo()
* Fix position event
* Add MediaPlayerMediaChanged, MediaPlayerTitleChanged and MediaPlayerTitleChanged
Mac:
* New MacOS video output based on CoreAnimation
* Universal Binary for 32 and 64 bit browsers
* Fix fullscreen video output on some setups
* Fix support for Safari 5 on OS X 10.6 and later
* Fix compilation with clang++
* Fix compilation with Xcode5 and Mavericks
* Add support for 'bgcolor', 'branding' and 'toolbar'
Changes between VLC plugins 2.0.6 and 2.1.0:
--------------------------------------------
NPAPI core:
* libVLC 2.0.0 is now required
Platforms:
* New MacOS windowed rendering path, using CoreGraphics
Changes between VLC 2.0.2 and 2.0.6:
------------------------------------
Common:
* Upgrade the libVLC wrapper
* Improve packaging on most platforms
* Optionnal toolbars display in webview and in fullscreen
* Quit fullscreen with Esc key
* Fix background color
* Fix memory and handle leaks
Webpages:
* Update classic test pages
* Add jQuery class to control the webplugin
* Add VLCObject and VLCControl classes to control the webplugin
* Add Windowless and resize test pages
NPAPI core:
* Core class rework and redesign
* Windowless support
* Drop OJI support
* Fix browser events propagation in NPAPI
* Drop the dependency on external NPAPI headers: it will get downloaded
ActiveX:
* ActiveX: first step of Win64 support
* Fix events propagation
* Fix memory cleaning on unload
Platforms:
* Support for Windowless under X11 with XCB
* Support for Windowless under Mac OS X using CoreGraphics
* Support for Windowless under Windows using GDI+
* Re-write Mac OS X Port to use CoreAnimation for Windowed video playback
* Support for Mac OS X 64 bits
* Support for Windows 64 bits
Changes between VLC 2.0.0 and 2.0.2:
-----------------------------------
* introduce MediaDescription object for exposing media meta information
* Build and leaks fixes
* marquee text size fix
Changes between VLC 1.1.4 and 2.0.0:
-----------------------------------
* Mozilla and ActiveX plugin separated from the main VLC source,
and merged in the same repo, for better release management.
* Fullscreen Interface on Win32 for both ActiveX and NPAPI.
* Toolbar and fullscreen Interface on Linux/Unix using Gtk+
* Many build fixes and improvements.
* Compilation and project files for VS2008.
* Port to Win64.
* Interface for DVD control.
* Update to recent NPAPI headers and better support for those.
* Removal of Xt and Xpm dependencies, allowing load on Chromium.
* Fix of the Secunia advisory SA41810
* Fixes for numerous long-standing issues (notably #3374, #3419, #1553, #3729,
#4286, #5138, #3819)
* Support the bgcolor attribute to change the background color
* Better support for multi-monitor fullscreen
* Move to Xcb libraries from Xlib when Gtk+ is not used on X11 platforms
* Numerous fixes for Opera and Konqueror
* New options to disable fullscreen and toolbars for the webpages developers