Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-22imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputilDiego Biurrun
2013-02-08dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun
2012-09-27avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-11-10Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini
rename it ff_set_systematic_pal2(). Originally committed as revision 25712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-12Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini
av_get_image_linesize(). Originally committed as revision 24787 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-31Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini
and drop the the ff_ variants at the next major bump. Originally committed as revision 24620 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-22Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini
Originally committed as revision 18129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21Remove declaration of the removed function img_convert().Stefano Sabatini
Originally committed as revision 18080 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-06Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer
Also document it. Originally committed as revision 17018 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-13Add img_convert() to imgconvert.h and #include it from imgresample.c.Diego Biurrun
This fixes an implicit declaration of img_convert() warning. taken from a patchset from Anders Grönberg, galileo.m2 gmail com Originally committed as revision 16097 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-13Add missing stdint.h #include to headers that use it.Diego Biurrun
Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-04include required headerAurelien Jacobs
Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16100lVitor Sessak
Originally committed as revision 11964 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-15Add header for declaration of ff_xxxx functions in imgconvert.cVitor Sessak
Originally committed as revision 11961 to svn://svn.ffmpeg.org/ffmpeg/trunk