| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |