- 22 Jan, 2010 8 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
-
Pierre Ynard authored
Add a helper to get the right values from the RTSP code
-
Pierre Ynard authored
-
Rémi Duraffort authored
-
- 21 Jan, 2010 22 commits
-
-
Pierre Ynard authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Calls to aout_PrepareFormat where missing.
-
Laurent Aimar authored
It fixes segfaults in src/input/stream.c (at least) when demuxers overflow int64_t seek position, and avoid testing for negative values everywhere. stream_Tell() and stream_Size() still returns signed values as too much code depend on it.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
They were dead long enough.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This codec wasn't good. It didn't work on SIPR correctly in all cases. The code had lots of warnings. The philosophy of it sucks (opening dlls...) It didn't work on non-standard architecture.
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
We don't use the TTL value in SDP anymore, but we still do in RTSP
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This has been broken for sure since 1.0, most probably nuch earlier.
-
Pierre Ynard authored
-
Rafaël Carré authored
-
- 20 Jan, 2010 10 commits
-
-
Jean-Baptiste Kempf authored
I AM in Ur FFmpeg, br34King Ur codez :
-
Jean-Baptiste Kempf authored
It seem to not work because of cross-compilation. It seems to call directly pkg-config with no way of overriding it. --disable-avs-input --disable-lavf-input --disable-ffms-input --disable-mp4-output
-
Rémi Denis-Courmont authored
Saving pointers in the cache makes no sense. In this case, we only want to know that the plugin must be preloaded so that the configuration item callback works from the preference dialog.
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This can't be useful anymore, otherwise connections would always fail... and it was preventing VLC from prompting the user for authentication credentials (untested).
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
JP Dinger authored
a templated helper. The holder variables are not otherwise used so a pointer to the (virtual) interface classes works fine.
-