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
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-26avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-27avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt
2020-05-23lavfi/vf_crop: use ff_formats_pixdesc_filter().Nicolas George
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-01-13lavfi/crop: enable runtime change flagJun Zhao
2019-12-06avfilter/crop: avoid premature eval errorGyan Doshi
2019-10-08avfilter/vf_crop: add logging context to logSteven Liu
2019-06-02vf_crop: Add support for cropping hardware framesMark Thompson
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-02-01avfilter: add comments for duplicate lineSteven Liu
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-08-21avfilter/vf_crop: make possible to do exact cropping for subsampled videosPaul B Mahol
2015-12-21lavfi/vf_crop: replace round by lrintGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-09avfilter/crop: use AV_OPT_TYPE_BOOL for keep_aspect optionClément Bœsch
2015-07-21libavfilter/vf_crop: implement process_commandBernd Bleßmann
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-05-27avfilter/crop: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-21lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-07-04lavfi/crop: support more pixel formatsPaul B Mahol
2013-05-17Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer
2013-05-17vf_crop: make config_props work properly when called multiple times.Anton Khirnov
2013-05-16Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer
2013-05-16Merge commit '7f83959598b6565baa0091e5739dd9091ab7a990'Michael Niedermayer
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
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-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-12lavfi/crop: log pos in debug messageStefano Sabatini
2013-04-12lavfi/crop: restore pos constant, and fix "t" variable misplacement in variab...Stefano Sabatini
2013-04-11lavfi: remove double .priv_class initializersPaul B Mahol
2013-04-10Merge commit 'fba0156af77b11ec99edf4ee8f511b7aaa6b1891'Michael Niedermayer
2013-04-09vf_crop: switch to an AVOptions-based system.Anton Khirnov
2013-03-21lavfi/vf_crop: use standard options parsing.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer