Files

Version Date Downloads Size 9 979
2.0.5 2013-04-28 1 196 5.19 MB Download
2.0.4 2012-10-28 985 723.35 KB Download
2.0.3 2012-07-29 1 152 714.10 KB Download
1.1.11 2011-09-04 2 950 691.29 KB Download
1.1.9 2011-04-24 1 046 678.15 KB Download
1.1.7 2011-02-06 564 44.98 KB Download
1.1.5 2011-01-09 746 44.28 KB Download
1.1.4 2010-11-28 678 44.82 KB Download
1.1.1 2010-07-25 387 40.88 KB Download
1.1.0 2010-06-26 275 84.44 KB Download

Change Log

  2.0.5 Simple video callbacks demo

Track bars in demo programs to use functions:

  GetVideoPosInMs()
  GetVideoLenInMs()

Rewrite events handling

Add new properties:

  OsdShow default true
  SpuShow default true
  SnapshotPrv default false
  
Add conditional code compilation for support Delphi 7

Add simple example: toggle full screen and back
  2.0.4 Add compiler options {$A4,Z4}
Add property TPasLibVlcPlayer.StartOptions
Now each player component use own instance of libvlc.
  2.0.3 Add critical section to improve calls from event handlers
now property TPasLibVlcPlayer.UseEvents default FALSE
fix bug in TPasLibVlcPlayer.function EventsEnable:
if (p_mi = NIL) then -> if (p_mi <> NIL) then
add function TPasLibVlcPlayer.Stop
add try..finally in TPasLibVlcPlayer.Destroy
  1.1.9 compatibile with Lazarus

new component: TPasLibVlcMediaList

new functions:

  SetPlayRate() - change current play rate
  GetPlayRate() - return current play rate
  1.1.7 simple help for play YouTube video links

new functions:

  GetVideoLenStr()
  GetVideoPosStr()
  1.1.5 support for version 1.1.5
support for unicode file names    
correct creation of VCL at runtime, error: control '' has no parent window

add new properties:

  PopupMenu
  ShowTitle
  UseEvents
  1.1.4 support for version 1.1.4
functiuons to set/get Audio Volume Level
  1.1.1 Change PChar to PAnsiChar