- 27 Jan, 2011 1 commit
-
-
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 12 commits
-
-
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.
-
Erwan Tulou authored
scrolling is coded twice in this file, because it contains two class implementations (CtrlSliderCursor and CtrlSliderBg). Both need this code since cursor can be on any one of these two controls when scrolling occurs.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It can be used to view an Xvfb as an example. This supports both memory mapped files and old-style System V segments.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Srikanth Raju authored
-
Srikanth Raju authored
Similar to pl_Get
-
Rémi Denis-Courmont authored
Note that this only works if the path can be represented in the ANSI code page. Otherwise, you will need to patch gettext.
-
Jean-Baptiste Kempf authored
-
- 23 Jan, 2011 21 commits
-
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Timeout makes it too easy to write crappy code. It's also much easier to handle EINTR without timeout. This fixes a minor bug: revents was undefined if poll() failed.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Do not read revents in case of error. Do not busy loop if POLLERR or POLLHUP get set.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #2052, #4039, #4390, #2796 Apparently Goom developers don't understand SIMD registers...
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-