summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_delogo.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_delogo: make the interp value compute method simpleSteven Liu2019-10-101-1/+1
* avfilter/vf_delogo: add auto set the area inside of the frameSteven Liu2019-10-101-0/+15
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-031-1/+1
* avfilter/vf_delogo: unbreak fatePaul B Mahol2019-09-021-0/+12
* avfilter/vf_delogo: support expr in delogo filterSteven Liu2019-09-021-4/+79
* avfilter/delogo: Check that logo area is inside the pictureJean Delvare2016-05-101-0/+15
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* avfilter/vf_delogo: change the definition of logo_x2 and logo_y2Jean Delvare2015-12-191-13/+13
* avfilter/vf_delogo: fix show option when clippingJean Delvare2015-12-141-2/+2
* avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_componentsJean Delvare2015-12-121-1/+1
* avfilter/vf_delogo: round to the closest valueJean Delvare2015-12-091-2/+3
* avfilter/delogo: Set default band to 1Jean Delvare2015-10-081-2/+15
* avfilter/delogo: Fix show option when band is smallJean Delvare2015-09-281-3/+7
* Update my email addressJean Delvare2015-09-221-1/+1
* avfilter/delogo: use AV_OPT_TYPE_BOOL for show optionClément Bœsch2015-09-081-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-3/+4
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-1/+1
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-8/+7
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-031-1/+1
* | lavfi/delogo: Fix sign extension issueJean Delvare2013-07-131-3/+4
* | lavfi/delogo: band width must be at least 1Jean Delvare2013-07-051-5/+2
* | lavfi/delogo: option show shouldn't affect bandJean Delvare2013-07-051-3/+1
* | lavfi/delogo: remember left and right samples when interpolatingJean Delvare2013-07-051-6/+10
* | lavfi/delogo: don't recompute the same difference again and againJean Delvare2013-07-051-12/+12
* | lavfi/delogo: avoid propagation of rounding errors in chroma planesJean Delvare2013-07-031-2/+4
* | lavfi/delogo: take SAR into accountJean Delvare2013-07-031-7/+13
* | lavfi/delogo: use weighted interpolationJean Delvare2013-07-011-8/+17
* | delogo: Fix function descriptionJean Delvare2013-06-191-2/+2
* | Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer2013-05-161-17/+17
|\ \ | |/
| * vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-15/+15
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-2/+4
* | lavfi: add timeline support in {de,remove}logo.Clément Bœsch2013-04-241-0/+1
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | Merge commit '63e58c55c17d7f8b5eec9c082fe0f8edc305a24e'Michael Niedermayer2013-04-101-12/+9
|\ \ | |/
| * vf_delogo: switch to an AVOptions-based system.Anton Khirnov2013-04-091-23/+10
* | lavfi/vf_delogo: use standard options parsing.Nicolas George2013-03-201-8/+3
* | lavfi/delogo: 10l forgotten trailing NULL in shorthand.Clément Bœsch2013-03-161-1/+1
* | lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only.Clément Bœsch2013-03-131-8/+5
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+8
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-11/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-291-2/+2
|\ \ | |/
| * vf_delogo: fix copying the input frame.Anton Khirnov2013-01-291-3/+3
| * vf_delogo: fix an uninitialized read.Anton Khirnov2013-01-291-1/+1
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-20/+26
OpenPOWER on IntegriCloud