1. 29 Oct, 2015 1 commit
  2. 23 Jun, 2015 1 commit
  3. 21 Jan, 2014 1 commit
  4. 19 Nov, 2013 1 commit
  5. 10 Sep, 2013 1 commit
  6. 15 Apr, 2013 1 commit
  7. 19 Jul, 2012 2 commits
  8. 18 Jul, 2012 1 commit
  9. 09 Jun, 2012 1 commit
  10. 13 Jan, 2012 1 commit
  11. 11 Jan, 2012 1 commit
  12. 10 Jan, 2012 2 commits
  13. 08 Jan, 2012 1 commit
  14. 03 Aug, 2011 1 commit
  15. 28 May, 2011 1 commit
  16. 25 May, 2011 4 commits
    • Diego Biurrun's avatar
    • 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
  17. 24 May, 2011 1 commit
  18. 19 Apr, 2011 1 commit
  19. 14 Apr, 2011 1 commit
    • 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
  20. 19 Mar, 2011 1 commit
  21. 12 Sep, 2010 1 commit
  22. 01 Jun, 2010 2 commits
  23. 03 Feb, 2010 1 commit
  24. 15 Jan, 2010 1 commit
  25. 16 Aug, 2009 1 commit
    • Ramiro Polla's avatar
      Indent libswscale: · 9b734d44
      Ramiro Polla authored
      - Use 4 spaces throughout for indentation;
      - Fix inconsistent indentation;
      - Indent function calls and declarations aligning arguments on multiple lines
        to the column after the opening parentheses;
      - Align asm code to the column 4 spaces after the call to __asm__();
      - Align cases in switch statements to the same column as "switch".
      
      Originally committed as revision 29522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
      9b734d44
  26. 19 Mar, 2009 1 commit
  27. 03 Dec, 2008 1 commit
  28. 23 Oct, 2008 1 commit
  29. 10 Sep, 2008 1 commit
  30. 05 Sep, 2008 1 commit
  31. 04 Sep, 2008 1 commit
  32. 31 Aug, 2008 1 commit
  33. 04 Jul, 2008 1 commit
  34. 18 Oct, 2007 1 commit