Releases: adrg/libvlc-go
Releases · adrg/libvlc-go
v3.1.6
Changelog
New bindings
- Added
Marquee
type - Added
Logo
type - Added more player bindings:
Player.Contrast
andPlayer.SetContrast
Player.Brightness
andPlayer.SetBrightness
Player.Hue
andPlayer.SetHue
Player.Saturation
andPlayer.SetSaturation
Player.Gamma
andPlayer.SetGamma
Player.VideoAdjustmentsEnabled
andPlayer.EnableVideoAdjustments
Player.SetDeinterlaceMode
Player.Logo
Player.Marquee
Bug fixes
- Fixed event manager related
C
compiler warnings.
Internal
- Improved error reporting
- Improved documentation
- Improved GitHub Actions workflows
v2.1.5
Changelog
New bindings
- Added
Marquee
type - Added
Logo
type - Added more player bindings:
Player.Contrast
andPlayer.SetContrast
Player.Brightness
andPlayer.SetBrightness
Player.Hue
andPlayer.SetHue
Player.Saturation
andPlayer.SetSaturation
Player.Gamma
andPlayer.SetGamma
Player.VideoAdjustmentsEnabled
andPlayer.EnableVideoAdjustments
Player.SetDeinterlaceMode
Player.Logo
Player.Marquee
Bug fixes
- Fixed event manager related
C
compiler warnings.
Internal
- Improved error reporting
- Improved documentation
- Improved GitHub Actions workflows
v3.1.5
Changelog
New bindings
- Added
Player.TakeSnapshot
method - Added
Player.TitleIndex
andPlayer.TitleCount
methods - Added
Player.Titles
andPlayer.SetTitle
methods - Added
Player.ChapterIndex
,Player.ChapterCount
andPlayer.SetChapter
methods - Added
Player.TitleChapters
andPlayer.TitleChapterCount
methods - Added
Player.NextChapter
andPlayer.PreviousChapter
methods - Added
Player.Navigate
method - Added
Player.SetTitleDisplayMode
method
Internal
- Improved documentation
- Improved Github actions
- Added dependabot.yml
v2.1.4
Changelog
New bindings
- Added
Player.TakeSnapshot
method - Added
Player.TitleIndex
,Player.TitleCount
andPlayer.SetTitle
methods - Added
Player.ChapterIndex
andPlayer.ChapterCount
methods - Added
Player.TitleChapterCount
andPlayer.SetChapter
methods - Added
Player.NextChapter
andPlayer.PreviousChapter
methods - Added
Player.Navigate
method - Added
Player.SetTitleDisplayMode
method
Internal
- Improved documentation
- Improved Github actions
- Added dependabot.yml
v3.1.4
Changelog
New bindings
- Added
vlc.ListAudioOutputDevices
method - Added
Player.AudioOutputDevices
method - Added
Player.AudioOutputDevice
andPlayer.SetAudioOutputDevice
methods - Added
Player.Role
andPlayer.GetRole
methods - Added
Player.UpdateVideoViewpoint
method - Added
Player.VideoDimensions
method - Added
Player.CursorPosition
method
New examples
- Added GUI equalizer example.
Misc
- Fixed relevant
golangci-lint
notices - Improved documentation
v2.1.3
Changelog
New bindings
- Added
vlc.ListAudioOutputDevices
method - Added
Player.AudioOutputDevices
method - Added
Player.SetAudioOutputDevice
method - Added
Player.VideoDimensions
method - Added
Player.CursorPosition
method
New examples
- Added GUI equalizer example.
Misc
- Fixed relevant
golangci-lint
notices - Improved documentation
v3.1.3
v3.1.2
v2.1.2
v3.1.1
Changelog
- Added
Player.AudioDelay
andPlayer.SetAudioDelay
- Added
Player.SubtitleDelay
andPlayer.SetSubtitleDelay
- Added
Add Player.VideoTrackID
andPlayer.SetVideoTrack
- Added
Player.AudioTrackID
andPlayer.SetAudioTrack
- Added
Player.SubtitleTrackID
andPlayer.SetSubtitleTrack
- Added
Player.VideoTrackCount
,Player.AudioTrackCount
andPlayer.SubtitleTrackCount
- Added
Player.VideoTrackDescriptors
,Player.AudioTrackDescriptors
andPlayer.SubtitleTrackDescriptors