Skip to content
Snippets Groups Projects
  1. Feb 16, 2014
  2. Dec 02, 2013
  3. Nov 15, 2013
  4. Oct 03, 2013
  5. Apr 05, 2013
  6. Mar 27, 2013
  7. Feb 19, 2013
  8. Dec 10, 2012
  9. Oct 25, 2012
  10. Sep 15, 2012
  11. Aug 29, 2012
  12. Aug 28, 2012
  13. Aug 27, 2012
  14. Aug 07, 2012
    • Mans Rullgard's avatar
      build: change checkheaders to use regular build rules · dfd9159f
      Mans Rullgard authored
      
      Many compilers need special flags to compile *.h files as regular
      source code, if they will do so at all.  Rather than hoping all
      compilers will have such a flag and adding mappings for it, create
      wrapper .c files for test building single headers.
      
      This allows using the regular rule for compiling C files without the
      need for special flags, and it also provides proper dependency tracking
      for these objects.
      
      Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
      dfd9159f
  15. Jul 26, 2012
  16. May 05, 2012
  17. Apr 12, 2012
  18. Jul 11, 2011
  19. Jul 10, 2011
  20. Jun 29, 2011
  21. Jun 28, 2011
  22. Jun 23, 2011
  23. Jun 14, 2011
  24. Jun 07, 2011
  25. Jun 06, 2011
  26. May 29, 2011
  27. Mar 31, 2011
  28. Mar 29, 2011
  29. Feb 15, 2011
    • 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: default avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  30. Sep 03, 2010
  31. Aug 17, 2010
  32. Jul 21, 2010
    • 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
  33. Jul 04, 2010
  34. Jun 26, 2010
Loading