]> git.sesse.net Git - ffmpeg/history - libavcore/imgutils.c
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,
[ffmpeg] / libavcore / imgutils.c
2010-09-07 Stefano SabatiniReimplement ff_img_copy_plane() as av_image_copy_plane...
2010-09-07 Stefano SabatiniAdopt a hierarchical name scheme for the imgutils.h...
2010-09-06 Stefano SabatiniMake av_fill_image_max_pixsteps() non static non inline.
2010-08-21 Stefano SabatiniCosmetics: if( -> if (.
2010-08-20 Stefano SabatiniRename av_fill_image_max_pixstep() to av_fill_image_max...
2010-08-18 Stefano SabatiniImplement inline function av_fill_image_max_pixstep...
2010-08-12 Stefano SabatiniImplement av_get_image_linesize() and use it in
2010-08-06 Stefano SabatiniClarify av_check_image_size() log message.
2010-08-06 Stefano SabatiniDeprecate avcodec_check_dimensions() in favor of the...
2010-07-30 Stefano SabatiniRename the av_fill_image_linesize() formal parameter...
2010-07-30 Stefano SabatiniReimplement av_fill_image_pointers() using the informat...
2010-07-30 Stefano SabatiniMake av_fill_image_linesizes() return a meaningful...
2010-07-30 Stefano SabatiniRename av_fill_image_linesizes() internal variables...
2010-07-29 Stefano SabatiniMove fill_image_linesize() and fill_image_data_ptr...