summaryrefslogtreecommitdiff
path: root/libavcore/imgutils.c
Commit message (Expand)AuthorAge
* Add missing checks on invalid pixel format inStefano Sabatini2010-09-07
* Cosmetics: use plural form for *linesizes arguments ofStefano Sabatini2010-09-07
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-07
* Adopt a hierarchical name scheme for the imgutils.h API. SimplifyStefano Sabatini2010-09-07
* Make av_fill_image_max_pixsteps() non static non inline.Stefano Sabatini2010-09-06
* Cosmetics: if( -> if (.Stefano Sabatini2010-08-21
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-20
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-18
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-12
* Clarify av_check_image_size() log message.Stefano Sabatini2010-08-06
* Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini2010-08-06
* Rename the av_fill_image_linesize() formal parameter linesize toStefano Sabatini2010-07-30
* Reimplement av_fill_image_pointers() using the information stored inStefano Sabatini2010-07-30
* Make av_fill_image_linesizes() return a meaningful error core ratherStefano Sabatini2010-07-30
* Rename av_fill_image_linesizes() internal variables max_plane_step andStefano Sabatini2010-07-30
* Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini2010-07-29