1. 22 Jun, 2014 1 commit
  2. 11 Jun, 2014 2 commits
  3. 14 May, 2014 1 commit
  4. 27 Mar, 2014 1 commit
  5. 22 Mar, 2014 1 commit
  6. 16 Mar, 2014 1 commit
  7. 25 Jan, 2014 1 commit
  8. 16 Dec, 2013 1 commit
  9. 09 Dec, 2013 1 commit
  10. 16 Nov, 2013 1 commit
  11. 04 Oct, 2013 1 commit
  12. 03 Oct, 2013 1 commit
  13. 24 Sep, 2013 1 commit
  14. 22 Sep, 2013 1 commit
  15. 21 Sep, 2013 1 commit
  16. 05 Aug, 2013 1 commit
  17. 21 Jul, 2013 1 commit
    • Derek Buitenhuis's avatar
      libx264: Define X264_API_IMPORTS on MSVC/ICL · 4719040c
      Derek Buitenhuis authored
      libx264 has a few data exports which require X264_API_IMPORTS
      to be defined if we link to libx264 dynamically on Windows.
      
      In a similar fashion to how we handle our compat snprintf
      implementation, if we define it all the time, the compiler
      will first try and link to __imp_x264_symbol_name, and failing
      that, as in the case of a static libx264, will attempt to link
      to the non-prefixed symbol, which has already been pulled in by
      other x264 functions' object files.
      Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      4719040c
  18. 04 Jul, 2013 1 commit
  19. 20 May, 2013 1 commit
  20. 14 May, 2013 1 commit
  21. 07 May, 2013 1 commit
  22. 16 Mar, 2013 1 commit
  23. 23 Feb, 2013 1 commit
  24. 25 Jan, 2013 1 commit
  25. 15 Jan, 2013 1 commit
  26. 08 Oct, 2012 1 commit
  27. 25 Sep, 2012 1 commit
  28. 24 Sep, 2012 1 commit
  29. 21 Sep, 2012 1 commit
  30. 19 Sep, 2012 1 commit
  31. 17 Sep, 2012 2 commits
  32. 13 Sep, 2012 1 commit
  33. 07 Sep, 2012 1 commit
  34. 04 Sep, 2012 3 commits
  35. 01 Sep, 2012 1 commit
  36. 15 Aug, 2012 1 commit