- 12 Mar, 2009 3 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 11 Mar, 2009 11 commits
-
-
Jean-Baptiste Kempf authored
-
JP Dinger authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Vicente Jimenez Aguilar authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sabourin Gilles authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It makes prerolling less precise but it will avoid loosing valid frame.
-
Rémi Denis-Courmont authored
Using vlc_mutex_trylock(), we make sure that the video output thread will not yield because of an incomplete snapshot request. It can still yield in the very unlikely case that a thread is doing a snapshot request while the video output thread finishes sorting SPUs _and_ there already was a pending snapshot earlier.
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
The macros are indeed a little bit too intrusive, and break calls to QString::sprintf Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
André Weber authored
-
- 10 Mar, 2009 18 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
When the socket is congested, we should simply skip sending. When there is a soft-error, we should resend and simply ignore. Instead, we were dropping the socket if the failure remained on the second try, which was always the case in the congestion scenario. This should fix the socket dropping problem described at: http://forum.videolan.org/viewtopic.php?f=4&t=56493
-
JP Dinger authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
JP Dinger authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Pierre Ynard authored
size_t are 64-bit long on Win64, adapt the wrapper for it Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Pierre Ynard authored
Since we now have a general work around, this hack is not needed anymore. This reverts commit 6f1a7b41Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Pierre Ynard authored
This patch works around unsupported %z modifiers, by using a wrapper around *printf functions that patches the format string on the fly. The format string is duplicated, and "%z"'s are replaced by "%l"'s. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
This fixes a regression introduced in commit: 75adef44
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 09 Mar, 2009 8 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It could happen if the input_thread_t die before/without sending any meta event.
-
Laurent Aimar authored
It avoid locking the whole playlist_t when fetching art, which can take a lot of time...
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Until a valid icon is designed/found, I used a DRM text label.
-
Laurent Aimar authored
-