| Commit message (Expand) | Author | Age | Files | Lines |
* | av_fill_image_linesizes -> av_image_fill_linesizes | Ramiro Polla | 2010-09-08 | 1 | -1/+1 |
* | Add missing checks on invalid pixel format in | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Cosmetics: use plural form for *linesizes arguments of | Stefano Sabatini | 2010-09-07 | 2 | -8/+8 |
* | Move av_picture_data_copy() to libavcore, and rename it | Stefano Sabatini | 2010-09-07 | 3 | -1/+45 |
* | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, | Stefano Sabatini | 2010-09-07 | 3 | -1/+27 |
* | Adopt a hierarchical name scheme for the imgutils.h API. Simplify | Stefano Sabatini | 2010-09-07 | 3 | -12/+68 |
* | Make av_fill_image_max_pixsteps() non static non inline. | Stefano Sabatini | 2010-09-06 | 2 | -17/+20 |
* | Use quotes instead of angle brackets for local #includes. | Diego Biurrun | 2010-09-01 | 2 | -2/+2 |
* | 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 | 3 | -15/+15 |
* | 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 | 3 | -23/+39 |
* | Implement av_get_image_linesize() and use it in | Stefano Sabatini | 2010-08-12 | 3 | -1/+33 |
* | 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 | 3 | -1/+32 |
* | 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 | 4 | -2/+221 |
* | libavcore needs libavutil | Måns Rullgård | 2010-07-27 | 1 | -0/+1 |
* | Avoid the use of an intermediary variable in | Stefano Sabatini | 2010-07-26 | 1 | -3/+1 |
* | Make VideoFrameRateAbbr contain a rational rather than two ints for | Stefano Sabatini | 2010-07-26 | 1 | -11/+10 |
* | Remove reference to the "frame" term in variable names. Simpler and | Stefano Sabatini | 2010-07-26 | 2 | -32/+32 |
* | Make av_parse_video_size() and av_parse_video_rate() return | Stefano Sabatini | 2010-07-26 | 1 | -2/+2 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 4 | -2/+207 |
* | Add libavcore. | Stefano Sabatini | 2010-07-21 | 4 | -0/+112 |