- 17 Mar, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 12 Mar, 2008 1 commit
-
-
ivoire authored
-
- 04 Mar, 2008 4 commits
-
-
Rémi Denis-Courmont authored
The input already does the job. Signed-off-by:
Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Signed-off-by:
Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Signed-off-by:
Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
(see MRLSplit), so this has become useless, if not inconsistent. Signed-off-by:
Rémi Denis-Courmont <rem@videolan.org>
-
- 29 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
input/input.c: Misformatted if statement fix. Could someone check if that's really the wanted behaviour though.
-
- 26 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. * Meaning, that when created objects gets a refcount to 1. * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0. * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed) * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed. (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
-
- 21 Feb, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Feb, 2008 1 commit
-
-
Ilkka Ollakka authored
qt4-interface to use it. var_Change doesn't trigger callback so earlier version about adding callback to it worked someway as intented only by luck ;)
-
- 10 Feb, 2008 1 commit
-
-
Rémi Denis-Courmont authored
This fixes opening file names with colons which some users, at the expense of requiring "://" to separate the access from the path. As such udp:@12.34.56.87 won't work anymore, use udp://@12.34.56.87 instead.
-
- 31 Jan, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 29 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 24 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 07 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 04 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
input/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This could introduce regression such as seekable item no more seekable, but I should have greped enough...).
-
- 11 Dec, 2007 3 commits
-
-
Laurent Aimar authored
Based on a patch by Glen Gray.
-
Laurent Aimar authored
-
Laurent Aimar authored
DEMUX_CAN_PAUSE and DEMUX_CAN_CONTROL_PACE can now fail.
-
- 06 Dec, 2007 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Don't call input_ChangeState() constantly while being in error state, because it triggers callbacks at each call. This can result in a busy rc interface.
-
- 18 Nov, 2007 2 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 17 Nov, 2007 1 commit
-
-
Christophe Mutricy authored
-
- 10 Nov, 2007 1 commit
-
-
Felix Paul Kühne authored
-
- 21 Oct, 2007 2 commits
-
-
Christophe Mutricy authored
-
Laurent Aimar authored
We now have: 1x 1.5x 2x 3x 4x 8x (and the same for slower).
-
- 20 Oct, 2007 1 commit
-
-
Rafaël Carré authored
-
- 14 Oct, 2007 1 commit
-
-
Laurent Aimar authored
Audioscrobbler is not fixed but I let a comment explaining how to do it.
-
- 08 Oct, 2007 1 commit
-
-
Laurent Aimar authored
if the demuxer has not set them. Added a demux2 control DEMUX_HAS_UNSUPPORTED_META. A demuxer should return true only when the format support extra meta data (id3/ap2/...) but it does not read them itself. The input will then call a "meta reader" (demuxer modifications on the way).
-
- 03 Oct, 2007 1 commit
-
-
Laurent Aimar authored
var_CreateGetBool( p_demux, "meta-preparsed" ) (The demuxer should NOT overwrite it) subtitle: do not look for p_input when not necessary.
-
- 02 Oct, 2007 1 commit
-
-
Rafaël Carré authored
-
- 01 Oct, 2007 1 commit
-
-
Laurent Aimar authored
-
- 30 Sep, 2007 1 commit
-
-
Laurent Aimar authored
input slave) Untested. media_instance.c no longer depends on input_internal.h Clean up a bit es_out pause handling. Fixed DEMUX_GET_FPS description (double not float)
-
- 29 Sep, 2007 1 commit
-
-
Laurent Aimar authored
selected one with --sub-file
-
- 28 Sep, 2007 1 commit
-
-
Rafaël Carré authored
Re-enables media library. Fixes #1047 (nth attempt).
-
- 23 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock. One could argue the deadlock is the problem rather than vlc_object_destroy implementation.
-
- 16 Sep, 2007 1 commit
-
-
Christophe Mutricy authored
-