Skip to content
  1. Mar 05, 2011
  2. Mar 04, 2011
  3. Feb 22, 2011
  4. Feb 19, 2011
  5. Feb 17, 2011
  6. Feb 15, 2011
  7. Feb 12, 2011
  8. Feb 11, 2011
  9. Feb 08, 2011
  10. Feb 07, 2011
  11. Feb 06, 2011
  12. Feb 04, 2011
  13. Jan 31, 2011
  14. Jan 30, 2011
  15. Jan 29, 2011
    • S. Davilla's avatar
      [osx] fixed, vda decoder under 10.6.4+. reserving 16 ref frames is silly.... · 1dd0e610
      S. Davilla authored
      [osx] fixed, vda decoder under 10.6.4+. reserving 16 ref frames is silly. request kCVPixelFormatType_422YpCbCr8 image buffer format, PIX_FMT_BGRA to PIX_FMT_YUV420P is dog slow using sw_scaler.
      (cherry picked from commit 40353a53)
      1dd0e610
    • Anssi Hannula's avatar
      fixed: linux internet detection with non-ethernet non-WLAN connections · a3fc30da
      Anssi Hannula authored
      There is a check for ethernet encapsulation in the Linux network
      detection code. This is because we used to provide a network
      configuration dialog, and the settings only made sense for devices with
      ethernet encapsulation (ethernet, WLAN, etc).
      
      However, the internet connectivity detection relies on the same code,
      causing XBMC to disallow the user from entering e.g. the "Video sources"
      section if they are connected to the internet via e.g. 3G modem or via
      a bluetooth connection.
      
      Fix that by simply removing the check, since we do not provide the IP
      configuration facilities anymore.
      
      While this may raise the possibility of false positives a little (if
      there are non-internet non-ethernet interfaces), it is better to err on
      the side of caution and not prevent the user from using internet sources
      in XBMC.
      (cherry picked from commit ea2656d6)
      a3fc30da
    • bobo1on1's avatar
      fixed: pass libswscale cpuflags in CLinuxRendererGLES · 7b0d13b1
      bobo1on1 authored
      fixed: pass libswscale cpuflags in CWinRenderer
      (cherry picked from commit 1c3e864b)
      7b0d13b1