summaryrefslogtreecommitdiff
path: root/libavcore
Commit message (Expand)AuthorAge
* Use quotes instead of angle brackets for local #includes.Diego Biurrun2010-09-01
* Cosmetics: if( -> if (.Stefano Sabatini2010-08-21
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-20
* Add missing period in av_fill_image_max_pixstep() doxy.Stefano Sabatini2010-08-20
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-18
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-12
* 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