Skip to content

VLC-Qt 1.1.0

Compare
Choose a tag to compare
@ntadej ntadej released this 04 Jul 19:36
· 17 commits to master since this release
1.1.0
eea11c1
  • Update VLC to 2.2.4
  • Requires libVLC 2.1 or newer
  • libVLC 2.2 headers are provided as submodule
  • Native logging support with ability to set log level
  • Add ability to set application ID
  • VLC media: add parsed state, async parse request, duration and current state
  • VLC media list player: next item signal now also sends pointer to VlcMedia
  • VLC media player: seekable status
  • New frame stream class
  • New QML player and video rendering (deprecates old VlcQmlVideoPlayer)
  • New QML plugin
  • QML audio, video and subtitles tracks support
  • Deinterlacing, aspect ratio and crop ratio changed signals
  • Reading libvlc arguments from environment variable VLC_ARGS
  • Initial automatic testing support
  • Deprecated: VlcError:clearerr is not needed and causes issues so it is
    deprecated and will be removed in 2.0 (currently does nothing)