- 02 Nov, 2010 11 commits
-
-
Jean-Paul Saman authored
In addition to p_access->psz_location also add p_access->psz_access to the contructed stream_t *. It will allow a stream_filter to determine the protocol used in case it was constructed with an access input.
-
Jean-Paul Saman authored
Cleanup
-
Jean-Paul Saman authored
Remove debug code no longer needed.
-
Jean-Paul Saman authored
Remove unused include files.
-
Sébastien Escudier authored
See frame_mbs_only_flag chapter 7.4.2.1
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
-
Rafaël Carré authored
using psz_string to initialize will leave the top 32bits uninitialized
-
- 01 Nov, 2010 24 commits
-
-
Pierre Ynard authored
A too short delay causes issues with late packets being dropped by the stream output. This reverts 32e94ee0
-
Rafaël Carré authored
OSX automake 1.10 can build the contribs but not VLC
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Add grain in first page, move away blur Renaming gradfun Tab reorder
-
Rafaël Carré authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
aout/vout were sometimes used. It was inconsistent and in some cases those objects could be undefined (NULL).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
A scaler/chroma converter is inserted as the last filter if needed.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
You need a very recent libbluray for this support
-
Jean-Baptiste Kempf authored
As pointed out by Laurent
-
Laurent Aimar authored
It is not needed anymore as changing deinterlace settings does not restart the vout anymore. It removes the last vlc_object_find() in the vout code.
-
Laurent Aimar authored
-
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
-
Rémi Duraffort authored
Some important things: * the test is deactivated by default as it needed netcat. To activate it you just need to add check_SCRIPTS to the TESTS variable (I won't do it unless we think that netcat is present on every hosts that run the make check?) * the test is really simple for the moment (that's more a POC) * we can write a small netcat-like tool to activate this test by default...
-
Rafaël Carré authored
Fix use of ACLOCAL_AMFLAGS
-
- 31 Oct, 2010 5 commits
-
-
Rafaël Carré authored
also factorize a bit
-
Rafaël Carré authored
use autoreconf instead of faad bootstrap script
-
Rafaël Carré authored
-
Rafaël Carré authored
We only need additional tools on OSX
-
Rafaël Carré authored
-