Skip to content
Snippets Groups Projects
  1. Apr 24, 2017
  2. Jan 24, 2017
    • Diego Biurrun's avatar
      swscale-test: const correctness for pointer variable · 5c0e2b13
      Diego Biurrun authored
      libswscale/swscale-test.c:369:20: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [-Wincompatible-pointer-types]
      libswscale/swscale.h:207:5: note: expected ‘const uint8_t * const* {aka const unsigned char * const*}’ but argument is of type ‘uint8_t ** {aka unsigned char **}’
      5c0e2b13
  3. Oct 28, 2016
  4. May 13, 2016
  5. Aug 04, 2014
  6. Oct 12, 2012
  7. Oct 08, 2012
  8. Jan 13, 2012
  9. Jan 08, 2012
  10. May 26, 2011
  11. Mar 19, 2011
  12. 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
  13. Feb 04, 2011
  14. Sep 16, 2010
  15. Sep 12, 2010
  16. Sep 08, 2010
  17. Aug 19, 2010
  18. Aug 08, 2010
  19. Jul 31, 2010
  20. Jul 23, 2010
  21. Jul 22, 2010
  22. Jul 20, 2010
  23. Mar 04, 2010
  24. Jan 30, 2010
  25. Jan 27, 2010
  26. Jan 20, 2010
  27. Jan 19, 2010
Loading