forked from lightspark/lightspark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
79 lines (58 loc) · 1.7 KB
/
ChangeLog
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
lightspark: An open source flash player implementation
Version 0.4.5
* Added --version command line option
Version 0.4.5 RC1:
* Use Advanced Graphics Engine
* Masking and clipping support
Version 0.4.4.3:
* Add support for cross-domain policy files
Version 0.4.4.2:
* Pluginized architecture for audio backends
Version 0.4.4.1:
* Disk based caching for downloads
* Fixes a crash when using flashblock
Version 0.4.4:
* Localization support
* Exception handling support
* More robust network handling
* Stream controls (Play/Pause)
Version 0.4.3:
* Liquid layout support
* Several small bug fixes
Version 0.4.3 RC1:
* Faster rendering of the input layer
* Reduced memory consumption
* Support for H263/MP3 videos
* Smoother playback of audio and video
Version 0.4.2.3:
* Bugfix release
Version 0.4.2.2:
* Fallback on Gnash for older clips
Version 0.4.2.1:
* Small bugfix
Version 0.4.2:
* Use fontconfig to select fonts
* Nore efficient handling of read only strings
* Greater compatibility with youtube videos
* Better compatibility with radeon cards
* Sound synchronization
* Chrome/Chromium support
* Firefox's OOPP support
Version 0.4.1:
* Optimized rendering of simple graphics
* First youtube support
Version 0.4.0 RC3:
* Also use NPOT if available
Version 0.4.0 RC2:
* Better support for older intel cards
Version 0.4.0 RC1:
* Better stability, the plugin should not crash
* Use Power-Of-Two sized textures for better compatibility
Version 0.3.9:
* More complete cleanup of GL resources
Version 0.3.8:
* Solved deadlock issues when using FlashBlock
Version 0.3.7:
* Improved stability and relaxed graphics requirements
Version 0.3.6:
* Be more careful about glew initialization