1. 08 Apr, 2016 1 commit
  2. 31 Mar, 2016 2 commits
    • Pedro Arthur's avatar
      swscale: cleanup unused code · 6de58b49
      Pedro Arthur authored
      Removed previous swscale code under '#ifndef NEW_FILTER'
      and removed unused fields of SwsContext
      6de58b49
    • Clément Bœsch's avatar
      sws/aarch64: add ff_hscale_8_to_15_neon · 263eb76b
      Clément Bœsch authored
      ./ffmpeg -nostats -f lavfi -i testsrc2=4k:d=2 -vf bench=start,scale=1024x1024,bench=stop -f null -
      
          before: t:0.489726 avg:0.489883 max:0.491852 min:0.489482
          after:  t:0.256515 avg:0.256458 max:0.256999 min:0.253755
      263eb76b
  3. 27 Jan, 2016 1 commit
  4. 17 Jan, 2016 1 commit
  5. 11 Jan, 2016 1 commit
  6. 13 Oct, 2015 1 commit
    • Pedro Arthur's avatar
      swscale: fix ticket #4881 · 5bd62a1b
      Pedro Arthur authored
      When scaling only a slice of a frame the output was written always
      in the first lines leaving the rest of the frame black.
      5bd62a1b
  7. 25 Sep, 2015 1 commit
  8. 20 Sep, 2015 1 commit
  9. 18 Sep, 2015 1 commit
  10. 16 Sep, 2015 1 commit
  11. 11 Sep, 2015 1 commit
  12. 08 Sep, 2015 1 commit
  13. 07 Sep, 2015 1 commit
  14. 04 Sep, 2015 1 commit
  15. 26 Aug, 2015 1 commit
  16. 19 Aug, 2015 1 commit
  17. 18 Aug, 2015 1 commit
  18. 17 Aug, 2015 2 commits
  19. 12 Jun, 2015 1 commit
  20. 23 Apr, 2015 2 commits
  21. 27 Feb, 2015 1 commit
  22. 21 Feb, 2015 1 commit
  23. 14 Jan, 2015 1 commit
  24. 11 Oct, 2014 1 commit
  25. 16 Sep, 2014 1 commit
  26. 19 Jul, 2014 1 commit
  27. 18 Jun, 2014 1 commit
  28. 16 Apr, 2014 1 commit
  29. 14 Apr, 2014 2 commits
  30. 24 Mar, 2014 1 commit
  31. 10 Jan, 2014 1 commit
  32. 29 Aug, 2013 2 commits
  33. 28 Aug, 2013 1 commit
  34. 16 Aug, 2013 1 commit
  35. 15 Aug, 2013 1 commit
    • Michael Niedermayer's avatar
      sws: add dither enum · 1e0e1932
      Michael Niedermayer authored
      This allows specifying more dither algorithms without using up flags and
      without ambiguities.
      
      Also initialize the new field based on the flags and use it.
      Note, improving the logic of the checks is left to subsequent
      commits, this here only switches from flags to enum.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      1e0e1932