summaryrefslogtreecommitdiff
path: root/libavcore
Commit message (Expand)AuthorAge
* Clarify av_check_image_size() log message.Stefano Sabatini2010-08-06
* Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini2010-08-06
* Rename the av_fill_image_linesize() formal parameter linesize toStefano Sabatini2010-07-30
* Reimplement av_fill_image_pointers() using the information stored inStefano Sabatini2010-07-30
* Make av_fill_image_linesizes() return a meaningful error core ratherStefano Sabatini2010-07-30
* Rename av_fill_image_linesizes() internal variables max_plane_step andStefano Sabatini2010-07-30
* Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini2010-07-29
* libavcore needs libavutilMåns Rullgård2010-07-27
* Avoid the use of an intermediary variable inStefano Sabatini2010-07-26
* Make VideoFrameRateAbbr contain a rational rather than two ints forStefano Sabatini2010-07-26
* Remove reference to the "frame" term in variable names. Simpler andStefano Sabatini2010-07-26
* Make av_parse_video_size() and av_parse_video_rate() returnStefano Sabatini2010-07-26
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* Add libavcore.Stefano Sabatini2010-07-21