1. 05 Dec, 2011 1 commit
  2. 22 Oct, 2011 1 commit
  3. 19 Sep, 2011 1 commit
  4. 11 Jul, 2011 1 commit
  5. 10 Jul, 2011 2 commits
  6. 29 Jun, 2011 2 commits
  7. 28 Jun, 2011 1 commit
  8. 25 Jun, 2011 2 commits
  9. 24 Jun, 2011 3 commits
  10. 23 Jun, 2011 2 commits
  11. 14 Jun, 2011 2 commits
  12. 08 Jun, 2011 1 commit
  13. 07 Jun, 2011 1 commit
  14. 06 Jun, 2011 4 commits
  15. 29 May, 2011 1 commit
  16. 31 Mar, 2011 2 commits
  17. 29 Mar, 2011 1 commit
  18. 16 Feb, 2011 1 commit
  19. 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
  20. 03 Sep, 2010 1 commit
  21. 17 Aug, 2010 1 commit
  22. 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
  23. 04 Jul, 2010 1 commit
  24. 26 Jun, 2010 2 commits
  25. 17 Mar, 2010 1 commit
  26. 14 Mar, 2010 1 commit
  27. 10 Mar, 2010 2 commits
    • Måns Rullgård's avatar
      Remove .SECONDARY directive · 0680c40a
      Måns Rullgård authored
      The presence of the .SECONDARY directive caused thing to not always
      be correctly rebuilt.  Mentioning the object files explicitly as
      targets gives the desired result of make not deleting them without
      unpleasant side-effects.
      
      Originally committed as revision 22422 to svn://svn.ffmpeg.org/ffmpeg/trunk
      0680c40a
    • Måns Rullgård's avatar
      Improve version.h generation · 6a53fffd
      Måns Rullgård authored
      Force version.sh to run whenever the version might have changed,
      regardless of what is being built.  This is done by attaching the
      dependencies to a dummy file (.version) which is included from the
      makefile.  As make will always attempt to rebuild any included files
      before considering other rules, this ensures that the real version.h
      is (re-)created before it is required by any source file.
      
      Originally committed as revision 22420 to svn://svn.ffmpeg.org/ffmpeg/trunk
      6a53fffd