- 13 Nov, 2009 11 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
Remove patch merged upstream
-
Pierre Ynard authored
.PHONY doesn't seem too happy about that...
-
Pierre Ynard authored
Clean up hack and avoid failing if bin/ doesn't exist
-
- 12 Nov, 2009 7 commits
-
-
Laurent Aimar authored
It seems to work just fine and fix an error in windows 7 (it was refused unless VLC wass run with admin rights).
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
Because you're supposed to
-
Pierre Ynard authored
That is adding errno and live555, and disabling what currently doesn't build
-
Pierre Ynard authored
-
Pierre Ynard authored
WinCE lacks errno support and thus doesn't have an errno.h header. Since it is used like everywhere, contribs and VLC, we add a .errno target in the contribs, that fetches a minimal errno.h that allows everything to compile smoothly. This is how it was done before too.
-
- 11 Nov, 2009 17 commits
-
-
Jean-Philippe André authored
-
Jean-Philippe André authored
-
Jean-Philippe André authored
New function vlc.input.item(): returns a pointer to the current input_item The object returned by vlc.input.item has the following members: - item:metas(): similar to vlc.input.metas - item:set_meta(name, value): change a meta. Eg: set_meta("artist", "ZZ")
-
Jean-Philippe André authored
-
Jean-Philippe André authored
Returns a table with (max.) 17 meta data about the current input
-
Jean-Philippe André authored
Load a subtitles stream given its URI
-
Rafaël Carré authored
>= 0 means success (could be the new offset) -1 = error
-
Jean-Philippe André authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Nick Briggs authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Marian Ďurkovič authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 10 Nov, 2009 5 commits
-
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
This bug is fixed in alsa-lib git repository. Depending on the underlying ALSA driver, re-opening the sound card might fail if VLC forked and executed another process. This is especially bad with xdg-screensaver, although this could affect other -earlier- usages of fork+exec or posix_spawn.
-
Rémi Denis-Courmont authored
-