| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: if( -> if (. | Stefano Sabatini | 2010-08-21 | 1 | -1/+1 |
* | Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). | Stefano Sabatini | 2010-08-20 | 1 | -2/+2 |
* | Implement inline function av_fill_image_max_pixstep() and use it for | Stefano Sabatini | 2010-08-18 | 1 | -21/+3 |
* | Implement av_get_image_linesize() and use it in | Stefano Sabatini | 2010-08-12 | 1 | -0/+24 |
* | Clarify av_check_image_size() log message. | Stefano Sabatini | 2010-08-06 | 1 | -1/+1 |
* | Deprecate avcodec_check_dimensions() in favor of the new function | Stefano Sabatini | 2010-08-06 | 1 | -0/+19 |
* | Rename the av_fill_image_linesize() formal parameter linesize to | Stefano Sabatini | 2010-07-30 | 1 | -4/+4 |
* | Reimplement av_fill_image_pointers() using the information stored in | Stefano Sabatini | 2010-07-30 | 1 | -97/+30 |
* | Make av_fill_image_linesizes() return a meaningful error core rather | Stefano Sabatini | 2010-07-30 | 1 | -1/+1 |
* | Rename av_fill_image_linesizes() internal variables max_plane_step and | Stefano Sabatini | 2010-07-30 | 1 | -9/+9 |
* | Move fill_image_linesize() and fill_image_data_ptr() from | Stefano Sabatini | 2010-07-29 | 1 | -0/+164 |