- 29 Oct, 2015 1 commit
-
-
Andreas Cadhalpun authored
It is an internal swscale function and thus should not be exported. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 23 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 19 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Sep, 2013 1 commit
-
-
Diego Biurrun authored
-
- 15 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
As the function arguments change, we also change the function name to ensure that anyone using this (non public) function doesnt end with hard to debug crashes. The new name also has a proper prefix. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Jul, 2012 2 commits
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 18 Jul, 2012 1 commit
-
-
Paul B Mahol authored
Using av_bswap16 should be enough.
-
- 09 Jun, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 13 Jan, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 11 Jan, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 10 Jan, 2012 2 commits
-
-
Paul B Mahol authored
RGB8 and BGR8 are paletted formats now.
-
Paul B Mahol authored
-
- 08 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 03 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
-
- 28 May, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 25 May, 2011 4 commits
-
-
Diego Biurrun authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
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
-
- 24 May, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 19 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 14 Apr, 2011 1 commit
-
-
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.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 12 Sep, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 32190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 01 Jun, 2010 2 commits
-
-
Reinhard Tartler authored
additionallym deprecate palette8torgb16 and its bgr variant without replacement. These functions are not meant to be used by applications. Discussed at: http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/109340 Originally committed as revision 31301 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Reinhard Tartler authored
They contain exactly the same code as their 16bit variants, so this is effectively code de-duplication. Originally committed as revision 31298 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 03 Feb, 2010 1 commit
-
-
Stefano Sabatini authored
bytes when converting between RGB32 variants. In particular fix the argb -> rgba and abgr -> bgra conversions. See the thread: Subject: [FFmpeg-devel] [RFC] RGB32 / BGR32 ethernal bug Date: Tue, 26 Jan 2010 01:06:18 +0100 Originally committed as revision 30501 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 15 Jan, 2010 1 commit
-
-
Zuxy Meng authored
libswscale. Originally committed as revision 30306 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 16 Aug, 2009 1 commit
-
-
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
-
- 19 Mar, 2009 1 commit
-
-
Michael Niedermayer authored
YUYV->YUV420P YUYV->YUV422P UYVY->YUV420P UYVY->YUV422P Originally committed as revision 28997 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 03 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 28082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 23 Oct, 2008 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 27817 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 10 Sep, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 27563 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 05 Sep, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 27527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 04 Sep, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 27518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 27499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 04 Jul, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 18 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-