- 13 Nov, 2010 4 commits
-
-
Rémi Denis-Courmont authored
Font is not safe because it uses the file system, and is dependent on the local system anyway. YUVP is only for encoding, so it seems irrelevant. Other options seem fine.
-
Sven Petai authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sven Petai authored
Return fatal error to the upper layers when connection is lost while reading the ICY metadata. Otherwise we will end up with an endless loop since -1 is interpreted by AStreamRefillStream() as a temporary error. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- 12 Nov, 2010 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The items url where not complete.
-
Laurent Aimar authored
-
Pierre Ynard authored
-
- 11 Nov, 2010 3 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 10 Nov, 2010 10 commits
-
-
Pierre d'Herbemont authored
Thanks funman.
-
Rafaël Carré authored
We don't need sout_stream_description hack anymore
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(It still has no effects though)
-
Rémi Denis-Courmont authored
This fixes the streaming wizard. We can now remove a few make_URI() calls.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 09 Nov, 2010 7 commits
-
-
Pierre d'Herbemont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
P.S.: I haaaaaaaaaaaaaaate Xlib!!!!
-
Rémi Duraffort authored
-
Rafaël Carré authored
X=1 #comment Y-$(X)=1 => $(Y-1) is not set
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 08 Nov, 2010 10 commits
-
-
Christophe Mutricy authored
-
Rafaël Carré authored
For now do not flush encoder buffers (as added in [14054532]), but ideally that should be fixed
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Currently, this require EGL 1.3 or later to compile. This was only tested against the GLX driver from the Mesa Project, and desktop OpenGL, which requires EGL 1.4. Win32 support is untested (not even compilation). OpenGL ES 1 and 2 are mostly implemented but completely untested too. The USE_OPENGL_ES constant would have to be predefined appropriately. This plugin mostly works, but there are two major remaining issues. Therefore, this plugin is disabled by default and has zero priority. (1) Mouse is not implemented. The stupid fix involves cut&paste from the XCB-GLX plugin. Moving mouse event reception to the window provider might be smart though: I would rather not corrupt the EGL plugin with X11, otherwise we might as well stick to GLX anyway. (2) Resize events are mostly not working. EGL does not provide notification for this. But there may be some bugs in Control() too.
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-