Version 1
[yaffs-website] / node_modules / videojs-swf / CHANGELOG.md
1 CHANGELOG
2 =========
3
4 ## HEAD (Unreleased)
5 _(none)_
6
7 --------------------
8
9 ## 5.3.0 (2017-02-17)
10 * @albertogasparin added FCsubscribe call and proxy type to RTMP video provider
11 * @mjneil add callback to adjust currentTime for video provider
12
13 ## 5.2.0 (2017-02-07)
14 * @mjneil added appendChunkReady, another way of passing data into the swf
15
16 ## 5.1.0 (2016-07-18)
17 * @alex-philips added support for the onTextData event
18
19 ## 5.0.3 (2016-05-31)
20 * Fix `muted` and `loop` attributes not being passed to the swf ([view](https://github.com/videojs/video-js-swf/pull/205))
21
22 ## 5.0.2 (2016-05-06)
23 * If we are in data generation mode and even if `_playbackStarted` hasn't happened yet, we should still set `_isSeeking` to true so that we can correctly emit `seeked` after an initial (before playback) seek ([view](https://github.com/videojs/video-js-swf/pull/204))
24
25 ## 5.0.1 (2015-11-06)
26 * Fix an issue where the player would not report is was seeking after ending ([view](https://github.com/videojs/video-js-swf/pull/192))
27
28 ## 5.0.0 (2015-10-28)
29 * Return an empty set of seekable time ranges when seeking in data generation mode ([view](https://github.com/videojs/video-js-swf/pull/187))
30
31 ## 5.0.0-rc1 (2015-07-27)
32 * Don't fire loadstart or loadedmetadata in data generation mode ([view](https://github.com/videojs/video-js-swf/pull/178))
33 * Remove unused poster support ([view](https://github.com/videojs/video-js-swf/pull/182))
34 * Expose buffered as ranges, not just an end point ([view](https://github.com/videojs/video-js-swf/pull/180))
35 * Do not seek to to the beginning after a video ends ([view](https://github.com/videojs/video-js-swf/pull/172))
36
37 ## 5.0.0-rc0 (2015-07-21)
38 * Let javascript fire "seeking" instead of handling it in the SWF ([view](https://github.com/videojs/video-js-swf/pull/171))
39
40 ## 4.7.2 (2015-06-30)
41 * Fixed an issue where an image from previous video could flash briefly while a new video is loaded ([view](https://github.com/videojs/video-js-swf/pull/167))
42
43 ## 4.7.1 (2015-06-23)
44 * Fixed an issue where playback required two clisk to start when preload was not auto
45 * @qpSHiNqp fix issue that would cause incorrect aspect ratios for some videos ([view](https://github.com/videojs/video-js-swf/pull/165))
46
47 ## 4.7.0 (2015-05-19)
48 * @bc-bbay the preload attribute should be a string, not a boolean ([view](https://github.com/videojs/video-js-swf/pull/160))
49 * @Wellming fix manual tests ([view](https://github.com/videojs/video-js-swf/pull/154))
50
51 ## 4.6.1 (2015-04-22)
52 * @bclwhitaker append END_SEQUENCE properly in data generation mode ([view](https://github.com/videojs/video-js-swf/pull/152))
53
54 ## 4.6.0 (2015-04-16)
55 * Add vjs_discontinuity ([view](https://github.com/videojs/video-js-swf/pull/150))
56 * Don't call resume() on NetstreamPlayStart ([view](https://github.com/videojs/video-js-swf/pull/147))
57
58 ## 4.5.4 (2015-03-17)
59 * Improved handling of the paused state, and the loadstart and canplay events ([view](https://github.com/videojs/video-js-swf/pull/139))
60 * Fixed a potential XSS issue with the swf event callbacks ([view](https://github.com/videojs/video-js-swf/pull/143))
61 * Prevented pause from firing after eneded ([view](https://github.com/videojs/video-js-swf/pull/144))
62
63 ## 4.5.3 (2015-01-22)
64 * Paused should be true before a source has been set by default
65
66 ## 4.5.2 (2014-12-04)
67 * Fixed an issue where Flash would crash when switching sources quickly ([view](https://github.com/videojs/video-js-swf/pull/131))
68
69 ## 4.5.1 (2014-10-15)
70 * Fixed an issue where changing the source immediately after seeking could cause an error ([view](https://github.com/videojs/video-js-swf/pull/125))
71 * Added sanitation for all data that might be passed through the external interface ([view](https://github.com/videojs/video-js-swf/pull/127))
72
73 ## 4.5.0 (2014-09-29)
74 * Buffering and playback event fixes ([view](https://github.com/videojs/video-js-swf/pull/122))
75
76 ## 4.4.5 (2014-09-25)
77 * Fixed sanitation of URLs to special case blob URLs ([view](https://github.com/videojs/video-js-swf/pull/121))
78
79 ## 4.4.4 (2014-09-22)
80 * Added sanitizing of the src param ([view](https://github.com/videojs/video-js-swf/pull/120))
81
82 ## 4.4.3 (2014-08-14)
83 * Rebuild with Flash target-player 10.3 and swf-version 12. ([view](https://github.com/videojs/video-js-swf/issues/113))
84
85 ## 4.4.2 (2014-07-11)
86 * Fixed networkState reporting to be more accurate after loadstart ([view](https://github.com/videojs/video-js-swf/pull/106))
87
88 ## 4.4.1 (2014-06-11)
89 * Ignore unnecessary files from npm packaging ([view](https://github.com/videojs/video-js-swf/pull/87))
90 * Fixed bug triggering `playing` ([view](https://github.com/videojs/video-js-swf/pull/90))
91 * Fixed bug with the timing of `loadstart` ([view](https://github.com/videojs/video-js-swf/pull/93))
92 * Added support for clearing the NetStream while in Data Generation Mode ([view](https://github.com/videojs/video-js-swf/pull/93))
93 * Fixed silent exception when opening MediaSources ([view](https://github.com/videojs/video-js-swf/pull/97))
94
95 ## 4.4.0 (2014-02-18)
96 * Added changelog
97 * Added support for using NetStream in Data Generation Mode ([view](https://github.com/videojs/video-js-swf/pull/80))
98 * Extended base support for external appendData for integration with HLS / Media Source plugins ([view](https://github.com/videojs/video-js-swf/pull/80))
99 * Fixed bug with viewport sizing on videos which don't present meta data ([view](https://github.com/videojs/video-js-swf/pull/80))
100 * Fixed bugs with buffered and duration reporting on non-linear streams ([view](https://github.com/videojs/video-js-swf/pull/80))
101 * Added refined seeking for use on non-linear streams ([view](https://github.com/videojs/video-js-swf/pull/80))
102 * Extended endOfStream for use with Media Sources API ([view](https://github.com/videojs/video-js-swf/pull/80))