- 23 Jan, 2010 5 commits
-
-
Rémi Denis-Courmont authored
This avoids pushing and checking the mode parameter at each recursion. Also, FindParent is now iterative.
-
Daniel Mierswa authored
HAVE_{LIBCDIO,LIBVCDINFO} and have_{libcdio,libvcdinfo} were nowhere used in the source except when --enable-vcdx was given, hence only probe for them when vcdx is to be enabled. Since have_libvcdinfo (which is a requirement for vcdx) can only be enabled if have_libcdio was defined, I simply put it in the enable_vcdx block. And because vcdx needs to be explicitly enabled, we can safely AC_MSG_ERROR on every missing library. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This reverts commit 09049343.
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
- 22 Jan, 2010 9 commits
-
-
Jean-Baptiste Kempf authored
Sorry, I forgot to push that part
-
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 4 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
-