summaryrefslogtreecommitdiffstats
path: root/libavcore/imgutils.c
Commit message (Expand)AuthorAgeFilesLines
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-041-0/+29
* Add missing overflow checks in av_image_fill_pointers() andStefano Sabatini2010-12-021-1/+12
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-091-0/+41
* Add missing checks on invalid pixel format inStefano Sabatini2010-09-071-2/+2
* Cosmetics: use plural form for *linesizes arguments ofStefano Sabatini2010-09-071-6/+6
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-071-0/+34
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-071-0/+13
* Adopt a hierarchical name scheme for the imgutils.h API. SimplifyStefano Sabatini2010-09-071-7/+36
* Make av_fill_image_max_pixsteps() non static non inline.Stefano Sabatini2010-09-061-0/+18
* Cosmetics: if( -> if (.Stefano Sabatini2010-08-211-1/+1
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-201-2/+2
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-181-21/+3
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-121-0/+24
* Clarify av_check_image_size() log message.Stefano Sabatini2010-08-061-1/+1
* Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini2010-08-061-0/+19
* Rename the av_fill_image_linesize() formal parameter linesize toStefano Sabatini2010-07-301-4/+4
* Reimplement av_fill_image_pointers() using the information stored inStefano Sabatini2010-07-301-97/+30
* Make av_fill_image_linesizes() return a meaningful error core ratherStefano Sabatini2010-07-301-1/+1
* Rename av_fill_image_linesizes() internal variables max_plane_step andStefano Sabatini2010-07-301-9/+9
* Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini2010-07-291-0/+164
OpenPOWER on IntegriCloud