Search found 7 matches

Go to advanced search

by hedypan
05 Aug 2009 08:42
Forum: Development around libVLC
Topic: How to add new dll module into VLC
Replies: 11
Views: 4477

Re: How to add new dll module into VLC

Not exactly. It's doing 3D warping job. I guess maybe we can consider it as a video filter.
by hedypan
05 Aug 2009 08:10
Forum: Development around libVLC
Topic: How to add new dll module into VLC
Replies: 11
Views: 4477

Re: How to add new dll module into VLC

Hi, thanks for your information. I've already successfully build my new module according to HACKING. The problem now is how to make this new module really working. My module is trying to do some kind of image processing after the decoding module. How can I make the new module working directly after ...
by hedypan
30 Jul 2009 03:15
Forum: Development around libVLC
Topic: How to add new dll module into VLC
Replies: 11
Views: 4477

Re: How to add new dll module into VLC

Thanks guys, are there any reference document for out of tree building method?
by hedypan
29 Jul 2009 03:37
Forum: Development around libVLC
Topic: How to add new dll module into VLC
Replies: 11
Views: 4477

Re: How to add new dll module into VLC

Hi, thanks for your information. The method you introduced is adding a module by adding its sources files to modules.am. In my case, the source is not a single file but some huge source files, some thing like x264. I think adding this module by adding its sources may make it complex. So, I trying to...
by hedypan
28 Jul 2009 09:07
Forum: VLC stream-output (sout)
Topic: How to add new dll module into VLC
Replies: 1
Views: 289

How to add new dll module into VLC

Hi, I am trying to add some new functions into VLC for my application. The new function should be added after decoding module and before display module. I am going to make this new function into a DLL module and then link it with other VLC modules. Any one who knows if it is possible to add an DLL m...
by hedypan
28 Jul 2009 09:05
Forum: Development around libVLC
Topic: How to add new dll module into VLC
Replies: 11
Views: 4477

How to add new dll module into VLC

Hi, I am trying to add some new functions into VLC for my application. The new function should be added after decoding module and before display module. I am going to make this new function into a DLL module and then link it with other VLC modules. Any one who knows if it is possible to add an DLL m...
by hedypan
13 Jul 2009 13:09
Forum: Development around libVLC
Topic: update of vout_synchro.c file
Replies: 1
Views: 371

update of vout_synchro.c file

Hi, I am a greehand on this site. I've modify vout_synchro.c file on vlc-0.8.6d\src\cideo_output\ fold for one of my application. Recently, I'm trying to update this application by using new VLC version. But I found vout_synchro.c does not exist any more from vlc-0.9.0 version. I checked the changlo...

Go to advanced search