Skip to content

Releases: adrg/libvlc-go

v3.1.6

13 Sep 19:51
Compare
Choose a tag to compare

Changelog

New bindings

  • Added Marquee type
  • Added Logo type
  • Added more player bindings:
    • Player.Contrast and Player.SetContrast
    • Player.Brightness and Player.SetBrightness
    • Player.Hue and Player.SetHue
    • Player.Saturation and Player.SetSaturation
    • Player.Gamma and Player.SetGamma
    • Player.VideoAdjustmentsEnabled and Player.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

13 Sep 19:50
Compare
Choose a tag to compare

Changelog

New bindings

  • Added Marquee type
  • Added Logo type
  • Added more player bindings:
    • Player.Contrast and Player.SetContrast
    • Player.Brightness and Player.SetBrightness
    • Player.Hue and Player.SetHue
    • Player.Saturation and Player.SetSaturation
    • Player.Gamma and Player.SetGamma
    • Player.VideoAdjustmentsEnabled and Player.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

24 Sep 12:02
Compare
Choose a tag to compare

Changelog

New bindings

  • Added Player.TakeSnapshot method
  • Added Player.TitleIndex and Player.TitleCount methods
  • Added Player.Titles and Player.SetTitle methods
  • Added Player.ChapterIndex, Player.ChapterCount and Player.SetChapter methods
  • Added Player.TitleChapters and Player.TitleChapterCount methods
  • Added Player.NextChapter and Player.PreviousChapter methods
  • Added Player.Navigate method
  • Added Player.SetTitleDisplayMode method

Internal

  • Improved documentation
  • Improved Github actions
  • Added dependabot.yml

v2.1.4

24 Sep 12:01
Compare
Choose a tag to compare

Changelog

New bindings

  • Added Player.TakeSnapshot method
  • Added Player.TitleIndex, Player.TitleCount and Player.SetTitle methods
  • Added Player.ChapterIndex and Player.ChapterCount methods
  • Added Player.TitleChapterCount and Player.SetChapter methods
  • Added Player.NextChapter and Player.PreviousChapter methods
  • Added Player.Navigate method
  • Added Player.SetTitleDisplayMode method

Internal

  • Improved documentation
  • Improved Github actions
  • Added dependabot.yml

v3.1.4

31 Mar 12:04
Compare
Choose a tag to compare

Changelog

New bindings

  • Added vlc.ListAudioOutputDevices method
  • Added Player.AudioOutputDevices method
  • Added Player.AudioOutputDevice and Player.SetAudioOutputDevice methods
  • Added Player.Role and Player.GetRole methods
  • Added Player.UpdateVideoViewpoint method
  • Added Player.VideoDimensions method
  • Added Player.CursorPosition method

New examples

Misc

  • Fixed relevant golangci-lint notices
  • Improved documentation

v2.1.3

31 Mar 12:04
Compare
Choose a tag to compare

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

Misc

  • Fixed relevant golangci-lint notices
  • Improved documentation

v3.1.3

23 Mar 17:11
Compare
Choose a tag to compare

Changelog

  • Added media discovery bindings
  • Added GUI media discovery example
  • Improved documentation

v3.1.2

04 Mar 16:30
Compare
Choose a tag to compare

Changelog

  • Added equalizer support
  • Added Player.StereoMode and Player.SetStereoMode bindings
  • Added Player.SetEqualizer binding
  • Improved documentation
  • Added player equalizer usage example

v2.1.2

04 Mar 16:29
Compare
Choose a tag to compare

Changelog

  • Added equalizer support
  • Added Player.StereoMode and Player.SetStereoMode bindings
  • Added Player.SetEqualizer binding
  • Improved documentation
  • Added player equalizer usage example

v3.1.1

18 Feb 20:34
f071123
Compare
Choose a tag to compare

Changelog

  • Added Player.AudioDelay and Player.SetAudioDelay
  • Added Player.SubtitleDelay and Player.SetSubtitleDelay
  • Added Add Player.VideoTrackID and Player.SetVideoTrack
  • Added Player.AudioTrackID and Player.SetAudioTrack
  • Added Player.SubtitleTrackID and Player.SetSubtitleTrack
  • Added Player.VideoTrackCount, Player.AudioTrackCount and Player.SubtitleTrackCount
  • Added Player.VideoTrackDescriptors, Player.AudioTrackDescriptors and Player.SubtitleTrackDescriptors