1. 11 Sep, 2012 6 commits
  2. 10 Sep, 2012 5 commits
  3. 09 Sep, 2012 6 commits
  4. 08 Sep, 2012 4 commits
  5. 07 Sep, 2012 11 commits
  6. 06 Sep, 2012 7 commits
  7. 05 Sep, 2012 1 commit
    • Martin Storsjö's avatar
      configure: Disable some warnings in MSVC · 4a185ed2
      Martin Storsjö authored
      This disables the following warnings:
      C4100: unreferenced formal parameter
       (1035 occurrances)
      C4214: nonstandard extension used : bit field types other than int
       (609 occurances)
      C4996: 'avpriv_snprintf': This function or variable may be unsafe.
             Consider using _snprintf_s instead. To disable deprecation,
             use _CRT_SECURE_NO_WARNINGS. See online help for details.
       (351 occurrances)
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      4a185ed2