- 30 Jan, 2011 12 commits
-
-
Christophe Mutricy authored
pub 1024D/45C11CA7 2011-01-30 [expires: 2012-01-30] Key fingerprint = 160A 96C4 CA7F 8ABA D43C C087 62B9 7F54 45C1 1CA7 uid VideoLAN Release Signing Key (2011)
-
Christophe Mutricy authored
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This affects way too many code paths. Let KDE fix their own crap.
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 29 Jan, 2011 6 commits
-
-
Pierre Ynard authored
This fixes cases where the stream length is unknown
-
Pierre Ynard authored
Otherwise, when sending requests while already receiving data (e.g. seeking) responses are not waited for properly
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 7b18ec43. This broke LibVLC and wall.
-
Rémi Denis-Courmont authored
This reverts commit 95b63292. This broke LibVLC and the wall filter.
-
- 28 Jan, 2011 10 commits
-
-
Erwan Tulou authored
Same rationale as previous patch about Linux. fix trac #4440 (to be tested)
-
Erwan Tulou authored
When the default window provider is used (dummy, rc, ... interfaces), rather decide what to do when the user closes the video window than let the WM blindly destroy it. Till now, this led to an error message, input dying and the playlist being stopped. For -I dummy, it also meant leaving vlc hanging since no interface could then be used to stop vlc. Action taken is to stop vlc, but feel free to change/improve/make it more configurable if need be.
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
An negative integer would make no sense here. I guess we could use an unsigned char here, since it can only be between 0 and 127, as far as I understand
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
-
- 27 Jan, 2011 5 commits
-
-
Pierre Ynard authored
This fixes opening of file names containing non-ASCII characters
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
Fixes Debian bug #600269
-
- 26 Jan, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
We still need to use it to stop VoD instances because the VLM waits to join the input thread :(
-
- 25 Jan, 2011 4 commits
-
-
Pierre Ynard authored
For VoD, the synchronization is bad, but accurate synchronization would require at least changes in the core to add support for some kind of "instant pausing" to the stream output. Synchronous calls to the VLM shouldn't cause delay problems, no operation waits for the input.
-
Pierre Ynard authored
This way, we don't take the httpd lock when holding the vlm lock. This will allow passing synchronous calls from the RTSP stack to the VLM (as long as you don't use the old vod module at the same time, which you can't anyway).
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
This will fix a bunch of crashes related to the buggy 10.5 64bit runtime.
-
- 24 Jan, 2011 1 commit
-
-
Erwan Tulou authored
On Linux, two scrolling events were generated for each wheel step (one on ButtonPress, one on ButtonRelease). This led to scrolling being twice faster on Linux than it is on Windows. This patch ensures that only one scroll event is issued for one step at the mouse wheel.
-