Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-14Add avcore.h header in samplefmt.h.Stefano Sabatini
2011-01-13Make av_get_channel_layout_string() guess the number of channels if itStefano Sabatini
2010-12-09Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini
2010-12-04Implement av_image_alloc() and use it inStefano Sabatini
2010-12-02Add missing overflow checks in av_image_fill_pointers() andStefano Sabatini
2010-11-21Move audio channel API from libavcodec to libavcore.Stefano Sabatini
2010-11-18move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs
2010-11-10Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-11-03Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini
2010-11-03Implement functions:Stefano Sabatini
2010-11-02Move sample format definitions from libavcodec to libavcore.Stefano Sabatini
2010-10-04Add a test for av_parse_video_rate().Stefano Sabatini
2010-10-04Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify.Stefano Sabatini
2010-10-01Fix weird indent.Stefano Sabatini
2010-09-09av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla
2010-09-08Add missing checks on invalid pixel format inStefano Sabatini
2010-09-08Cosmetics: use plural form for *linesizes arguments ofStefano Sabatini
2010-09-08Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini
2010-09-08Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini
2010-09-07Adopt a hierarchical name scheme for the imgutils.h API. SimplifyStefano Sabatini
2010-09-07Make av_fill_image_max_pixsteps() non static non inline.Stefano Sabatini
2010-09-01Use quotes instead of angle brackets for local #includes.Diego Biurrun
2010-08-21Cosmetics: if( -> if (.Stefano Sabatini
2010-08-20Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini
2010-08-20Add missing period in av_fill_image_max_pixstep() doxy.Stefano Sabatini
2010-08-19Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini
2010-08-12Implement av_get_image_linesize() and use it inStefano Sabatini
2010-08-06Clarify av_check_image_size() log message.Stefano Sabatini
2010-08-06Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini
2010-07-30Rename the av_fill_image_linesize() formal parameter linesize toStefano Sabatini
2010-07-30Reimplement av_fill_image_pointers() using the information stored inStefano Sabatini
2010-07-30Make av_fill_image_linesizes() return a meaningful error core ratherStefano Sabatini
2010-07-30Rename av_fill_image_linesizes() internal variables max_plane_step andStefano Sabatini
2010-07-30Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini
2010-07-27libavcore needs libavutilMåns Rullgård
2010-07-27Avoid the use of an intermediary variable inStefano Sabatini
2010-07-27Make VideoFrameRateAbbr contain a rational rather than two ints forStefano Sabatini
2010-07-27Remove reference to the "frame" term in variable names. Simpler andStefano Sabatini
2010-07-27Make av_parse_video_size() and av_parse_video_rate() returnStefano Sabatini
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-21Add libavcore.Stefano Sabatini