1. 20 Dec, 2012 1 commit
  2. 11 Dec, 2012 1 commit
  3. 07 Dec, 2012 1 commit
  4. 01 Dec, 2012 1 commit
  5. 29 Nov, 2012 1 commit
    • Stefano Sabatini's avatar
      lsws: define version in SWScaler class · 605f1d98
      Stefano Sabatini authored
      The version number is useful to check the libavutil version against which
      the library was compiled at run-time, which in turn may be useful to deal
      with binary compatibility issues.
      605f1d98
  6. 18 Nov, 2012 1 commit
  7. 16 Nov, 2012 1 commit
  8. 13 Nov, 2012 1 commit
  9. 09 Nov, 2012 1 commit
  10. 31 Oct, 2012 5 commits
  11. 30 Oct, 2012 10 commits
  12. 28 Oct, 2012 1 commit
  13. 27 Oct, 2012 3 commits
  14. 26 Oct, 2012 2 commits
  15. 23 Oct, 2012 4 commits
  16. 20 Oct, 2012 1 commit
  17. 17 Oct, 2012 1 commit
  18. 16 Oct, 2012 2 commits
  19. 15 Oct, 2012 1 commit
    • Mans Rullgard's avatar
      swscale: try to use mmap only if available · 95cd815c
      Mans Rullgard authored
      Some systems, e.g. Minix, have sys/mman.h defining MAP_ANONYMOUS without
      providing (working) mmap and friends.  The mmx filter generation code
      checks only for MAP_ANONYMOUS, not for availability of mmap itself which
      leads to build errors on aforementioned systems.
      
      This changes the conditional compilation to use mmap only if all the
      required functions are available.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      95cd815c
  20. 14 Oct, 2012 1 commit