Search found 9 matches

Go to advanced search

by Sn@ke
18 Apr 2005 10:35
Forum: General VLC media player Troubleshooting
Topic: Using Libvlc in another application
Replies: 3
Views: 793

Thank you, I've checked my mails, but I didn't receive your answer :(
Could you please copy/paste it here ?
by Sn@ke
15 Apr 2005 17:01
Forum: General VLC media player Troubleshooting
Topic: Using Libvlc in another application
Replies: 3
Views: 793

Nobody can help me ? :(
by Sn@ke
13 Apr 2005 15:05
Forum: General VLC media player Troubleshooting
Topic: documentation about source code
Replies: 1
Views: 331

Hello

Just have a look here :
http://developers.videolan.org/vlc/

It contains documentation about VLC source code
by Sn@ke
13 Apr 2005 12:29
Forum: General VLC media player Troubleshooting
Topic: Using Libvlc in another application
Replies: 3
Views: 793

Using Libvlc in another application

Hello, I'm trying to use VideoLan in another simple application (my goal is to launch and control the main functions of VLC through this application), but I don't know how to link Libvlc with my files. My problem is that I'm not very familiar with gcc (I'm using cygwin), so I have troubles to compil...
by Sn@ke
01 Apr 2005 09:38
Forum: General VLC media player Troubleshooting
Topic: Pictures' format before display
Replies: 1
Views: 356

I found the solution to my problem :)
by Sn@ke
31 Mar 2005 16:41
Forum: General VLC media player Troubleshooting
Topic: Handling pictures in the code of VLC
Replies: 2
Views: 416

Thank you, but I still have little problems extracting YUV values of my picture (the Y coefficient is fine, but there isn't the "right number" of U and V value).
by Sn@ke
31 Mar 2005 16:17
Forum: General VLC media player Troubleshooting
Topic: Pictures' format before display
Replies: 1
Views: 356

Pictures' format before display

Hello, I'm trying to understand how datas are stored in the picture_t structure... For instance, I try to read datas of a 128*128 image, with the following loop : for (i=0; i< p_pic->p_heap->i_width * p_pic->p_heap->i_height; i++) { coeff = p_pic->p_data ; fprintf (pFile, "%d:%d ", i, coef...
by Sn@ke
31 Mar 2005 10:09
Forum: General VLC media player Troubleshooting
Topic: Handling pictures in the code of VLC
Replies: 2
Views: 416

Handling pictures in the code of VLC

Hello I'm currently trying to find where in the source code I can access pictures pixel per pixel before they're sent to the output stream (I need to redirect them, or write RGB value in a text file). I tried to write to a file the contents of the picture_t objects in the vout_RenderPicture method (...
by Sn@ke
29 Mar 2005 11:21
Forum: General VLC media player Troubleshooting
Topic: minimal VLC
Replies: 3
Views: 1210

I would also be interested by your question... And can you please tell me how to launch VLC without the windows ?

Thanks

Go to advanced search