Search found 7 matches

Go to advanced search

by Tibweizh
31 Jul 2019 09:03
Forum: Development around libVLC
Topic: [MAC] LPGL & GPL plugins
Replies: 1
Views: 1001

[MAC] LPGL & GPL plugins

Hi there ! I'm developing a commercial software using the libVLC to read videos and my objective is to be only dependent on LGPL licenses. After exploring posts about LGPL and GPL plugins for the lib, I found some interesting things about it for Windows (same on Unix) : https://forum.videolan.org/vi...
by Tibweizh
03 Jul 2019 09:37
Forum: Development around libVLC
Topic: Video format callbacks
Replies: 13
Views: 2033

Re: Video format callbacks

Oh that's it ! Thank you very much Unidan, it's quite clear now for me
by Tibweizh
02 Jul 2019 15:08
Forum: Development around libVLC
Topic: Video format callbacks
Replies: 13
Views: 2033

Re: Video format callbacks

Ok definitely it came from memory allocation, my buffer was too small but... I found something strange with libvlc_video_get_size Here it is : the size obtained by libvlc_video_get_size was not the same as the one I get from the calllback setup (unsigned *width and unsigned *height) . Is this a bug ...
by Tibweizh
02 Jul 2019 08:20
Forum: Development around libVLC
Topic: Video format callbacks
Replies: 13
Views: 2033

Re: Video format callbacks

Humm I think so but I'll work on this point, thanks mate !

If I succeed I'd tell you
by Tibweizh
01 Jul 2019 08:59
Forum: Development around libVLC
Topic: Video format callbacks
Replies: 13
Views: 2033

Re: Video format callbacks

In your format setup callback, your basics steps. Because mine does not work as I wish unsigned VLCReader::cb_setup(void **opaque, char *chroma, unsigned *width, unsigned *height, unsigned *pitches, unsigned *lines) { VLCReader *p = (VLCReader*)opaque; memcpy(chroma, "RV24", sizeof("R...
by Tibweizh
28 Jun 2019 10:00
Forum: Development around libVLC
Topic: Stream to memory with libvlc_video_set_callbacks, possible memory leak
Replies: 7
Views: 997

Re: Stream to memory with libvlc_video_set_callbacks, possible memory leak

Hi algrev,

I'm facing the same problem, did you find something ?

Thanks
by Tibweizh
28 Jun 2019 09:05
Forum: Development around libVLC
Topic: Video format callbacks
Replies: 13
Views: 2033

Re: Video format callbacks

Hi Sherington,

I'm facing some problems with my implementation of video format callback, could you please share yours ? Or tell me what you did ?

Thanks

Go to advanced search