summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruftAnton Khirnov2013-03-09
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-07
* dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun2013-02-07
* imgconvert: remove PixFmtInfoLuca Barbato2012-11-20
* avcodec: split avpicture from imgconvertLuca Barbato2012-11-20
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-13
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-27
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau2012-07-13
* imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau2012-07-13
* imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmtJanne Grunau2012-07-13
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov2012-01-27
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-02
* lavc: deprecate img_get_alpha_info().Anton Khirnov2011-10-20
* imgconvert: remove unused glue and xglue macrosStefano Sabatini2011-07-21
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-28
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini2010-12-12
* Make avpicture_alloc() return meaningful values.Stefano Sabatini2010-12-08
* Reindent.Stefano Sabatini2010-12-08
* Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini2010-12-08
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-04
* fix pointer truncation to int in avpicture_layout()Ramiro Polla2010-11-22
* Re-implement avpicture_layout() using pixdesc and imgutils API.Stefano Sabatini2010-11-21
* Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string().Stefano Sabatini2010-11-21
* In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini2010-11-10
* Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini2010-11-10
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-09
* Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini2010-11-07
* Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini2010-11-07
* Make avpicture_fill() return a meaningful error code.Stefano Sabatini2010-11-07
* Remove alpha information from avcodec_pix_fmt_string(), as thatStefano Sabatini2010-11-07
* Support deinterlacing of YUVJ422P in old deinterlacer.Maksym Veremeyenko2010-09-25
* Support deinterlacing of YUVJ420P.Benjamin Larsson2010-09-20
* Reindent.Stefano Sabatini2010-09-07
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
* Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini2010-09-07
* Reindent after the last commit.Stefano Sabatini2010-09-07