- 23 Jan, 2010 27 commits
-
-
Jean-Baptiste Kempf authored
It is not useful
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
It indicates restrictions on the ES (resolution, bitrate, codec features...), like the H264 level
-
Rafaël Carré authored
-
Rafaël Carré authored
Other (audio or video) demux/codecs than real demux can use it
-
Vincent Penquerc'h authored
...as I found a case where it makes the output almost unreadable, and cannot find another test case where it makes it better, which I'm pretty sure I had when I did this. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Ramiro Polla authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
Pointed-out-by: Alexis Ballier
-
Rémi Denis-Courmont authored
This is consistent with Qt4 behaviour. This also fixes a bug when using the configuration; the item is called "vcd", not "vcd://".
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 4 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.
-