- 12 Mar, 2009 14 commits
-
-
hartman authored
-
hartman authored
-
Rémi Denis-Courmont authored
This is ugly but we can do jack about this (short of forking ffmpeg).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
avcodec is used from at least three different plugins: avcodec, switcher (which seems dead though) and indirectly in avformat. We need to have a common interlock for all of these.
-
ivoire authored
-
Rémi Denis-Courmont authored
This fixes a crash from the avformat (de)mux.
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
- 11 Mar, 2009 11 commits
-
-
Jean-Baptiste Kempf authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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
-
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 15 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
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
size_t are 64-bit long on Win64, adapt the wrapper for it Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Since we now have a general work around, this hack is not needed anymore. This reverts commit 6f1a7b41 Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
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
-