1. 02 Apr, 2014 1 commit
  2. 19 Mar, 2014 1 commit
  3. 26 Dec, 2013 1 commit
  4. 06 Oct, 2013 1 commit
  5. 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
  6. 16 Jul, 2013 1 commit
  7. 06 May, 2013 1 commit
  8. 19 Jan, 2013 1 commit
  9. 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
  10. 31 Oct, 2012 1 commit
  11. 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
  12. 04 Jul, 2012 2 commits