- 18 Jul, 2009 15 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Antoine Cellerier authored
Fixes some incomplete reads with gspca driver, and makes it possible to use all 3 data acquisition methods (previous code was limited to read()).
-
Alina Friedrichsen authored
Without this patch, the initial value on my system is for example 3, so that two much items are counted. In the second step the function breaks with a error code, when the information downloading of the non-existing item fails. Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
-
Antoine Cellerier authored
(and print some extra debug)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Sample: http://streams.videolan.org/streams-videolan/flv/Porgi_Amor_Mirusia_123nl_Orbit.flv This could be backported, if someone needs it.
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
skins2 now does some intializations (GUI) in the Run function, and therefore needs the Open function to wait till the Run thread is ready. This patch fully copies the qt4 initialization process.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
- 17 Jul, 2009 20 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Directx doesn't mean anything... It should be directdraw
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
This fixes VLC-Plugin issues within Safari and obviously includes the recent 3rd party library updates.
-
Felix Paul Kühne authored
-
Laurent Aimar authored
It allows to use direct rendering if the chroma/size changes. It also avoid *always* disabling it after a seek... (It cost about 6% of CPU for video HD on my dual core in memcpy).
-
Laurent Aimar authored
-
Laurent Aimar authored
It would be the proper thing to do to convert real time access_demux to work without pf_demux callback (it includes oss,alsa,rtp,screen at least).
-
Laurent Aimar authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Erwan Tulou authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Erwan Tulou authored
-
Antoine Cellerier authored
Decrease poll delay from 0.5 to 0.01 seconds in alsa in oss, else the audio input would block the video input when used as an input slave. Other accesses likely to be used as input slaves might need to be changed. An easier solution (module-wise, harder core wise) would be to run each slave in its own thread.
-
- 16 Jul, 2009 5 commits
-
-
Laurent Aimar authored
It allows to decrease the number of input thread wakeup and to improve its reactiveness at user commands in case of data starvation.
-
Laurent Aimar authored
The input will try to read 20% faster the source until a certain amount of data is buffered by the fifo of the decoders (for now 10Mbytes or 500kbytes when OPTIMIZE_MEMORY is defined for the sum of all fifos). This buffering adds up to pts_delay without any additional delay but can only work when VLC controls the source pace. It has a drawback with the current way the meta data works: they are seen too soon.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Anthony Loiseau authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-