1. 27 May, 2015 1 commit
  2. 26 May, 2015 1 commit
  3. 13 May, 2015 1 commit
  4. 11 May, 2015 1 commit
  5. 07 May, 2015 3 commits
  6. 04 May, 2015 1 commit
  7. 22 Apr, 2015 1 commit
  8. 19 Apr, 2015 1 commit
  9. 07 Apr, 2015 1 commit
  10. 03 Apr, 2015 1 commit
  11. 31 Mar, 2015 1 commit
  12. 30 Mar, 2015 1 commit
  13. 29 Mar, 2015 2 commits
  14. 06 Mar, 2015 2 commits
  15. 04 Mar, 2015 1 commit
  16. 03 Mar, 2015 1 commit
  17. 19 Feb, 2015 2 commits
  18. 14 Feb, 2015 1 commit
  19. 13 Feb, 2015 1 commit
  20. 08 Feb, 2015 1 commit
  21. 27 Jan, 2015 1 commit
  22. 25 Jan, 2015 1 commit
  23. 24 Jan, 2015 1 commit
  24. 23 Jan, 2015 1 commit
  25. 22 Jan, 2015 1 commit
  26. 21 Jan, 2015 2 commits
  27. 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
  28. 11 Jan, 2015 1 commit
  29. 25 Dec, 2014 3 commits
  30. 04 Dec, 2014 2 commits
  31. 03 Dec, 2014 1 commit