1. 08 Oct, 2012 1 commit
  2. 22 Jul, 2012 1 commit
  3. 07 Feb, 2012 1 commit
  4. 19 Mar, 2011 1 commit
  5. 16 Aug, 2009 2 commits
    • Ramiro Polla's avatar
      Cosmetics: · dd68318c
      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
      dd68318c
    • 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
  6. 26 Mar, 2009 1 commit
  7. 18 Mar, 2009 1 commit
  8. 01 Mar, 2009 2 commits
  9. 09 Feb, 2009 1 commit
  10. 16 Oct, 2008 1 commit
    • Diego Pettenò's avatar
      Convert asm keyword into __asm__. · 7ad6469e
      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
      7ad6469e
  11. 08 Jun, 2008 1 commit
  12. 17 Jan, 2008 1 commit
  13. 19 Jul, 2007 1 commit