- 12 Sep, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 29674 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
-
- 10 Aug, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 29485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 04 Jun, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 29350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 09 May, 2009 1 commit
-
-
Diego Biurrun authored
Fixes a couple of 'discards qualifiers from pointer target type' warnings. Originally committed as revision 29281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 26 Mar, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 29063 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 18 Mar, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 28988 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 01 Mar, 2009 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 28774 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 24 Feb, 2009 1 commit
-
-
Diego Biurrun authored
and Reza Jelveh, the original authors. Originally committed as revision 28717 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 09 Feb, 2009 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 28496 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 19 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 19 Oct, 2008 1 commit
-
-
David Conrad authored
Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC. Originally committed as revision 27805 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 25 Jul, 2008 1 commit
-
-
Guillaume Poirier authored
Originally committed as revision 27349 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 24 Jul, 2008 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 27345 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Diego Biurrun authored
The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros. Originally committed as revision 27344 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 13 Jul, 2008 2 commits
-
-
Alexander Strange authored
Originally committed as revision 27279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Alexander Strange authored
Fixes compilation with altivec and -std=gnu99. Originally committed as revision 27278 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 04 Jul, 2008 3 commits
-
-
Diego Biurrun authored
Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Diego Biurrun authored
Originally committed as revision 27188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Diego Biurrun authored
Originally committed as revision 27187 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 15 Mar, 2008 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 26251 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Diego Biurrun authored
in swscale.c. Fixes the warning: yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used Originally committed as revision 26247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 12 Mar, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 17 Jan, 2008 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 02 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 24685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 05 Jul, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 29 Apr, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 23175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 26 Apr, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 23 Jan, 2007 1 commit
-
-
Luca Abeni authored
Originally committed as revision 21999 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 01 Oct, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 20012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 17 Sep, 2006 1 commit
-
-
Luca Abeni authored
Originally committed as revision 19878 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 09 Sep, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 19772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 18 Aug, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 19437 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 20 Jul, 2006 1 commit
-
-
Luca Abeni authored
Originally committed as revision 19148 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 30 Jun, 2006 1 commit
-
-
Luca Abeni authored
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 27 Apr, 2006 1 commit
-
-
Alan Curry authored
stride!=width. Originally committed as revision 18323 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 13 Mar, 2006 1 commit
-
-
Alan Curry authored
consistent naming of functions Originally committed as revision 17845 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 18 Feb, 2006 1 commit
-
-
Alan Curry authored
how altivec_yuv2packedX is supposed to be used Originally committed as revision 17643 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-