| Commit message (Expand) | Author | Age | Files | Lines |
* | av_fill_image_linesizes -> av_image_fill_linesizes | Ramiro Polla | 2010-09-08 | 1 | -1/+1 |
* | Cosmetics: use plural form for *linesizes arguments of | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Move av_picture_data_copy() to libavcore, and rename it | Stefano Sabatini | 2010-09-07 | 1 | -0/+10 |
* | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, | Stefano Sabatini | 2010-09-07 | 1 | -0/+13 |
* | Adopt a hierarchical name scheme for the imgutils.h API. Simplify | Stefano Sabatini | 2010-09-07 | 1 | -4/+23 |
* | Make av_fill_image_max_pixsteps() non static non inline. | Stefano Sabatini | 2010-09-06 | 1 | -17/+2 |
* | Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). | Stefano Sabatini | 2010-08-20 | 1 | -12/+12 |
* | Add missing period in av_fill_image_max_pixstep() doxy. | Stefano Sabatini | 2010-08-20 | 1 | -1/+1 |
* | Implement inline function av_fill_image_max_pixstep() and use it for | Stefano Sabatini | 2010-08-18 | 1 | -1/+35 |
* | Implement av_get_image_linesize() and use it in | Stefano Sabatini | 2010-08-12 | 1 | -0/+8 |
* | Deprecate avcodec_check_dimensions() in favor of the new function | Stefano Sabatini | 2010-08-06 | 1 | -0/+12 |
* | Move fill_image_linesize() and fill_image_data_ptr() from | Stefano Sabatini | 2010-07-29 | 1 | -0/+53 |