1. 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
  2. 28 Jul, 2012 1 commit
  3. 04 Jul, 2012 1 commit
  4. 07 May, 2012 1 commit
  5. 24 Jan, 2012 1 commit
  6. 13 Dec, 2011 1 commit
  7. 26 Oct, 2011 1 commit
  8. 21 Oct, 2011 1 commit
  9. 17 Sep, 2011 1 commit
  10. 28 Jun, 2011 1 commit
  11. 25 Jun, 2011 1 commit
  12. 28 Mar, 2011 1 commit
  13. 27 Mar, 2011 1 commit
  14. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  15. 06 Aug, 2010 1 commit
  16. 10 Jun, 2010 1 commit
  17. 18 Nov, 2009 1 commit
  18. 18 Oct, 2009 1 commit
  19. 23 Aug, 2009 1 commit
  20. 29 Jun, 2009 1 commit
  21. 02 Apr, 2009 1 commit
  22. 26 Jan, 2009 1 commit
  23. 21 Jan, 2009 1 commit
  24. 25 Oct, 2008 1 commit
  25. 08 May, 2008 1 commit
  26. 07 Apr, 2008 1 commit
  27. 27 Mar, 2008 1 commit
  28. 08 Mar, 2008 2 commits
  29. 07 Mar, 2008 1 commit
  30. 06 Mar, 2008 1 commit
  31. 12 Jan, 2008 1 commit
  32. 23 Nov, 2007 1 commit
  33. 22 Nov, 2007 1 commit