| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/delogo: correct indentation for option show. | Gyan Doshi | 2020-04-11 | 1 | -1/+1 |
* | avfilter/delogo: remove deprecated options | Gyan Doshi | 2020-04-11 | 1 | -14/+1 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -4/+4 |
* | avfilter/vf_delogo: make the interp value compute method simple | Steven Liu | 2019-10-10 | 1 | -1/+1 |
* | avfilter/vf_delogo: add auto set the area inside of the frame | Steven Liu | 2019-10-10 | 1 | -0/+15 |
* | avfilter: add av_cold where it is missing | Paul B Mahol | 2019-10-03 | 1 | -1/+1 |
* | avfilter/vf_delogo: unbreak fate | Paul B Mahol | 2019-09-02 | 1 | -0/+12 |
* | avfilter/vf_delogo: support expr in delogo filter | Steven Liu | 2019-09-02 | 1 | -4/+79 |
* | avfilter/delogo: Check that logo area is inside the picture | Jean Delvare | 2016-05-10 | 1 | -0/+15 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
* | avfilter/vf_delogo: change the definition of logo_x2 and logo_y2 | Jean Delvare | 2015-12-19 | 1 | -13/+13 |
* | avfilter/vf_delogo: fix show option when clipping | Jean Delvare | 2015-12-14 | 1 | -2/+2 |
* | avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_components | Jean Delvare | 2015-12-12 | 1 | -1/+1 |
* | avfilter/vf_delogo: round to the closest value | Jean Delvare | 2015-12-09 | 1 | -2/+3 |
* | avfilter/delogo: Set default band to 1 | Jean Delvare | 2015-10-08 | 1 | -2/+15 |
* | avfilter/delogo: Fix show option when band is small | Jean Delvare | 2015-09-28 | 1 | -3/+7 |
* | Update my email address | Jean Delvare | 2015-09-22 | 1 | -1/+1 |
* | avfilter/delogo: use AV_OPT_TYPE_BOOL for show option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -3/+4 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\ |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -8/+7 |
* | | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | | avfilter: fix plane validity checks | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
* | | lavfi/delogo: Fix sign extension issue | Jean Delvare | 2013-07-13 | 1 | -3/+4 |
* | | lavfi/delogo: band width must be at least 1 | Jean Delvare | 2013-07-05 | 1 | -5/+2 |
* | | lavfi/delogo: option show shouldn't affect band | Jean Delvare | 2013-07-05 | 1 | -3/+1 |
* | | lavfi/delogo: remember left and right samples when interpolating | Jean Delvare | 2013-07-05 | 1 | -6/+10 |
* | | lavfi/delogo: don't recompute the same difference again and again | Jean Delvare | 2013-07-05 | 1 | -12/+12 |
* | | lavfi/delogo: avoid propagation of rounding errors in chroma planes | Jean Delvare | 2013-07-03 | 1 | -2/+4 |
* | | lavfi/delogo: take SAR into account | Jean Delvare | 2013-07-03 | 1 | -7/+13 |
* | | lavfi/delogo: use weighted interpolation | Jean Delvare | 2013-07-01 | 1 | -8/+17 |
* | | delogo: Fix function description | Jean Delvare | 2013-06-19 | 1 | -2/+2 |
* | | Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd' | Michael Niedermayer | 2013-05-16 | 1 | -17/+17 |
|\| |
|
| * | vf_delogo: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -15/+15 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -1/+1 |
* | | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -2/+4 |
* | | lavfi: add timeline support in {de,remove}logo. | Clément Bœsch | 2013-04-24 | 1 | -0/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit '63e58c55c17d7f8b5eec9c082fe0f8edc305a24e' | Michael Niedermayer | 2013-04-10 | 1 | -12/+9 |
|\| |
|
| * | vf_delogo: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -23/+10 |
* | | lavfi/vf_delogo: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -8/+3 |
* | | lavfi/delogo: 10l forgotten trailing NULL in shorthand. | Clément Bœsch | 2013-03-16 | 1 | -1/+1 |
* | | lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only. | Clément Bœsch | 2013-03-13 | 1 | -8/+5 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+8 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -11/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-29 | 1 | -2/+2 |
|\| |
|