(none)
- @alex-philips added support for the onTextData event
- Fix
muted
andloop
attributes not being passed to the swf (view)
- 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 emitseeked
after an initial (before playback) seek (view)
- Fix an issue where the player would not report is was seeking after ending (view)
- Return an empty set of seekable time ranges when seeking in data generation mode (view)
- Don't fire loadstart or loadedmetadata in data generation mode (view)
- Remove unused poster support (view)
- Expose buffered as ranges, not just an end point (view)
- Do not seek to to the beginning after a video ends (view)
- Let javascript fire "seeking" instead of handling it in the SWF (view)
- Fixed an issue where an image from previous video could flash briefly while a new video is loaded (view)
- Fixed an issue where playback required two clisk to start when preload was not auto
- @qpSHiNqp fix issue that would cause incorrect aspect ratios for some videos (view)
- @bc-bbay the preload attribute should be a string, not a boolean (view)
- @Wellming fix manual tests (view)
- @bclwhitaker append END_SEQUENCE properly in data generation mode (view)
- Improved handling of the paused state, and the loadstart and canplay events (view)
- Fixed a potential XSS issue with the swf event callbacks (view)
- Prevented pause from firing after eneded (view)
- Paused should be true before a source has been set by default
- Fixed an issue where Flash would crash when switching sources quickly (view)
- Fixed an issue where changing the source immediately after seeking could cause an error (view)
- Added sanitation for all data that might be passed through the external interface (view)
- Buffering and playback event fixes (view)
- Fixed sanitation of URLs to special case blob URLs (view)
- Added sanitizing of the src param (view)
- Rebuild with Flash target-player 10.3 and swf-version 12. (view)
- Fixed networkState reporting to be more accurate after loadstart (view)
- Ignore unnecessary files from npm packaging (view)
- Fixed bug triggering
playing
(view) - Fixed bug with the timing of
loadstart
(view) - Added support for clearing the NetStream while in Data Generation Mode (view)
- Fixed silent exception when opening MediaSources (view)
- Added changelog
- Added support for using NetStream in Data Generation Mode (view)
- Extended base support for external appendData for integration with HLS / Media Source plugins (view)
- Fixed bug with viewport sizing on videos which don't present meta data (view)
- Fixed bugs with buffered and duration reporting on non-linear streams (view)
- Added refined seeking for use on non-linear streams (view)
- Extended endOfStream for use with Media Sources API (view)