- 02 Mar, 2008 14 commits
-
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
This only affects people still not building from subdir. Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Fix #1486 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
This is meant so that this will still work: $ vlc --sout rtp/ts://239.255.12.42 Also, these new constructs will work: $ vlc --sout dccp/ts://[::] $ vlc --sout udplite/ts://239.255.42.12Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
conflicting booleans to select the RTP transport protocol. Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Pointed-out-by: Drew Yao Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Pointed-out-by: Drew Yao 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
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
-
- 01 Mar, 2008 9 commits
-
-
Rémi Denis-Courmont authored
The previous commit "accidentally" worked around Drew Yao's first integer overflow.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Check some malloc() failures - yes it can happen when the alloc size is variable. Unfortunately, the MP4 code seems pretty hopeless.
-
Rémi Denis-Courmont authored
(Hint: sizeof(char) is ONE per the definition of sizeof) (Hint: size is the SECOND parameter of calloc, not the FIRST one) (Hint: calloc() calls bzero(), waste of time if memory is set anyway)
-
Rémi Denis-Courmont authored
(unfortunately, it will not be shareable since it contains relocations)
-
Rémi Denis-Courmont authored
-
Mark Moriarty authored
-
- 29 Feb, 2008 17 commits
-
-
Christophe Mutricy authored
-
Jean-Paul Saman authored
-
Faustino Osuna authored
-
Pierre d'Herbemont authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Pierre d'Herbemont authored
-
Faustino Osuna authored
-
Faustino Osuna authored
Let's try this again. Detect older and new versions of ffmpeg and allow for their coexistence within VLC.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-