Search found 3 matches

Go to advanced search

by v.koehler
25 Jun 2009 16:15
Forum: Development around libVLC
Topic: Please help for"make[5]: *** [libzvbi_plugin.la] Error 1"
Replies: 6
Views: 1893

Re: Please help for"make[5]: *** [libzvbi_plugin.la] Error 1"

Is this zvbi-library also in the current vlc-version disabled?
by v.koehler
24 Oct 2007 14:43
Forum: VLC stream-output (sout)
Topic: AOUT_MAX_ADVANCE_TIME
Replies: 1
Views: 499

AOUT_MAX_ADVANCE_TIME

Hallo, ./include/vlc_config.h: in this file is the clock frequenz defined: "#define CLOCK_FREQ 1000000" and duration between the time we receive the data packet, and the time we will mark it to be presented: "#define DEFAULT_PTS_DELAY (mtime_t)(0.3*CLOCK_FREQ)" Does anybody know ...
by v.koehler
24 Oct 2007 13:15
Forum: VLC stream-output (sout)
Topic: filter decoded audio buffer
Replies: 0
Views: 445

filter decoded audio buffer

hello, in /src/audio_output/dec.c there is a function aout_DecPlay, which filters the decoded buffer. all buffers which accomplish this condition: "if ( p_buffer->start_date > mdate() + p_input->i_pts_delay + AOUT_MAX_ADVANCE_TIME )" will be thrown away with "aout_BufferFree( p_buffer...

Go to advanced search