1. 24 Nov, 2015 1 commit
  2. 07 Sep, 2015 1 commit
  3. 12 Jun, 2015 1 commit
  4. 13 May, 2015 1 commit
  5. 28 Feb, 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. 27 Nov, 2014 1 commit
  8. 20 Jun, 2014 1 commit
  9. 25 May, 2014 1 commit
  10. 15 May, 2013 2 commits
  11. 09 May, 2013 1 commit
  12. 25 Nov, 2012 1 commit
  13. 23 Nov, 2012 1 commit
  14. 31 Oct, 2012 1 commit
  15. 14 Oct, 2012 1 commit
  16. 13 Oct, 2012 1 commit
  17. 12 Oct, 2012 2 commits
  18. 08 Oct, 2012 1 commit
  19. 15 Aug, 2012 1 commit
  20. 27 Jul, 2012 1 commit
  21. 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
  22. 13 Apr, 2012 1 commit
  23. 28 Mar, 2012 1 commit
  24. 08 Feb, 2012 1 commit
  25. 23 Dec, 2011 1 commit
  26. 19 Nov, 2011 1 commit
  27. 03 Jul, 2011 1 commit
  28. 07 Jun, 2011 1 commit
  29. 16 May, 2011 2 commits
  30. 15 May, 2011 1 commit
    • Stefano Sabatini's avatar
      imgutils: generalize linesize computation for bitstream formats · 10931720
      Stefano Sabatini authored
      Make it a subcase of the general algorithm used for the non-bitstream
      case. Simplify, and make av_image_get_linesize() and
      av_image_fill_linesizes() correctly return the right value when plane
      != 0.
      
      In particular fix a crash occurring with:
      -vf format=monow,showinfo,format=monow.
      10931720
  31. 19 Apr, 2011 1 commit
  32. 19 Mar, 2011 1 commit
  33. 16 Feb, 2011 1 commit
  34. 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
  35. 04 Dec, 2010 1 commit
  36. 02 Dec, 2010 1 commit
  37. 09 Nov, 2010 1 commit