summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_delogo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavfi: declare arrays that never change as static constPaul B Mahol2012-12-211-1/+1
* | lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch2012-12-031-4/+0
* | lavfi: add priv_class for some forgotten filters.Clément Bœsch2012-11-291-0/+1
* | vf_delogo: switch to filter_frame, this filter did not support slicesMichael Niedermayer2012-11-281-20/+27
* | vf_delogo: fix order of operations in apply_delogo()Michael Niedermayer2012-11-281-3/+3
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-121-2/+3
|\ \ | |/
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-2/+3
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-11/+23
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-12/+24
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-5/+5
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-7/+7
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-7/+7
| * Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö2012-08-311-7/+7
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-7/+8
* | vf_delogo: fix permissions.Nicolas George2012-08-171-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-091-3/+1
* | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer2012-07-291-37/+1
|\ \ | |/
| * factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-281-37/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-8/+32
|\ \ | |/
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-2/+7
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-3/+6
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+4
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-4/+17
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-12/+12
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-12/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-5/+2
|\ \ | |/
| * lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
| * vf_delogo: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-201-4/+3
* | lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-7/+1
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-171-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-2/+3
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
OpenPOWER on IntegriCloud