Search found 9 matches

Go to advanced search

by joeklow
28 Aug 2013 21:20
Forum: Development around libVLC
Topic: OutOfTree build for Windows/MinGW target?
Replies: 3
Views: 462

Re: OutOfTree build for Windows/MinGW target?

Jean-Baptiste Kempf , thanks, actually there was more problems that one in the Debian/Ubuntu cross-platform building team may expect. And, please, jb, pick this: contrib files downloaded at 'make prebuilt' step: ls -l ../contrib/x86_64-w64-mingw32/lib/|grep libdts lrwxrwxrwx 1 1015 1016 56 Apr 8 20...
by joeklow
26 Aug 2013 02:55
Forum: Scripting VLC in lua
Topic: Possible to jump forward based on X subtitle keywords?
Replies: 13
Views: 5337

Re: Possible to jump forward based on X subtitle keywords?

Can anyone share thought, what resolution intf-event provides in Lua for detecting playback position, in milliseconds?
by joeklow
26 Aug 2013 02:53
Forum: Scripting VLC in lua
Topic: can Lua access value defined in 3rdparty module?
Replies: 0
Views: 716

can Lua access value defined in 3rdparty module?

Hi. So, if my plugin has: set_shortname( "some" ) set_category( CAT_AUDIO ) set_subcategory( SUBCAT_AUDIO_AFILTER ) add_string("some-val", "nothing, really", "some value") And bare expectations were: if all vars are exposed via non-hardcoded interface, and, re...
by joeklow
26 Aug 2013 02:25
Forum: Development around libVLC
Topic: Drawing SUBPICs outside of video region
Replies: 1
Views: 424

Drawing SUBPICs outside of video region

There's that thread from 2006 about subtitle positioning in fullscreen: https://forum.videolan.org/viewtopic.php?t=14603

For my next plugin, I need to draw graphics outside of video area. How I should think about it, especially when it comes to video cropping / aspect ratio?
by joeklow
26 Aug 2013 02:15
Forum: Development around libVLC
Topic: OutOfTree build for Windows/MinGW target?
Replies: 3
Views: 462

OutOfTree build for Windows/MinGW target?

Hi all. Wiki page on OutOfTree build is telling nothing cross-platform related; also, there's no good reliable example in any publicly available 3rdparty plugin code. Using plain makefile template with CC set to mingw32-c++ , make result is: mingw32-c++ -std=gnu99 -Wl,-no-undefined,defs -lvlccore -l...
by joeklow
14 Aug 2013 21:04
Forum: Development around libVLC
Topic: Proper way to synchronize events between multiple plugins?
Replies: 4
Views: 410

Re: Proper way to synchronize events between multiple plugin

That does not make much sense, so no.
Bar Graph's code is what makes no sense..
var_CreateGetIntegerCommand? TCP connections? How do they even synchronize their video and audio parts? // that I was asking after looking at the source :mrgreen:
by joeklow
14 Aug 2013 20:48
Forum: Development around libVLC
Topic: "Subtitle filter" plugins
Replies: 3
Views: 508

Re: "Subtitle filter" plugins

sub filter plugins should be able to access the text before rendering. Nope.. subpic filters (as in SUBCAT_VIDEO_SUBPIC, "sub filter", pf_sub_filter) are seemingly receiving empty p_subpic->p_region value in pf_sub_filter call, so p_subpic->p_region->psz_text route is unavailable.
by joeklow
10 Aug 2013 23:08
Forum: Development around libVLC
Topic: "Subtitle filter" plugins
Replies: 3
Views: 508

"Subtitle filter" plugins

Hi all. What are the best possible approaches to be able to receive subtitle text input in plain text, without rewriting Freetype renderer's code - exactly, to avoid any modifications in main source tree? // currently I look at Marquee's source code, but feel there's something incomplete with its SU...
by joeklow
10 Aug 2013 23:06
Forum: Development around libVLC
Topic: Proper way to synchronize events between multiple plugins?
Replies: 4
Views: 410

Proper way to synchronize events between multiple plugins?

Hi all. For my ongoing project, I need to talk between two completely different plugins (sending messages from plugin object to plugin object few times a second). Currently I use SHM, but the code looks much unportable :( is there a native plugin-to-plugin messaging layer in VLC plugins? (I write ou...

Go to advanced search