- 06 Feb, 2010 5 commits
-
-
Laurent Aimar authored
VLC_CODEC_FL32/64 are mapped on the native type as before.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It will allow to merge a few raw video demuxers.
-
- 05 Feb, 2010 18 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
They will allow to minimize the number of events sent.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
This reverts commit b48252ea.
-
Laurent Aimar authored
-
Jakob Leben authored
now services discovery root nodes can be found from lua
-
Jakob Leben authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Reverts part of 7db94f4d and rewrite the code.
-
Rémi Duraffort authored
variables: print an error message when a variable is created without a type (often a typo like the previous commit).
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
Currently, input objects of VoD media instances are children of the libvlc object; this patch makes them children of the VoD server object instead. This will provide simpler and cleaner communication means.
-
Jean-Baptiste Kempf authored
-
- 04 Feb, 2010 17 commits
-
-
Jean-Philippe André authored
-
Jean-Philippe André authored
This will allow successful matches between the luaSD title and the real SD psz_name
-
Jean-Philippe André authored
If this configuration value does not exist, fallback on the module name. This is the current behaviour.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We only link it once, so this is more efficient. This allows the build -time linker to remove unused functions and the export table. We could probably do the same with a few other libraries.
-
Rémi Denis-Courmont authored
An obsolete item is one that is not used anymore. Aliases are used when the name of an item changes. For some reason, this also fixes a memory leak. Regression from [5768f298].
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Pointed-out-by: Jean-Baptiste Kempf
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This saves a bit of space (though the message becomes a bit more confusing). This also ensures that VLC_COMMOM_MEMBERS is actually at the top of the struct (in C only).
-
Jakob Leben authored
now also the text is not elided if not necessary
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Regression from [0a69bbfd].
-
Rémi Denis-Courmont authored
-