1. 04 May, 2015 2 commits
  2. 03 May, 2015 8 commits
  3. 02 May, 2015 1 commit
  4. 01 May, 2015 6 commits
  5. 30 Apr, 2015 21 commits
  6. 29 Apr, 2015 2 commits
    • Rémi Denis-Courmont's avatar
      vdpau: fix importing surface from main memory · 3b3bd7e4
      Rémi Denis-Courmont authored
      On the one hand, when decoding in hardware, the video surface
      dimensions will match the coded dimensions, rather than the visible
      ones. Otherwise the hardware decoder would not have enough space for
      its output. In this the libavcodec plugin does not add padding (since
      libavcodec SIMD optimizations are not involved).
      
      On the other hand, when decoding in software, the video surface height
      must not include the padding added by libavcodec SIMD optimizations. So
      then the visible height needs to be used to avoid bleeding green lines.
      3b3bd7e4
    • Rémi Denis-Courmont's avatar
      Revert "vdpau: fix bottom bleeding with software decoding" · f5c300bf
      Rémi Denis-Courmont authored
      This reverts commit 3447e875.
      f5c300bf