- 15 Nov, 2009 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This simplifies XCB-X11 a little bit, and speeds up failure cases of XCB-XV. More importantly, it will enable ARGB rendering for XCB-X11.
-
Laurent Aimar authored
It allows to inject one ES (raw or compressed) into VLC from a libvlc user. If multiples ES are needed, it is sufficient to use slave inputs.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
Limit range to 0..60 currently, as x264 tunes doesn't seem to use larger values than that
-
- 14 Nov, 2009 4 commits
-
-
Pierre Ynard authored
Due to popular request, this patch is now applied to all target systems
-
Pierre Ynard authored
This is now at least as much as in geal's contrib package
-
Pierre Ynard authored
Yes, huge hacks inside. Submitted to upstream, we'll see what we can clean up after they answer
-
Pierre Ynard authored
Devices running WinCE don't necessarily support the pld ARM instruction, which prevents libmpeg2 from building. This patch unconditionally removes that instruction on WinCE.
-
- 13 Nov, 2009 13 commits
-
-
Pierre Ynard 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
-
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 10 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
-