- 21 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 28 Aug, 2013 1 commit
-
-
Diego Biurrun authored
Also give consistent names to init functions.
-
- 30 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 22 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 21 Feb, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 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>
-
- 11 Dec, 2011 1 commit
-
-
Mans Rullgard authored
These semicolons cause invalid empty top-level declarations. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 May, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 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.
-
- 13 Apr, 2011 1 commit
-
-
Luca Barbato authored
It is used only for x86 so it will eventually be moved with that code into the x86 arch subdirectory.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Sep, 2010 1 commit
-
-
Ramiro Polla authored
Introduce and use COMPILE_TEMPLATE_* instead. Originally committed as revision 32241 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 13 Sep, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 32221 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 12 Sep, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 32190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 08 Sep, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 32068 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 10 Jul, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 31679 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
-
- 27 Mar, 2010 1 commit
-
-
Diego Biurrun authored
This is of course done with permissions from the authors. The only GPL component left are MMX optimizations for YUV to RGB conversion. Originally committed as revision 30965 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
-
- 07 Sep, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 29654 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 16 Aug, 2009 2 commits
-
-
Ramiro Polla authored
- Place curly brackets in the same line as while/for/if/switch/else/do; - Place curly brackets at column 0 in the next line starting a function. Originally committed as revision 29523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
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
-
- 26 Jul, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 29439 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
-
- 28 Feb, 2009 1 commit
-
-
Cédric Schieli authored
Originally committed as revision 28756 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 25 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 28358 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 14 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 28311 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 02 Dec, 2008 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 28058 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Diego Biurrun authored
Originally committed as revision 28057 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
-
- 05 Sep, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 27527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 04 Sep, 2008 2 commits
-
-
Michael Niedermayer authored
2-3 bugs each of which made it fail completely, this code clearly has never been tested and been written by somone who knows the difference between a potato and a computer is that the first is round. Originally committed as revision 27519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-