1. 20 Oct, 2011 1 commit
    • Anton Khirnov's avatar
      lavc: deprecate img_get_alpha_info(). · 586657c2
      Anton Khirnov authored
      It's never been touched or used in any way since it was added in 2003
      and only works for PIX_FMT_PAL8, which makes me conclude that nobody's
      ever used it.
      586657c2
  2. 19 Oct, 2011 1 commit
  3. 24 Sep, 2011 1 commit
  4. 01 Sep, 2011 1 commit
  5. 27 Aug, 2011 1 commit
  6. 26 Aug, 2011 2 commits
  7. 21 Aug, 2011 1 commit
  8. 17 Aug, 2011 1 commit
  9. 28 Jul, 2011 1 commit
  10. 26 Jul, 2011 1 commit
    • Stefano Sabatini's avatar
      imgconvert: change logic in avcodec_get_pix_fmt_loss() · e324619c
      Stefano Sabatini authored
      Avoid the use of the brittle/inconsistent information in
      PixFmtInfo.depth, and implement a possibly more robust logic which
      exposes the information in pixdesc.
      
      Also allow the removal of PixFmtInfo.depth, since this is the only use
      of it.
      e324619c
  11. 25 Jul, 2011 1 commit
    • Stefano Sabatini's avatar
      imgconvert: remove PixFmtInfo.pixel_type field · d7e14c0d
      Stefano Sabatini authored
      The field is only used for checking if a format is YUV planar
      and if the format is paletted.
      
      This patch replaces the current is_planar_yuv() code with a function
      which uses the pixdesc information. The new implementation is less
      efficient, but this should not be an issue as the functions which use
      it (av_picture_crop/pad()) are deprecated and currently never used in
      the codebase.
      d7e14c0d
  12. 23 Jul, 2011 2 commits
  13. 21 Jul, 2011 1 commit
  14. 28 May, 2011 2 commits
  15. 15 May, 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. 12 Dec, 2010 1 commit
  21. 08 Dec, 2010 3 commits
  22. 04 Dec, 2010 1 commit
  23. 22 Nov, 2010 1 commit
  24. 21 Nov, 2010 2 commits
  25. 10 Nov, 2010 2 commits
  26. 09 Nov, 2010 1 commit
  27. 07 Nov, 2010 4 commits
  28. 25 Sep, 2010 1 commit
  29. 20 Sep, 2010 1 commit
  30. 07 Sep, 2010 1 commit