- 22 Nov, 2008 9 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It will allows proper locking of p_item.
-
Laurent Aimar authored
It will allows proper locking of p_item.
-
Laurent Aimar authored
There is no functionnal changes except a few missing events added.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is a common pratice to allows it for at least TS over RTP. I have added an error message when using a odd port.
-
Laurent Aimar authored
-
Joseph Tulou authored
It was preventing mouse to work properly. Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 21 Nov, 2008 5 commits
-
-
Jean-Baptiste Kempf authored
Don't forget the break; in a switch !
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 20 Nov, 2008 11 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
I seem to have missed these, sorry guys for breaking the build.
-
Jean-Paul Saman authored
The input core does separate playing states for forward or backward direction from the playing state PLAYING_S. If one wants to know in what direction VLC is playing, then he needs to look at the sign value of the "rate" value. Backward playing direction has a negative "rate" value. Forward playing direction has a positive one.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Don't allow rate < 0 when p_input->p->input.b_rescale_ts is true. Setting b_rescale_ts to true says to vlc, rescale the timestamp. Setting it to false is like saying, I can completely handle the rate, just aknoledge the fact that the rate is not the default one.
-
Jean-Paul Saman authored
-
- 19 Nov, 2008 6 commits
-
-
COCQUEBERT Cédric authored
Signed-off-by: COCQUEBERT Cédric <cedric.cocquebert@cea.fr> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
Initial report/patch by Marian Durkovic.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 18 Nov, 2008 9 commits
-
-
Lukas Durfina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Fixed double free.
-
Vincent Penquerc'h authored
The first data page of a physical stream is stored in the relevant logical stream in Ogg_FindLogicalStreams. Therefore, we must not read a page and only update the stream it belongs to if we haven't processed this first page yet. If we do, we will only process that first page whenever we find the second page for this stream. While this is fine for Vorbis and Theora, which are continuous codecs, which means the second page will arrive real quick, this is not fine for Kate, whose second data page will typically arrive much later. This means it is now possible to seek right at the start of a stream where the last logical stream is Kate, without having to wait for the second data page to unblock the first one, which is the one that triggers the 'no more headers to backup' code. And, as we all know, seeking without having backed up all headers is bad, since the codec will fail to initialize if it's missing its headers. Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-