1. 17 Jul, 2014 1 commit
  2. 01 May, 2014 1 commit
  3. 26 Mar, 2014 1 commit
  4. 01 Oct, 2012 1 commit
  5. 20 Sep, 2012 1 commit
    • Mans Rullgard's avatar
      motion_est: fix use of inline on extern functions · a34a609f
      Mans Rullgard authored
      Inline functions declared without extern do not provide an external
      definition in standard C99.  This code only works because most
      compilers do not implement the inline semantics correctly.  With a
      stricter compiler, linking fails with unresolved references to these
      functions.
      
      Declaring the functions extern inline works correctly with some
      compilers while some others still fail to create external definitions.
      
      For maximum portability, create a static inline version with an
      externally visible wrapper for ff_get_mb_score.  ff_epzs_motion_search
      is so large that no sane compiler inlines it anyway, so there the
      inline keyword can simply be dropped with no effect.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      a34a609f
  6. 11 Oct, 2011 1 commit
  7. 17 Jul, 2011 1 commit
  8. 03 Jul, 2011 1 commit
  9. 23 Jun, 2011 1 commit
  10. 02 May, 2011 1 commit
  11. 29 Apr, 2011 1 commit
  12. 26 Apr, 2011 1 commit
  13. 19 Mar, 2011 1 commit
  14. 08 Jul, 2010 1 commit
  15. 02 Jul, 2010 1 commit
  16. 20 Apr, 2010 1 commit
  17. 02 Apr, 2010 1 commit
  18. 01 Feb, 2009 1 commit
  19. 24 Jul, 2008 1 commit
  20. 09 Jul, 2008 1 commit
  21. 09 Mar, 2008 1 commit
  22. 05 Jul, 2007 1 commit
  23. 30 May, 2007 1 commit
  24. 31 Mar, 2007 2 commits
  25. 22 Dec, 2006 1 commit
  26. 20 Dec, 2006 2 commits
  27. 12 Dec, 2006 1 commit
  28. 08 Dec, 2006 1 commit
  29. 05 Dec, 2006 2 commits
  30. 02 Dec, 2006 4 commits
  31. 01 Dec, 2006 4 commits