Search found 8 matches

Go to advanced search

by xzou999
17 Jul 2007 12:31
Forum: General VLC media player Troubleshooting
Topic: what's clock reference frequency when calling es_out_Control
Replies: 0
Views: 388

what's clock reference frequency when calling es_out_Control

When calling es_out_Control(p_demux->out,ES_OUT_RESET_PCR), it may call the function input_ClockSetPCR( p_sys->p_input, &p_pgrm->clock, (i_pcr + 11 ) * 9 / 100) to set the Program Clock Reference. I have read the inside of input_ClockSetPCR,but still don't understand what value was the reference...
by xzou999
17 Jul 2007 12:20
Forum: General VLC media player Troubleshooting
Topic: Understanding VLC source.
Replies: 2
Views: 505

Re: Understanding VLC source.

As I know, most of the source code of VLC are written with C language, except something about interface. If you are new to VLC source code, I think you should start at 3 files, which are vlc.c, libvlc.h,libvlc.c and locate in src directory. I recommend you read code using a software called "sou...
by xzou999
17 Jul 2007 03:10
Forum: General VLC media player Troubleshooting
Topic: How does VLC synchronize between two ES stream?
Replies: 1
Views: 389

How does VLC synchronize between two ES stream?

Recently,I'm studing something about synchronize between video and audio stream in VLC. Through reading the source code, I found that every time when demux was finished, a function call "es_out_Control(p_demux,ES_OUT_SET_PCR,...)" will be invoked. Having read inner contents of es_out_Contr...
by xzou999
28 Jun 2007 03:21
Forum: VLC media player for Windows Troubleshooting
Topic: loader in vlc seems doesn't work
Replies: 4
Views: 569

Re: loader in vlc seems doesn't work

You mean vlc built in cygwin without "--enable-loader" could still load the dll files that it need? OK, I'll try again,and thanks for you advice :P
by xzou999
27 Jun 2007 10:35
Forum: VLC media player for Windows Troubleshooting
Topic: loader in vlc seems doesn't work
Replies: 4
Views: 569

Re: loader in vlc seems doesn't work

I don't think the loader is for windows. But I configured it under Cygwin , and the loader in VLC seems ported from wine just like the loader in Mplayer, from the point of view of the VLC's source code,some code in of loader in vlc even looked like ported from mplayer, do you think so? I compiled a...
by xzou999
27 Jun 2007 07:23
Forum: VLC media player for Windows Troubleshooting
Topic: loader in vlc seems doesn't work
Replies: 4
Views: 569

loader in vlc seems doesn't work

I'm compiling vlc under cygwin, and here is the contents my configure script file: ./bootstrap && \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ CC="gcc -mno-cygwin" CXX="g++ -mno-cy...
by xzou999
27 Jun 2007 05:21
Forum: VLC media player for Windows Troubleshooting
Topic: problem in fullscreen mode
Replies: 1
Views: 365

problem in fullscreen mode

When I use vlc in windows commandline as "vlc -f files-I-want-to-play", I found the graphic control dialog will appear first,then zoom to fullscreen. The problem is that I don't want any control dialog appear when using fullscreen mode. Can vlc works like mplayer that will zoom to fullscre...
by xzou999
11 Jun 2007 10:56
Forum: VLC media player for Windows Troubleshooting
Topic: I want to add a real video codec plugin,can anybody help?
Replies: 4
Views: 699

I want to add a real video codec plugin,can anybody help?

When I use the vlc-0.8.6b playing the real file, I found that the sound appeared but video doesn't. Having read the source code, I found the demux module for real files and the audio codec module have been there, video codec module is lacked. So I have an idea that writing a video codec module mysel...

Go to advanced search