1. 13 Nov, 2010 8 commits
  2. 12 Nov, 2010 6 commits
  3. 11 Nov, 2010 3 commits
  4. 10 Nov, 2010 10 commits
  5. 09 Nov, 2010 7 commits
  6. 08 Nov, 2010 6 commits
    • Christophe Mutricy's avatar
      Add Lithuanian translator · d9a11451
      Christophe Mutricy authored
      d9a11451
    • Rafaël Carré's avatar
      transcode: fix crash on eof when using threads >=1 · 938585a6
      Rafaël Carré authored
      For now do not flush encoder buffers (as added in [14054532]), but
      ideally that should be fixed
      938585a6
    • Rémi Duraffort's avatar
      Should fix #4224. · b15fa6b2
      Rémi Duraffort authored
      b15fa6b2
    • Rémi Denis-Courmont's avatar
      2c9223f8
    • 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
    • Rémi Denis-Courmont's avatar
      Cosmetic · 5333f1c8
      Rémi Denis-Courmont authored
      5333f1c8