1. 14 May, 2017 1 commit
  2. 12 May, 2017 1 commit
  3. 01 May, 2017 1 commit
  4. 27 Apr, 2017 1 commit
  5. 23 Apr, 2017 1 commit
  6. 03 Apr, 2017 1 commit
  7. 01 Apr, 2017 1 commit
  8. 29 Mar, 2017 1 commit
  9. 19 Jan, 2017 2 commits
  10. 06 Jan, 2017 1 commit
    • Kevin Wheatley's avatar
      libavcodec/exr: Fix blank output when data window != display window · 09905c41
      Kevin Wheatley authored
      looks like there is a bug in commit
      1a08758e relating to the handling of
      ptr in decode_frame after decode_block is called, before this commit
      ptr would have been incremented for each line in the data window, now
      after the commit it is left at the start of the first included line
      rather than the line after the data window then the code sets the
      remaining lines to 0 and thus the whole image is over written.
      
      Fix by adjusting ptr to the correct line after decode_block returns
      Signed-off-by: 's avatarKevin Wheatley <kevin.j.wheatley@gmail.com>
      09905c41
  11. 24 Nov, 2016 1 commit
  12. 18 Nov, 2016 1 commit
  13. 16 Nov, 2016 3 commits
  14. 25 Aug, 2016 1 commit
  15. 13 Jul, 2016 1 commit
  16. 07 Jul, 2016 1 commit
  17. 06 Jul, 2016 2 commits
  18. 30 Jun, 2016 1 commit
  19. 25 Jun, 2016 2 commits
  20. 06 Jun, 2016 8 commits
  21. 19 May, 2016 1 commit
  22. 04 May, 2016 1 commit
  23. 25 Apr, 2016 1 commit
  24. 16 Apr, 2016 1 commit
  25. 12 Apr, 2016 2 commits
  26. 10 Apr, 2016 1 commit
  27. 06 Apr, 2016 1 commit