Home / WebChimera 0.1.6
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2014-05-01 1.7 kB
WebChimera_0.1.6_vlc_2.1.3.msi 2014-05-01 29.0 MB
Totals: 2 Items   29.0 MB 0
v.0.1.6
- multiple memory leaks fixed
- libvlc_AudioChannel_Error,
  libvlc_AudioChannel_Stereo,
  libvlc_AudioChannel_RStereo,
  libvlc_AudioChannel_Left,
  libvlc_AudioChannel_Right,
  libvlc_AudioChannel_Dolbys,
  stereo,
  reverseStereoeo,
  left,
  right,
  dolby
  VlcAudio's members removed
- added VlcAudio.Output enum containing { Stereo, ReverseStereo, Left, Right, Dolby } items,
  which could be used with VlcAudio.channel property.
- libvlc_NothingSpecial,
  libvlc_Opening,
  libvlc_Buffering,
  libvlc_Playing,
  libvlc_Paused,
  libvlc_Stopped,
  libvlc_Ended,
  libvlc_Error,
  VlcPlayer's and VlcMmPlayer's members removed
- added VlcPlayer.State and VlcMmPlayer.State enums containing
  { NothingSpecial, Opening, Buffering,
  Playing, Paused, Stopped, Ended,Error} items,
  which could be used with VlcPlayer.state and VlcMmPlayer.state properties.
- VlcPlaylist.add(mrl) member added
- fixed access to QmlVlc objects
- use all libvlc related plugin startup options by all VlcPlayer and VlcMmPlayer instances

v.0.1.5
- fixed qml items leak on setting qml from string

v.0.1.4
- multiple optimizations in QmlVlc lib
- minor fixes in libvlc wrapper lib
- .qml startup option renamed to .qmlsrc
- .qml property  added (for setting qml from string)
- .qmlError property added

v.0.1.3
- libvlc v2.1.3 used
- added libvlc's lua plugin and some lua modules
- QtMultimedia dependency removed
- https support added

v.0.1.2
- QtQuick.Layouts embedded
- using local qml files blocked
- relative path to qml file can be used from now
- added notify signals for some vlcPlayer's properties
- use I420 as internal pixel format

v.0.1.1
- fixed empty output window

v.0.1.0
- initial alpha public version
Source: readme.txt, updated 2014-05-01