An error occurred fetching the project authors.
- 02 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Jul, 2011 1 commit
-
-
Rémi Duraffort authored
-
- 27 Jun, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 26 Jun, 2011 1 commit
-
-
Rémi Duraffort authored
-
- 16 Jun, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Jun, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
Collective work by Ming Hu, Ludovic Fauvet, Sébastien Toque and minor fixes by Jean-Baptiste Kempf Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Jun, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
This module implements Android's variation of the OpenSL ES standard Collective work by Dominique Martinet and Hugo Beauzée-Luyssen Minor fixes by Jean-Baptiste Kempf Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Jun, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Audio volume should now work on !HAVE_FPU. This is untested though.
-
- 05 Jun, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 15 May, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 10 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Currently channels cannot be remapped and samples format must be S16N.
-
- 05 May, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 30 Apr, 2011 1 commit
-
-
Rémi Denis-Courmont authored
This plugin had become useless since the removal of the OMAP framebuffer video output.
-
- 20 Apr, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Apr, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Its only supported codec (of sorts) cannot occur anymore, as the fake access_demux was superseded by the image demux.
-
- 30 Mar, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 29 Mar, 2011 1 commit
-
-
Rémi Denis-Courmont authored
It is not used anywhere (it was meant for use with Corba). We have better ways to take snapshots nowadays.
-
- 05 Mar, 2011 1 commit
-
-
Konstantin Pavlov authored
-
- 20 Feb, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 15 Feb, 2011 2 commits
-
-
Rémi Denis-Courmont authored
We already removed hd1000v, so this was not really any use.
-
Jean-Baptiste Kempf authored
-
- 13 Feb, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
First this is a fork of the old intel code, and then we only have one upnp module now
-
- 24 Jan, 2011 1 commit
-
-
Rémi Denis-Courmont authored
It can be used to view an Xvfb as an example. This supports both memory mapped files and old-style System V segments.
-
- 20 Jan, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
Rename preferences entries, put in the right categories, etc...
-
- 19 Jan, 2011 1 commit
-
-
Rémi Denis-Courmont authored
It is behaving a little bit different from the libxml parser which has caused weird bugs in the past. Anyway, everybody has libxml (I am planning to write an Expat parser too but not there yet).
-
- 09 Jan, 2011 1 commit
-
-
Rémi Duraffort authored
-
- 11 Dec, 2010 1 commit
-
-
Branko Kokanovic authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 27 Nov, 2010 1 commit
-
-
Rémi Denis-Courmont authored
It cannot work properly due to SIGBUS when a file gets truncated. In fact, this plugin had been disabled by default for as long as it had been in VLC.
-
- 14 Nov, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This is completely untested (other than compiling & linking).
-
- 08 Nov, 2010 1 commit
-
-
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.
-
- 04 Nov, 2010 1 commit
-
-
Srikanth Raju authored
-
- 02 Nov, 2010 1 commit
-
-
Rémi Duraffort authored
-
- 28 Oct, 2010 2 commits
-
-
Rémi Denis-Courmont authored
Only one track per file implemented yet
-
Rémi Denis-Courmont authored
This uses some unspecified C++ statically linked version of GME. That does not correspond to libgme, and seems unused.
-
- 23 Oct, 2010 1 commit
-
-
Steinar H. Gunderson authored
Adds a driver for the BlackMagic DeckLink series of SDI cards (input only). It requires BlackMagic's proprietary (but free-to-download) SDK to compile and run. I've only tested it on Linux -- the Windows API is very similar but not identical, so some adjustments will probably have to happen if anybody wants this to work on Windows. (Windows users can, AFAIK, already access the card via DirectShow, though.) It supports multiple cards, all the various A/V inputs and video modes including setting field dominance and multichannel input (2, 8 or 16 channels). All testing has been with a DeckLink HD Extreme 3, which I have very graciously been given access to by Frikanalen. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 12 Oct, 2010 1 commit
-
-
Jean-Paul Saman authored
-
- 04 Oct, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 16 Sep, 2010 1 commit
-
-
Branko Kokanovic authored
Acked-by:
Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 15 Sep, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 07 Sep, 2010 1 commit
-
-
Rémi Duraffort authored
-