1. 02 Mar, 2018 1 commit
  2. 29 Oct, 2017 1 commit
  3. 11 Oct, 2017 1 commit
  4. 10 Oct, 2017 1 commit
  5. 24 Aug, 2017 1 commit
  6. 07 Aug, 2017 1 commit
  7. 12 Apr, 2017 1 commit
  8. 02 Apr, 2017 2 commits
  9. 31 Mar, 2017 2 commits
  10. 23 Mar, 2017 1 commit
  11. 14 Nov, 2016 1 commit
  12. 26 Oct, 2016 2 commits
  13. 01 Apr, 2016 1 commit
  14. 31 Mar, 2016 1 commit
  15. 28 Aug, 2015 2 commits
  16. 11 Oct, 2014 1 commit
  17. 05 Oct, 2014 1 commit
  18. 21 Sep, 2014 1 commit
  19. 09 Aug, 2014 2 commits
  20. 07 Aug, 2014 1 commit
  21. 02 Jun, 2014 1 commit
  22. 02 Apr, 2014 1 commit
  23. 19 Mar, 2014 1 commit
  24. 26 Dec, 2013 1 commit
  25. 06 Oct, 2013 1 commit
  26. 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
  27. 16 Jul, 2013 1 commit
  28. 06 May, 2013 1 commit
  29. 19 Jan, 2013 1 commit
  30. 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
  31. 31 Oct, 2012 1 commit
  32. 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
  33. 04 Jul, 2012 2 commits