Skip to content
Snippets Groups Projects
  1. Aug 03, 2016
  2. May 04, 2016
  3. Apr 01, 2016
  4. Mar 31, 2016
  5. Oct 16, 2015
  6. Aug 28, 2015
  7. Aug 09, 2015
  8. Apr 23, 2015
  9. Aug 07, 2014
  10. Jun 02, 2014
  11. Dec 13, 2013
  12. May 06, 2013
  13. Jan 19, 2013
  14. Jan 18, 2013
  15. Dec 11, 2012
  16. Nov 16, 2012
  17. Oct 08, 2012
  18. Oct 06, 2012
  19. Aug 15, 2012
  20. Aug 03, 2012
    • 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
  21. Jul 18, 2012
  22. Jul 04, 2012
  23. Jan 08, 2012
  24. Dec 22, 2011
  25. Dec 12, 2011
  26. Nov 18, 2011
  27. Sep 03, 2011
  28. Aug 03, 2011
  29. Jul 14, 2011
  30. Jul 03, 2011
  31. Jun 20, 2011
    • Reinhard Tartler's avatar
      Bump major version for b8e89339 · 07935318
      Reinhard Tartler authored
      On architectures such as x86 (both 32 bit and 64bit), the stack element
      size is fixed, which maintains alignment.  Here, this change does not
      break anything. However, we also support also other architectures where
      this property is not maintained and therefore, applications will crash
      horribly.
      
      This change effectively forces all applications to be recompiled against
      libswscale.
      07935318
  32. Jun 02, 2011
    • Stefano Sabatini's avatar
      swscale: reintroduce sws_format_name() symbol · b932eb1b
      Stefano Sabatini authored
      Reintroduce the internal symbol which was removed in:
      
      commit e1197b9e
      Author: Stefano Sabatini <stefano.sabatini-lala@poste.it>
      Date:   Sun May 29 17:57:40 2011 +0200
      
          swscale: remove sws_format_name()
      
          Use av_get_pix_fmt_name() instead.
      
      The symbol is used by some external libs (hi libx264!), this gives
      time to them to use the recently added av_get_pix_fmt_name() rather
      than an internal symbol.
      b932eb1b
  33. May 28, 2011
  34. May 26, 2011
  35. May 25, 2011
Loading