December 4, 2010
View 4da12e3

Implement av_image_alloc() and use it in avfilter_default_get_video_buffer().

Stefano Sabatini authored on 2010/12/04 21:56:16
December 3, 2010
View 9398024

Add missing overflow checks in av_image_fill_pointers() and av_image_fill_linesizes().

Stefano Sabatini authored on 2010/12/03 04:49:55
November 10, 2010
View ed5d30d

Move internal function ff_set_systematic_pal() to libavcore, and rename it ff_set_systematic_pal2().

Stefano Sabatini authored on 2010/11/10 07:22:36
September 8, 2010
View 6950cca

Add missing checks on invalid pixel format in av_image_fill_linesizes/pointers.

Stefano Sabatini authored on 2010/09/08 08:41:18
View 2b3cd04

Cosmetics: use plural form for *linesizes arguments of av_image_copy(), more consistent with the rest of the API and more semantically correct.

Stefano Sabatini authored on 2010/09/08 06:24:06
View 34017fd

Move av_picture_data_copy() to libavcore, and rename it av_image_copy().

Stefano Sabatini authored on 2010/09/08 06:23:55
View 9686abb

Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, and deprecate the old function.

Stefano Sabatini authored on 2010/09/08 06:23:45
View 9b7269e

Adopt a hierarchical name scheme for the imgutils.h API. Simplify grepping and somewhat more consistent with the scheme adopted by other FFmpeg modules API.

Stefano Sabatini authored on 2010/09/08 04:15:17
September 7, 2010
View 0f14626

Make av_fill_image_max_pixsteps() non static non inline.

Stefano Sabatini authored on 2010/09/07 06:51:20
August 22, 2010
View be7110c

Cosmetics: if( -> if (.

Stefano Sabatini authored on 2010/08/22 00:18:52
August 21, 2010
View e344336

Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().

Stefano Sabatini authored on 2010/08/21 01:52:38
August 19, 2010
View a6ddf8b

Implement inline function av_fill_image_max_pixstep() and use it for factorizing code.

Stefano Sabatini authored on 2010/08/19 06:02:38
August 13, 2010
View 7906e2b

Implement av_get_image_linesize() and use it in ff_get_plane_bytewidth().

Stefano Sabatini authored on 2010/08/13 00:05:58
August 6, 2010
View 899a507

Clarify av_check_image_size() log message.

Stefano Sabatini authored on 2010/08/06 18:36:50
View bf176f5

Deprecate avcodec_check_dimensions() in favor of the new function av_check_image_size() declared in libavcore/imgutils.h.

Stefano Sabatini authored on 2010/08/06 18:36:45