summaryrefslogtreecommitdiff
path: root/libavfilter/vf_delogo.c
Commit message (Expand)AuthorAge
* 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
|\|
| * vf_delogo: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi/vf_delogo: use standard options parsing.Nicolas George2013-03-20
* | lavfi/delogo: 10l forgotten trailing NULL in shorthand.Clément Bœsch2013-03-16
* | lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only.Clément Bœsch2013-03-13
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-29
|\|
| * vf_delogo: fix copying the input frame.Anton Khirnov2013-01-29
| * vf_delogo: fix an uninitialized read.Anton Khirnov2013-01-29
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* | lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch2012-12-03
* | lavfi: add priv_class for some forgotten filters.Clément Bœsch2012-11-29
* | vf_delogo: switch to filter_frame, this filter did not support slicesMichael Niedermayer2012-11-28
* | vf_delogo: fix order of operations in apply_delogo()Michael Niedermayer2012-11-28
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-12
|\|
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
| * Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö2012-08-31
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* | vf_delogo: fix permissions.Nicolas George2012-08-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer2012-07-29
|\|
| * factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|