1. 25 Oct, 2013 1 commit
  2. 24 Oct, 2013 1 commit
  3. 23 Oct, 2013 1 commit
  4. 16 Oct, 2013 1 commit
  5. 14 Oct, 2013 4 commits
  6. 09 Oct, 2013 1 commit
  7. 07 Oct, 2013 9 commits
  8. 05 Oct, 2013 1 commit
  9. 03 Oct, 2013 2 commits
  10. 28 Sep, 2013 1 commit
  11. 24 Sep, 2013 1 commit
  12. 21 Sep, 2013 2 commits
  13. 20 Sep, 2013 3 commits
  14. 16 Sep, 2013 1 commit
  15. 14 Sep, 2013 1 commit
  16. 10 Sep, 2013 1 commit
  17. 05 Sep, 2013 2 commits
  18. 04 Sep, 2013 1 commit
  19. 29 Aug, 2013 2 commits
  20. 28 Aug, 2013 3 commits
  21. 09 Aug, 2013 1 commit
    • Martin Storsjö's avatar
      libavutil: Make avpriv_open a library-internal function on msvcrt · e743e7ae
      Martin Storsjö authored
      Add one copy of the function into each of the libraries, similarly
      to what we do for log2_tab. When using static libs, only one
      copy of the file_open.o object file gets included, while when
      using shared libraries, each of them get a copy of its own.
      
      This fixes DLL builds with a statically linked C runtime, where
      each DLL effectively has got its own instance of the C runtime,
      where file descriptors can't be shared across runtimes.
      
      On systems not using msvcrt, the function is not duplicated.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      e743e7ae