Search found 4 matches

Go to advanced search

by afiestas
07 Oct 2009 10:21
Forum: Development around libVLC
Topic: Using libvlccore inside a libvlc application
Replies: 5
Views: 1106

Re: Using libvlccore inside a libvlc application

Well after a bit of research I'm able to add/remove effects, thx for the help! One small question which remains in my mind is what is the right way of get "video output" object, at the moment I'm using vlc_list_children because vlc_object_find_name is not working :/ any tip on that? Thx ag...
by afiestas
05 Oct 2009 16:44
Forum: Development around libVLC
Topic: Using libvlccore inside a libvlc application
Replies: 5
Views: 1106

Re: Using libvlccore inside a libvlc application

One more question: Is possible to add/remove filters using libvlccore? I've tried it by many ways but I have not found the right one :/ for example I tried vout_EnableFilter (vout == video output right?) Thanks! Ps: Wow! I just saw [16:49] <CIA-80> Rémi Denis-Courmont master include/vlc_common.h: Us...
by afiestas
05 Oct 2009 12:51
Forum: Development around libVLC
Topic: Using libvlccore inside a libvlc application
Replies: 5
Views: 1106

Re: Using libvlccore inside a libvlc application

Thanks!
I can change the brightness now :p

I needed to define the macro typeof myself because seems that it's not available in g++ (4.3.1) basically what I did is an alias typeof->__typeof__
#define typeof(X) __typeof__(X)

Once again thanks!
by afiestas
02 Oct 2009 12:54
Forum: Development around libVLC
Topic: Using libvlccore inside a libvlc application
Replies: 5
Views: 1106

Using libvlccore inside a libvlc application

Hi!
Is there any example or tutorial of how to mess libvlccore and libvlc? I know this is tricky but afaik if I want to modify vars without restart the player (use var_Set) I need it.

Thanks !

Go to advanced search