summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.h
Commit message (Expand)AuthorAgeFilesLines
* imgconvert: Move the shrink functions only where neededVittorio Giovara2016-01-211-31/+0
* lavc: Drop deprecated deinterlace moduleVittorio Giovara2015-08-281-16/+0
* imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputilDiego Biurrun2014-03-221-0/+18
* dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun2013-02-071-0/+29
* avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-271-44/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-091-1/+2
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-121-1/+2
* Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini2010-07-311-0/+4
* Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini2009-03-211-2/+2
* Remove declaration of the removed function img_convert().Stefano Sabatini2009-03-201-3/+0
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-061-0/+2
* Add img_convert() to imgconvert.h and #include it from imgresample.c.Diego Biurrun2008-12-131-0/+3
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-131-0/+1
* include required headerAurelien Jacobs2008-03-031-0/+2
* 100lVitor Sessak2008-02-151-33/+0
* Add header for declaration of ff_xxxx functions in imgconvert.cVitor Sessak2008-02-151-0/+66