changeset | ed20007aabe2 |
---|---|
branch | libavcore |
bookmark | |
tag | tip |
user | ramiro |
description | av_fill_image_linesizes -> av_image_fill_linesizes |
files | imgutils.h |
changeset | ec642b5a1d0a |
---|---|
branch | libavcore |
bookmark | |
tag | |
user | stefano |
description | Add missing checks on invalid pixel format in av_image_fill_linesizes/pointers. |
files | imgutils.c |
changeset | 63d8168fa16a |
---|---|
branch | libavcore |
bookmark | |
tag | |
user | stefano |
description | Cosmetics: use plural form for *linesizes arguments of av_image_copy(), more consistent with the rest of the API and more semantically correct. |
files | imgutils.c imgutils.h |
changeset | c063c88b1309 |
---|---|
branch | libavcore |
bookmark | |
tag | |
user | stefano |
description | Move av_picture_data_copy() to libavcore, and rename it av_image_copy(). |
files | avcore.h imgutils.c imgutils.h |
changeset | 478992775cf8 |
---|---|
branch | libavcore |
bookmark | |
tag | |
user | stefano |
description | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, and deprecate the old function. |
files | avcore.h imgutils.c imgutils.h |
changeset | 0899fc09d43c |
---|---|
branch | libavcore |
bookmark | |
tag | |
user | stefano |
description | 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. |
files | avcore.h imgutils.c imgutils.h |
changeset | 3b8eec1cfdaa |
---|---|
branch | libavcore |
bookmark | |
tag | |
user | stefano |
description | Make av_fill_image_max_pixsteps() non static non inline. |
files | imgutils.c imgutils.h |
changeset | 8a62c1403cd0 |
---|---|
branch | libavcore |
bookmark | |
tag | |
user | diego |
description | Use quotes instead of angle brackets for local #includes. |
files | avcore.h parseutils.h |
changeset | cee2ee2eff81 |
---|---|
branch | libavcore |
bookmark | |
tag | |
user | stefano |
description | Cosmetics: if( -> if (. |
files | imgutils.c |
changeset | ebe3b7ce4cca |
---|---|
branch | libavcore |
bookmark | |
tag | |
user | stefano |
description | Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). The plural form is preferred as it is more consistent with the other functions: av_fill_image_linesizes() av_fill_image_pointers() and looks semantically more correct as it fills an array of elements. |
files | avcore.h imgutils.c imgutils.h |