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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-05-17vf_crop: make config_props work properly when called multiple times.Anton Khirnov
2013-05-16vf_crop: cosmetics, break linesAnton Khirnov
2013-05-16vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-04-09vf_crop: switch to an AVOptions-based system.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
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