- 16 Nov, 2009 5 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Nov, 2009 10 commits
-
-
JP Dinger authored
-
JP Dinger authored
indexed accesses and packing up repetetive free() calls. Also some cosmetics. Should not add functional changes but should make it a bit more readable.
-
Rémi Denis-Courmont authored
This breaks our current Xlib XVideo and plain X11 outputs. Qt4 would create an ARGB window for our embedded video. Then, the Xlib plugins would raise BadMatch errors and VLC aborts. Starting cairo-dock is an easy way to trigger this problem. (With XCB plugins, we fail safe to OpenGL/GLX instead of crashing.) We should instead handle ARGB visuals properly. But that would involve more efforts, and would only enable plain X11, not XVideo anyway. This should work around LP#416294. This is ugly and not thread-safe. If you have a better idea, go ahead. (cherry picked from commit c0ec5be56e71c273eef4faea8d927eeb3cbc7ec5)
-
Rémi Denis-Courmont authored
N.B.: it seems swscale does not follow the RGB masks properly; red and blue are swapped.
-
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 1 commit
-
-
Jean-Philippe André authored
-