- 17 Mar, 2008 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Oh! another ABI break - if only vlc_input_item_t weren't public)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 12 Mar, 2008 1 commit
-
-
ivoire authored
-
- 04 Mar, 2008 5 commits
-
-
Rémi Denis-Courmont authored
Signed-off-by:
Rémi Denis-Courmont <rem@videolan.org>
-
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>
-
- 03 Mar, 2008 1 commit
-
-
Pierre authored
-
- 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.
-
- 27 Feb, 2008 1 commit
-
-
Rafaël Carré authored
-
- 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 2 commits
-
-
Rémi Denis-Courmont authored
-
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.
-
- 03 Feb, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Feb, 2008 1 commit
-
-
Laurent Aimar authored
It fixes errors when using mapped file input (for example with asf, or with truncated files) Please, report any regression (with dvb, mapped file, v4l, mms inputs)
-
- 31 Jan, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 29 Jan, 2008 4 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
removes unused arguments
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 28 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 27 Jan, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 25 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 24 Jan, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré 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.
-
- 18 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
input/meta.c: Don't re-run the art finder if the art was previously set in input_ArtFind. (Should fix youtube.lua arturl).
-
- 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...).
-
- 01 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 26 Dec, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-