Skip to content
Snippets Groups Projects
  1. Nov 27, 2014
  2. Jun 20, 2014
  3. May 25, 2014
  4. May 15, 2013
  5. May 09, 2013
  6. Nov 25, 2012
  7. Nov 23, 2012
  8. Oct 31, 2012
  9. Oct 14, 2012
  10. Oct 13, 2012
  11. Oct 12, 2012
  12. Oct 08, 2012
  13. Aug 15, 2012
  14. Jul 27, 2012
  15. Jun 26, 2012
    • 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
  16. Apr 13, 2012
  17. Mar 28, 2012
  18. Feb 08, 2012
  19. Dec 23, 2011
  20. Nov 19, 2011
  21. Jul 03, 2011
  22. Jun 07, 2011
  23. May 16, 2011
  24. May 15, 2011
    • 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
  25. Apr 19, 2011
  26. Mar 19, 2011
  27. Feb 16, 2011
  28. 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
  29. Dec 04, 2010
  30. Dec 02, 2010
  31. Nov 09, 2010
  32. Sep 07, 2010
  33. Sep 06, 2010
Loading