1. 17 8月, 2009 1 次提交
  2. 16 8月, 2009 1 次提交
    • R
      Indent libswscale: · 9b734d44
      Ramiro Polla 提交于
      - 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
  3. 08 8月, 2009 1 次提交
  4. 26 7月, 2009 1 次提交
  5. 19 4月, 2009 1 次提交
  6. 22 3月, 2009 2 次提交
  7. 19 3月, 2009 4 次提交
  8. 05 3月, 2009 1 次提交
  9. 28 2月, 2009 1 次提交
  10. 26 1月, 2009 1 次提交
  11. 14 1月, 2009 1 次提交
  12. 13 12月, 2008 1 次提交
  13. 24 10月, 2008 1 次提交
  14. 16 10月, 2008 1 次提交
    • D
      Convert asm keyword into __asm__. · 7ad6469e
      Diego Pettenò 提交于
      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
  15. 09 10月, 2008 1 次提交
  16. 06 10月, 2008 2 次提交
  17. 04 10月, 2008 1 次提交
  18. 05 9月, 2008 2 次提交
  19. 04 7月, 2008 1 次提交
  20. 02 6月, 2008 1 次提交
  21. 01 6月, 2008 2 次提交
  22. 24 2月, 2008 1 次提交
  23. 29 1月, 2008 1 次提交
  24. 17 1月, 2008 3 次提交
  25. 22 11月, 2007 1 次提交
  26. 05 7月, 2007 1 次提交
  27. 14 6月, 2007 1 次提交
  28. 29 4月, 2007 1 次提交
  29. 28 4月, 2007 2 次提交
  30. 27 4月, 2007 1 次提交