- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 22 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 07 Feb, 2012 1 commit
-
-
Diego Biurrun authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 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 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 2 commits
-
-
Dominik Mierzejewski authored
Originally committed as revision 28777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Reimar Döffinger authored
Originally committed as revision 28776 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
-
- 16 Oct, 2008 1 commit
-
-
Diego Pettenò authored
Neither the asm() nor the __asm__() keyword is not part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 synta. Originally committed as revision 27778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 08 Jun, 2008 1 commit
-
-
Jan Knutar authored
Originally committed as revision 27033 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 17 Jan, 2008 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 25778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 19 Jul, 2007 1 commit
-
-
Denes Balatoni authored
patch by Denes Balatoni: [dbalatoni interware hu] original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try date: 07/17/2007 08:35 PM Originally committed as revision 23825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-