| Commit message (Expand) | Author | Age | Files | Lines |
| * | imgconvert: Add the proper API guards to a deprecated function | Vittorio Giovara | 2016-01-21 | 1 | -0/+2 |
| * | imgconvert: Move AVPicture-related static function to the deprecated section | Vittorio Giovara | 2016-01-21 | 1 | -3/+2 |
| * | imgconvert: Move the shrink functions only where needed | Vittorio Giovara | 2016-01-21 | 1 | -87/+0 |
| * | imgconvert: Drop outdated comment block | Vittorio Giovara | 2016-01-21 | 1 | -6/+0 |
| * | imgconvert: Re-enable the deprecation warnings | Luca Barbato | 2015-12-05 | 1 | -1/+1 |
| * | avpicture: Suppress warning from deprecated code | Luca Barbato | 2015-12-05 | 1 | -0/+5 |
| * | lavc: Deprecate AVPicture structure and related functions | Vittorio Giovara | 2015-10-22 | 1 | -0/+2 |
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -1/+1 |
| * | lavc: Drop deprecated deinterlace module | Vittorio Giovara | 2015-08-28 | 1 | -175/+0 |
| * | imgutils: Fix a typo in avcodec_get_pix_fmt_loss | Luca Barbato | 2015-08-21 | 1 | -1/+1 |
| * | imgconvert: check memory allocations and propagate errors | Vittorio Giovara | 2014-12-18 | 1 | -5/+11 |
| * | imgconvert: cosmetics: Reshuffle defines to reduce ifdeffery | Diego Biurrun | 2014-07-21 | 1 | -9/+7 |
| * | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
| * | imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil | Diego Biurrun | 2014-03-22 | 1 | -4/+0 |
| * | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -2/+2 |
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -6/+6 |
| * | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 1 | -1/+1 |
| * | lavc: Make pointers to ff_cropTbl const | Martin Storsjö | 2013-04-08 | 1 | -2/+2 |
| * | lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft | Anton Khirnov | 2013-03-09 | 1 | -18/+0 |
| * | lavc: Deprecate the deinterlace functions in libavcodec | Ronald S. Bultje | 2013-03-07 | 1 | -0/+4 |
| * | dsputil: Move ff_shrink* function declarations to separate header | Diego Biurrun | 2013-02-07 | 1 | -0/+1 |
| * | imgconvert: remove PixFmtInfo | Luca Barbato | 2012-11-20 | 1 | -461/+35 |
| * | avcodec: split avpicture from imgconvert | Luca Barbato | 2012-11-20 | 1 | -85/+0 |
| * | avcodec: remove ff_is_hwaccel_pix_fmt | Luca Barbato | 2012-11-13 | 1 | -6/+0 |
| * | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -12/+18 |
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -116/+116 |
| * | avcodec: Drop long-deprecated imgconvert.h header | Diego Biurrun | 2012-09-27 | 1 | -1/+0 |
| * | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 1 | -4/+4 |
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| * | imgconvert: deprecate avcodec_find_best_pix_fmt() | Janne Grunau | 2012-07-13 | 1 | -0/+2 |
| * | imgconvert: add avcodec_find_best_pix_fmt2() | Janne Grunau | 2012-07-13 | 1 | -12/+36 |
| * | imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt | Janne Grunau | 2012-07-13 | 1 | -1/+2 |
| * | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -7/+1 |
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
| * | lavc: remove disabled FF_API_GET_ALPHA_INFO cruft. | Anton Khirnov | 2012-01-27 | 1 | -49/+0 |
| * | lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft. | Anton Khirnov | 2012-01-27 | 1 | -7/+0 |
| * | Drop some pointless void* return value casts from av_malloc() invocations. | Diego Biurrun | 2012-01-02 | 1 | -1/+1 |
| * | lavc: deprecate img_get_alpha_info(). | Anton Khirnov | 2011-10-20 | 1 | -0/+2 |
| * | imgconvert: remove unused glue and xglue macros | Stefano Sabatini | 2011-07-21 | 1 | -3/+0 |
| * | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 1 | -4/+3 |
| * | lavc: remove misc disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -51/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -2/+1 |
| * | Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus | Stefano Sabatini | 2010-12-12 | 1 | -1/+1 |
| * | Make avpicture_alloc() return meaningful values. | Stefano Sabatini | 2010-12-08 | 1 | -2/+4 |
| * | Reindent. | Stefano Sabatini | 2010-12-08 | 1 | -2/+2 |
| * | Use av_image_alloc() in avpicture_alloc(), simplify. | Stefano Sabatini | 2010-12-08 | 1 | -15/+4 |
| * | Deprecate avcodec_pix_fmt_string() in favor of | Stefano Sabatini | 2010-12-04 | 1 | -15/+2 |
| * | fix pointer truncation to int in avpicture_layout() | Ramiro Polla | 2010-11-22 | 1 | -3/+3 |
| * | Re-implement avpicture_layout() using pixdesc and imgutils API. | Stefano Sabatini | 2010-11-21 | 1 | -50/+13 |