- 06 Feb, 2010 23 commits
-
-
Antoine Cellerier authored
Remove msleep() from vlm. It should work but testing is recommended. I'll take all the blame in case of issues :D.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
Based on an idea from Jean-Philippe André
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Antoine Cellerier authored
Lua source code can be compiled into binary files to speedup loading using the luac command line utility. VLC will first try loading the .luac module and fallback to .lua if it fails. (And factorize code)
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
This reverts commit 2e028db6. This violates segmentation when exiting Qt4 with the error dialog.
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
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 17 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.
-