Search found 4 matches

Go to advanced search

by jortola
17 Aug 2010 17:22
Forum: Development around libVLC
Topic: Plugin purge - win32
Replies: 1
Views: 293

Plugin purge - win32

Is there any way to know witch plugins are being used by libvlc and witch one are not being used? I dont want to include all plugins in the redist, I'm actually using rtsp, mjpeg, mpeg4, h264 and rendering frame to frame via callbacks. Any idea? Thanks.
by jortola
17 Aug 2010 15:29
Forum: Development around libVLC
Topic: Decode at same width and height that encoded video
Replies: 10
Views: 1990

Re: Decode at same width and height that encoded video

How is this posible? (Extend vlc API)
by jortola
12 Aug 2010 16:21
Forum: Development around libVLC
Topic: Decode at same width and height that encoded video
Replies: 10
Views: 1990

Decode at same width and height that encoded video

Hi, I've the following problem, when I open the media, and bind it to the player, I can't retrieve the media width and height values, so I can't get the same output as input. Is there any way to get this? PD: I've tryed libvlc_video_get_size, but it's not working. Thanks! J.Ortola libvlc_instance_t*...
by jortola
29 Jul 2010 13:44
Forum: Development around libVLC
Topic: Available chroma formats in libvlc_video_set_format
Replies: 3
Views: 4361

Available chroma formats in libvlc_video_set_format

Hi, First of all, I'd like to congratulate vlc developers for so clean and easy-to-use api. Well, I'm trying to render manually, so I need to know the available pixelformats that I can pass as chroma parameter in libvlc_video_set_format function. Just a question, why have you designed this function ...

Go to advanced search