1. 29 Apr, 2015 1 commit
    • Rémi Denis-Courmont's avatar
      vdpau: fix importing surface from main memory · 1798c312
      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.
      
      (cherry picked from commit 3b3bd7e49d52875024c6f1b0ef4eac124a637c2d)
      
      Conflicts:
      	modules/hw/vdpau/chroma.c
      1798c312
  2. 28 Apr, 2015 2 commits
  3. 27 Apr, 2015 4 commits
  4. 25 Apr, 2015 1 commit
  5. 22 Apr, 2015 5 commits
  6. 21 Apr, 2015 1 commit
  7. 20 Apr, 2015 1 commit
  8. 19 Apr, 2015 1 commit
  9. 18 Apr, 2015 1 commit
  10. 16 Apr, 2015 1 commit
  11. 15 Apr, 2015 3 commits
  12. 14 Apr, 2015 3 commits
  13. 13 Apr, 2015 1 commit
  14. 12 Apr, 2015 8 commits
  15. 11 Apr, 2015 7 commits