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: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_delogo: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2020-04-11avfilter/delogo: correct indentation for option show.Gyan Doshi
2020-04-11avfilter/delogo: remove deprecated optionsGyan Doshi
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2019-10-10avfilter/vf_delogo: make the interp value compute method simpleSteven Liu
2019-10-10avfilter/vf_delogo: add auto set the area inside of the frameSteven Liu
2019-10-03avfilter: add av_cold where it is missingPaul B Mahol
2019-09-02avfilter/vf_delogo: unbreak fatePaul B Mahol
2019-09-02avfilter/vf_delogo: support expr in delogo filterSteven Liu
2016-05-10avfilter/delogo: Check that logo area is inside the pictureJean Delvare
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-19avfilter/vf_delogo: change the definition of logo_x2 and logo_y2Jean Delvare
2015-12-14avfilter/vf_delogo: fix show option when clippingJean Delvare
2015-12-12avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_componentsJean Delvare
2015-12-09avfilter/vf_delogo: round to the closest valueJean Delvare
2015-10-08avfilter/delogo: Set default band to 1Jean Delvare
2015-09-28avfilter/delogo: Fix show option when band is smallJean Delvare
2015-09-22Update my email addressJean Delvare
2015-09-09avfilter/delogo: use AV_OPT_TYPE_BOOL for show optionClément Bœsch
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
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-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-08-03avfilter: fix plane validity checksMichael Niedermayer
2013-07-13lavfi/delogo: Fix sign extension issueJean Delvare
2013-07-05lavfi/delogo: band width must be at least 1Jean Delvare
2013-07-05lavfi/delogo: option show shouldn't affect bandJean Delvare
2013-07-05lavfi/delogo: remember left and right samples when interpolatingJean Delvare
2013-07-05lavfi/delogo: don't recompute the same difference again and againJean Delvare
2013-07-04lavfi/delogo: avoid propagation of rounding errors in chroma planesJean Delvare
2013-07-04lavfi/delogo: take SAR into accountJean Delvare
2013-07-01lavfi/delogo: use weighted interpolationJean Delvare
2013-06-20delogo: Fix function descriptionJean Delvare
2013-05-16Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer
2013-05-16vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-24lavfi: add timeline support in {de,remove}logo.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-10Merge commit '63e58c55c17d7f8b5eec9c082fe0f8edc305a24e'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov