1. 16 Dec, 2016 1 commit
  2. 10 Dec, 2016 1 commit
  3. 21 Nov, 2016 1 commit
  4. 31 Aug, 2016 1 commit
  5. 17 Mar, 2015 1 commit
  6. 14 Jan, 2015 1 commit
    • Stefano Sabatini's avatar
      imgutils: create misc functions for dealing with buffers · e2ad0b66
      Stefano Sabatini authored
      Move the lavc/imgconvert functions and rename them as follows:
        avpicture_get_size -> av_image_get_buffer_size()
        avpicture_fill     -> av_image_fill_arrays()
        avpicture_layout   -> av_image_copy_to_buffer()
      
      The new functions have an align parameter, which allows to define the
      linesize alignment assumed in the buffer (which is set or read).
      
      The names of the functions are consistent with the lavu/samples API
      (av_samples_get_buffer_size(), av_samples_fill_arrays()).
      
      A redundant check has been dropped from av_image_fill_arrays().
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      e2ad0b66
  7. 04 Aug, 2014 1 commit
  8. 20 Jun, 2014 1 commit
  9. 25 Nov, 2012 1 commit
  10. 13 Oct, 2012 1 commit
  11. 08 Oct, 2012 1 commit
  12. 26 Jun, 2012 1 commit
    • Stefano Sabatini's avatar
      lavu/imgutils: create misc functions for dealing with buffers · e6674e46
      Stefano Sabatini authored
      Move the lavc/imgconvert functions and rename them as follows:
      avpicture_get_size -> av_image_get_buffer_size()
      avpicture_fill     -> av_image_fill_arrays()
      avpicture_layout   -> av_image_copy_to_buffer()
      
      The new functions have an align parameter, which allows to define the
      linesize alignment assumed in the buffer (which is set or read).
      
      The names of the functions are consistent with the lavu/samples API
      (av_samples_get_buffer_size(), av_samples_fill_arrays()).
      e6674e46
  13. 22 Nov, 2011 1 commit
  14. 03 Jul, 2011 2 commits
  15. 07 Jun, 2011 1 commit
  16. 19 Apr, 2011 1 commit
  17. 19 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. 04 Dec, 2010 1 commit
  21. 08 Sep, 2010 1 commit
  22. 07 Sep, 2010 4 commits
  23. 06 Sep, 2010 1 commit
  24. 20 Aug, 2010 2 commits
  25. 18 Aug, 2010 1 commit
  26. 12 Aug, 2010 1 commit
  27. 06 Aug, 2010 1 commit
  28. 29 Jul, 2010 1 commit