[vlc-devel] commit: libvlc API: Add Marquee Filter to libvlc in video.c ( Cyril Mathé )
git version control
git at videolan.org
Mon Jun 29 06:17:38 CEST 2009
vlc | branch: master | Cyril Mathé <cmathe at actech-innovation.com> | Tue Jun 23 09:46:00 2009 +0200| [1575219755355e174589cb4e108e703f94fb973b] | committer: Pierre d'Herbemont
libvlc API: Add Marquee Filter to libvlc in video.c
-libvlc_video_get_marquee_option_as_int : get an option int value
-libvlc_video_get_marquee_option_as_string : get an option string value
-libvlc_video_set_marquee_option_as_int : enable, disable or set an int value
-libvlc_video_set_marquee_option_as_string : set a string value to marq
Modified patch from Cyril Mathe <cmathe at actech-innovation.com>
This API implementation is very limitied, as no presistent state is preserved, and settings can only be set when a vout is around. This makes the whole thing very limitating.
Hopefuly we'll get a better implementation over the time.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1575219755355e174589cb4e108e703f94fb973b
---
include/vlc/libvlc_media_player.h | 69 +++++++++++++++
src/control/video.c | 174 +++++++++++++++++++++++++++++++++++++
src/libvlc.sym | 4 +
3 files changed, 247 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1575219755355e174589cb4e108e703f94fb973b
More information about the vlc-devel
mailing list