summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAgeFilesLines
* imgconvert: Add the proper API guards to a deprecated functionVittorio Giovara2016-01-211-0/+2
* imgconvert: Move AVPicture-related static function to the deprecated sectionVittorio Giovara2016-01-211-3/+2
* imgconvert: Move the shrink functions only where neededVittorio Giovara2016-01-211-87/+0
* imgconvert: Drop outdated comment blockVittorio Giovara2016-01-211-6/+0
* imgconvert: Re-enable the deprecation warningsLuca Barbato2015-12-051-1/+1
* avpicture: Suppress warning from deprecated codeLuca Barbato2015-12-051-0/+5
* lavc: Deprecate AVPicture structure and related functionsVittorio Giovara2015-10-221-0/+2
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-1/+1
* lavc: Drop deprecated deinterlace moduleVittorio Giovara2015-08-281-175/+0
* imgutils: Fix a typo in avcodec_get_pix_fmt_lossLuca Barbato2015-08-211-1/+1
* imgconvert: check memory allocations and propagate errorsVittorio Giovara2014-12-181-5/+11
* imgconvert: cosmetics: Reshuffle defines to reduce ifdefferyDiego Biurrun2014-07-211-9/+7
* dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-1/+1
* imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputilDiego Biurrun2014-03-221-4/+0
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-2/+2
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-6/+6
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-2/+2
* lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruftAnton Khirnov2013-03-091-18/+0
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-071-0/+4
* dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun2013-02-071-0/+1
* imgconvert: remove PixFmtInfoLuca Barbato2012-11-201-461/+35
* avcodec: split avpicture from imgconvertLuca Barbato2012-11-201-85/+0
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-131-6/+0
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-12/+18
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-116/+116
* avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-271-1/+0
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-4/+4
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau2012-07-131-0/+2
* imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau2012-07-131-12/+36
* imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmtJanne Grunau2012-07-131-1/+2
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-081-7/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-271-49/+0
* lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov2012-01-271-7/+0
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-021-1/+1
* lavc: deprecate img_get_alpha_info().Anton Khirnov2011-10-201-0/+2
* imgconvert: remove unused glue and xglue macrosStefano Sabatini2011-07-211-3/+0
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-281-4/+3
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-191-51/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-2/+1
* Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini2010-12-121-1/+1
* Make avpicture_alloc() return meaningful values.Stefano Sabatini2010-12-081-2/+4
* Reindent.Stefano Sabatini2010-12-081-2/+2
* Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini2010-12-081-15/+4
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-041-15/+2
* fix pointer truncation to int in avpicture_layout()Ramiro Polla2010-11-221-3/+3
* Re-implement avpicture_layout() using pixdesc and imgutils API.Stefano Sabatini2010-11-211-50/+13