1. 25 Jan, 2009 1 commit
  2. 14 Jan, 2009 1 commit
  3. 17 Nov, 2008 1 commit
  4. 25 Oct, 2008 1 commit
  5. 23 Oct, 2008 1 commit
  6. 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
  7. 09 Oct, 2008 1 commit
    • Diego Pettenò's avatar
      Invert logic for the single-pass in swScale() functions. · 6683a37f
      Diego Pettenò authored
      Instead of having a firstTime variable defaulting to 1, have a
      warnedAlready defaulting to 0. While this should make no difference in
      code speed at runtime, it allows to aggregate the four bytes of that
      variable with clip_table in .bss section, rather than issuing a .data
      section just for that.
      
      As it is, libswscale require no .data section but .data.rel.ro (that
      can be mitigated by prelinking), so the change might actually save one
      page of memory at runtime (per process).
      
      Originally committed as revision 27734 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
      6683a37f
  8. 08 Oct, 2008 1 commit
  9. 04 Oct, 2008 2 commits
  10. 18 Sep, 2008 3 commits
  11. 13 Sep, 2008 4 commits
  12. 12 Sep, 2008 5 commits
  13. 11 Sep, 2008 3 commits
  14. 10 Sep, 2008 8 commits
  15. 09 Sep, 2008 3 commits
  16. 08 Sep, 2008 1 commit
  17. 07 Sep, 2008 2 commits
  18. 04 Sep, 2008 1 commit