An error occurred fetching the project authors.
  1. 02 Aug, 2011 1 commit
  2. 13 Jul, 2011 1 commit
  3. 27 Jun, 2011 1 commit
  4. 26 Jun, 2011 1 commit
  5. 16 Jun, 2011 1 commit
  6. 14 Jun, 2011 1 commit
  7. 13 Jun, 2011 1 commit
  8. 07 Jun, 2011 1 commit
  9. 05 Jun, 2011 1 commit
  10. 15 May, 2011 1 commit
  11. 10 May, 2011 1 commit
  12. 05 May, 2011 1 commit
  13. 30 Apr, 2011 1 commit
  14. 20 Apr, 2011 1 commit
  15. 13 Apr, 2011 1 commit
  16. 30 Mar, 2011 1 commit
  17. 29 Mar, 2011 1 commit
  18. 05 Mar, 2011 1 commit
  19. 20 Feb, 2011 1 commit
  20. 15 Feb, 2011 2 commits
  21. 13 Feb, 2011 1 commit
  22. 24 Jan, 2011 1 commit
  23. 20 Jan, 2011 1 commit
  24. 19 Jan, 2011 1 commit
    • Rémi Denis-Courmont's avatar
      Remove xtag · d2f2be39
      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).
      d2f2be39
  25. 09 Jan, 2011 1 commit
  26. 11 Dec, 2010 1 commit
  27. 27 Nov, 2010 1 commit
    • Rémi Denis-Courmont's avatar
      Remove the mmap access plugin · 3b657dc9
      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.
      3b657dc9
  28. 14 Nov, 2010 1 commit
  29. 08 Nov, 2010 1 commit
    • Rémi Denis-Courmont's avatar
      EGL: initial video output plugin · d60221ca
      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.
      d60221ca
  30. 04 Nov, 2010 1 commit
  31. 02 Nov, 2010 1 commit
  32. 28 Oct, 2010 2 commits
  33. 23 Oct, 2010 1 commit
    • Steinar H. Gunderson's avatar
      Add access module for BlackMagic SDI cards ("decklink"). · 3119a2c5
      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: default avatarJean-Baptiste Kempf <jb@videolan.org>
      3119a2c5
  34. 12 Oct, 2010 1 commit
  35. 04 Oct, 2010 1 commit
  36. 16 Sep, 2010 1 commit
  37. 15 Sep, 2010 1 commit
  38. 07 Sep, 2010 1 commit