Skip to content

Releases: LePips/VLCUI

0.5.1

15 Dec 22:24
79fc6f3
Compare
Choose a tag to compare
  • Make VLCVideoPlayer.Proxy conform to ObservableObject, in the instance it is desired that it can be injected into the environment
  • Convert all public facing fixed width integers to Int
  • MediaTrack is now a struct instead of a tuple pair
  • Set the font via the string font name
  • Fix setting the audio track index
  • VLCVideoPlayer.Proxy now holds a weak reference to the underlying objects

0.5.0

11 Oct 03:43
Compare
Choose a tag to compare

Use the explicit variables from VLCVideoPlayer.PlaybackInformation.stats

0.4.0

06 Oct 05:59
Compare
Choose a tag to compare
  • Refactors use VLCVideoPlayer.Proxy instead of a CurrentValueSubject for events
  • Refactors using onTicksUpdated and onStateUpdated instead of VLCVideoPlayerDelegate
  • Adds logging
  • Adds basic replay
  • VLCVideoPlayer.Configuration.autoPlay = true by default
  • Rename fastForward to setRate

0.3.0

22 Sep 05:26
Compare
Choose a tag to compare
  • Add macOS support
  • New configuration initializing
  • Refactor .aspectFill
  • Implement .gotoNextFrame
  • Add setSubtitleDelay/setAudioDelay
  • Add PlaybackInformation to delegate state changes
  • Clean up example projects

0.2.2

19 Sep 20:35
Compare
Choose a tag to compare
  • Internal changes, like creating a generic ValueSelector<ValueType> and file reorganization
  • Default to disabled if given an invalid track index
  • VLCVideoPlayer.Event.setTicks/setSeconds consolidated to VLCVideoPlayer.Event.setTime
  • Set the subtitle color with VLCVideoPlayer.Event.setSubtitleColor
  • Remove some VLCVideoPlayerDelegate methods
  • Configuration default value renaming due to redundancy
  • Other configuration and playback information properties added

0.2.1

18 Sep 06:04
Compare
Choose a tag to compare

Add VLCVideoPlayer.Event.setSeconds

0.2.0

18 Sep 05:39
Compare
Choose a tag to compare

Entire refactor of the base implementation.

0.1.0

16 Sep 20:26
Compare
Choose a tag to compare

Initial release.