1. 29 Jun, 2011 1 commit
  2. 28 Jun, 2011 1 commit
  3. 23 Jun, 2011 2 commits
  4. 14 Jun, 2011 2 commits
  5. 07 Jun, 2011 1 commit
  6. 06 Jun, 2011 4 commits
  7. 29 May, 2011 1 commit
  8. 31 Mar, 2011 1 commit
  9. 29 Mar, 2011 1 commit
  10. 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
  11. 03 Sep, 2010 1 commit
  12. 17 Aug, 2010 1 commit
  13. 21 Jul, 2010 1 commit
    • Stefano Sabatini's avatar
      Add libavcore. · aac6ca69
      Stefano Sabatini authored
      The new library is meant to contain the core multimedia utilities for
      FFmpeg, to make them shareable between more libav* libraries.
      
      See thread:
      Subject: [FFmpeg-devel] [RFC] New library for shared non-generic libav* utils
      Date: Fri, 9 Jul 2010 01:07:40 +0200
      
      Originally committed as revision 24393 to svn://svn.ffmpeg.org/ffmpeg/trunk
      aac6ca69
  14. 04 Jul, 2010 1 commit
  15. 26 Jun, 2010 2 commits
  16. 17 Mar, 2010 1 commit
  17. 14 Mar, 2010 1 commit
  18. 10 Mar, 2010 4 commits
  19. 09 Mar, 2010 3 commits
  20. 08 Mar, 2010 3 commits
  21. 07 Mar, 2010 1 commit
  22. 06 Mar, 2010 2 commits
  23. 27 Feb, 2010 1 commit
  24. 25 Feb, 2010 1 commit
    • Måns Rullgård's avatar
      Disable suffix rules · f3a572ca
      Måns Rullgård authored
      Most of the make builtin rules, which we do not need, are suffix rules,
      and we use only new-style pattern rules.  Disabling suffix rules saves
      some time when building on slow systems.
      
      Originally committed as revision 22064 to svn://svn.ffmpeg.org/ffmpeg/trunk
      f3a572ca
  25. 28 Jan, 2010 2 commits