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
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-05-29vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().Diego Biurrun
2011-04-28crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-05In crop filter, update new ref w/h instead of old one, fix chainingBaptiste Coudurier
2010-12-27In the crop filter, put under ifdef DEBUG the trace logs for theStefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-240.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini
2010-11-24In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier
2010-11-24Add informative log message in the crop filter.Stefano Sabatini
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-11-02Fix crop->var_values[VAR_T] computation in the crop filter.Stefano Sabatini
2010-09-25Prefix enum var_name symbols with VAR_, to avoid conflicts with alreadyStefano Sabatini
2010-09-25Fix memleak introduced in:Stefano Sabatini
2010-09-25Make the crop filters accept parametric expressions.Stefano Sabatini
2010-09-25Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini
2010-09-10Cosmetics: remove useless parentheses.Stefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-20Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini
2010-08-19Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-07-30Make config_input() return AVERROR(EINVAL) in place of -1.Stefano Sabatini
2010-07-30Compute the max pixel step for each plane, and use it in place ofStefano Sabatini
2010-07-23Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec,Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-19Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham
2010-02-04Use pixel format descriptors for checking if the input format isStefano Sabatini
2009-12-05Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini
2009-11-22Remove from the list of the supported formats the formats which areStefano Sabatini
2009-11-10Fix crop filter start_frame() for paletted formats different fromStefano Sabatini
2009-11-09Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini
2009-10-27Add descriptions for the committed filters.Stefano Sabatini
2009-10-22Make the pix_fmts var in query_formats() static const.Stefano Sabatini
2009-10-22Add video crop filter.Stefano Sabatini