summaryrefslogtreecommitdiff
path: root/libavfilter/vf_delogo.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_delogo: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-19
* avfilter/delogo: correct indentation for option show.Gyan Doshi2020-04-11
* avfilter/delogo: remove deprecated optionsGyan Doshi2020-04-11
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_delogo: make the interp value compute method simpleSteven Liu2019-10-10
* avfilter/vf_delogo: add auto set the area inside of the frameSteven Liu2019-10-10
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-03
* avfilter/vf_delogo: unbreak fatePaul B Mahol2019-09-02
* avfilter/vf_delogo: support expr in delogo filterSteven Liu2019-09-02
* avfilter/delogo: Check that logo area is inside the pictureJean Delvare2016-05-10
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_delogo: change the definition of logo_x2 and logo_y2Jean Delvare2015-12-19
* avfilter/vf_delogo: fix show option when clippingJean Delvare2015-12-14
* avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_componentsJean Delvare2015-12-12
* avfilter/vf_delogo: round to the closest valueJean Delvare2015-12-09
* avfilter/delogo: Set default band to 1Jean Delvare2015-10-08
* avfilter/delogo: Fix show option when band is smallJean Delvare2015-09-28
* Update my email addressJean Delvare2015-09-22
* avfilter/delogo: use AV_OPT_TYPE_BOOL for show optionClément Bœsch2015-09-08
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-03
* | lavfi/delogo: Fix sign extension issueJean Delvare2013-07-13
* | lavfi/delogo: band width must be at least 1Jean Delvare2013-07-05
* | lavfi/delogo: option show shouldn't affect bandJean Delvare2013-07-05
* | lavfi/delogo: remember left and right samples when interpolatingJean Delvare2013-07-05
* | lavfi/delogo: don't recompute the same difference again and againJean Delvare2013-07-05
* | lavfi/delogo: avoid propagation of rounding errors in chroma planesJean Delvare2013-07-03
* | lavfi/delogo: take SAR into accountJean Delvare2013-07-03
* | lavfi/delogo: use weighted interpolationJean Delvare2013-07-01
* | delogo: Fix function descriptionJean Delvare2013-06-19
* | Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer2013-05-16
|\|
| * vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* | lavfi: add timeline support in {de,remove}logo.Clément Bœsch2013-04-24
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit '63e58c55c17d7f8b5eec9c082fe0f8edc305a24e'Michael Niedermayer2013-04-10
|\|