1. 29 Oct, 2017 1 commit
  2. 11 Oct, 2017 1 commit
  3. 10 Oct, 2017 1 commit
  4. 24 Aug, 2017 1 commit
  5. 07 Aug, 2017 1 commit
  6. 12 Apr, 2017 1 commit
  7. 02 Apr, 2017 2 commits
  8. 31 Mar, 2017 2 commits
  9. 23 Mar, 2017 1 commit
  10. 14 Nov, 2016 1 commit
  11. 26 Oct, 2016 2 commits
  12. 01 Apr, 2016 1 commit
  13. 31 Mar, 2016 1 commit
  14. 28 Aug, 2015 2 commits
  15. 11 Oct, 2014 1 commit
  16. 05 Oct, 2014 1 commit
  17. 21 Sep, 2014 1 commit
  18. 09 Aug, 2014 2 commits
  19. 07 Aug, 2014 1 commit
  20. 02 Jun, 2014 1 commit
  21. 02 Apr, 2014 1 commit
  22. 19 Mar, 2014 1 commit
  23. 26 Dec, 2013 1 commit
  24. 06 Oct, 2013 1 commit
  25. 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
  26. 16 Jul, 2013 1 commit
  27. 06 May, 2013 1 commit
  28. 19 Jan, 2013 1 commit
  29. 29 Nov, 2012 1 commit
    • Stefano Sabatini's avatar
      lsws: define version in SWScaler class · 605f1d98
      Stefano Sabatini authored
      The version number is useful to check the libavutil version against which
      the library was compiled at run-time, which in turn may be useful to deal
      with binary compatibility issues.
      605f1d98
  30. 31 Oct, 2012 1 commit
  31. 03 Aug, 2012 1 commit
    • Diego Biurrun's avatar
      x86: build: replace mmx2 by mmxext · 239fdf1b
      Diego Biurrun authored
      Refactoring mmx2/mmxext YASM code with cpuflags will force renames.
      So switching to a consistent naming scheme beforehand is sensible.
      The name "mmxext" is more official and widespread and also the name
      of the CPU flag, as reported e.g. by the Linux kernel.
      239fdf1b
  32. 04 Jul, 2012 2 commits