Skip to content
Snippets Groups Projects
  1. Jun 10, 2018
    • Carl Eugen Hoyos's avatar
      lsws/rgb2rgb_template: Do not compile unneeded shuffle functions on big-endian. · 3a56ade1
      Carl Eugen Hoyos authored
      Fixes the following warnings:
      In file included from libswscale/rgb2rgb.c:128:0:
      libswscale/rgb2rgb_template.c:346:13: warning: 'shuffle_bytes_3210_c' defined but not used
      libswscale/rgb2rgb_template.c:346:13: warning: 'shuffle_bytes_3012_c' defined but not used
      libswscale/rgb2rgb_template.c:346:13: warning: 'shuffle_bytes_1230_c' defined but not used
      3a56ade1
  2. Mar 24, 2018
  3. Jan 27, 2016
  4. Jan 11, 2016
  5. Jun 23, 2015
  6. Jun 22, 2015
  7. Oct 18, 2014
  8. Jan 21, 2014
  9. Nov 19, 2013
  10. May 09, 2013
  11. May 04, 2013
  12. Apr 15, 2013
  13. Oct 30, 2012
  14. Oct 16, 2012
  15. Feb 21, 2012
  16. Nov 09, 2011
  17. May 29, 2011
  18. May 28, 2011
  19. May 25, 2011
    • Michael Niedermayer's avatar
    • Michael Niedermayer's avatar
    • Michael Niedermayer's avatar
      Merge swscale bloatup · d1adad3c
      Michael Niedermayer authored
      This will be cleaned up in the next merge
      
      Authorship / merged commits:
      commit f668afd4
      Author: Janne Grunau <janne-libav@jannau.net>
      Date:   Fri Apr 15 09:12:34 2011 +0200
      
          swscale: fix "ISO C90 forbids mixed declarations and code" warning
      
          only hit with --enable-runtime-cpudetect
      
      commit 7f2ae5c7
      Author: Janne Grunau <janne-libav@jannau.net>
      Date:   Fri Apr 15 02:09:44 2011 +0200
      
          swscale: fix compilation with --enable-runtime-cpudetect
      
      commit b6cad3df
      Author: Janne Grunau <janne-libav@jannau.net>
      Date:   Fri Apr 15 00:31:04 2011 +0200
      
          swscale: correct include path to fix ppc altivec build
      
      commit 6216fc70
      Author: Luca Barbato <lu_zero@gentoo.org>
      Date:   Thu Apr 14 22:03:45 2011 +0200
      
          swscale: simplify rgb2rgb templating
      
          MMX is always built. Drop the ifdefs
      
      commit 33a0421b
      Author: Josh Allmann <joshua.allmann@gmail.com>
      Date:   Wed Apr 13 20:57:32 2011 +0200
      
          swscale: simplify initialization code
      
          Simplify the fallthrough case when no accelerated functions
          can be initialized.
      
      commit 735bf195
      Author: Josh Allmann <joshua.allmann@gmail.com>
      Date:   Wed Apr 13 20:57:31 2011 +0200
      
          swscale: further cleanup swscale.c
      
          Move x86-specific constants out of swscale.c
      
      commit 86330b4c
      Author: Luca Barbato <lu_zero@gentoo.org>
      Date:   Wed Apr 13 20:57:30 2011 +0200
      
          swscale: partially move the arch specific code left
      
          PPC and x86 code is split off from swscale_template.c. Lots of code is
          still duplicated and should be removed later.
      
          Again uniformize the init system to be more similar to the dsputil one.
      
          Unset h*scale_fast in the x86 init in order to make the output
          consistent with the previous status. Thanks to Josh for spotting it.
      
      commit c0038328
      Author: Luca Barbato <lu_zero@gentoo.org>
      Date:   Wed Apr 13 20:57:29 2011 +0200
      
          swscale: move away x86 specific code from rgb2rgb
      
          Keep only the plain C code in the main rgb2rgb.c and move the x86
          specific optimizations to x86/rgb2rgb.c
          Change the initialization pattern a little so some of it can be
          factorized to behave more like dsputils.
      
      Conflicts:
      	libswscale/rgb2rgb.c
      	libswscale/swscale_template.c
      d1adad3c
  20. May 24, 2011
  21. May 05, 2011
  22. Apr 14, 2011
    • Luca Barbato's avatar
      swscale: move away x86 specific code from rgb2rgb · c0038328
      Luca Barbato authored
      Keep only the plain C code in the main rgb2rgb.c and move the x86
      specific optimizations to x86/rgb2rgb.c
      Change the initialization pattern a little so some of it can be
      factorized to behave more like dsputils.
      c0038328
  23. Mar 19, 2011
  24. Jan 18, 2011
  25. Sep 14, 2010
  26. Sep 13, 2010
  27. Sep 12, 2010
  28. Sep 11, 2010
  29. Mar 31, 2010
  30. Mar 27, 2010
  31. Jan 15, 2010
  32. Jan 09, 2010
  33. Sep 07, 2009
  34. Aug 16, 2009
Loading