summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_gradfun.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7ed833d78ea661d619124fd898547a900f6480bc'Michael Niedermayer2013-04-101-17/+15
|\
| * vf_gradfun: switch to an AVOptions-based system.Anton Khirnov2013-04-091-9/+20
| * lavfi/gradfun: fix rounding in MMX code.Clément Bœsch2013-03-281-1/+1
| * lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch2013-03-281-1/+1
* | lavfi/gradfun: use standard options parsing.Clément Bœsch2013-03-241-8/+3
* | Merge commit '555000c7d5c1e13043a948ebc48d2939b0ba6536'Michael Niedermayer2013-03-131-1/+2
|\ \ | |/
| * vf_gradfun: fix uninitialized variable useAnton Khirnov2013-03-111-0/+1
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+7
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-10/+9
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-20/+27
* | lavfi/gradfun: support YUV440PPaul B Mahol2013-01-131-0/+1
* | lavfi/gradfun: small align cosmetics.Clément Bœsch2012-12-191-4/+3
* | lavfi/gradfun: support named options.Clément Bœsch2012-12-191-8/+23
* | lavfi/gradfun: reduce up limit for threshold.Clément Bœsch2012-12-191-1/+1
* | lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch2012-12-191-1/+1
* | lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch2012-12-031-3/+0
* | lavfi/gradfun: remove check for AV_PERM_PRESERVE.Clément Bœsch2012-12-031-1/+1
* | lavfi/gradfun: avoid use of uninitialized variable.Clément Bœsch2012-12-021-1/+1
* | vf_gradfun: switch to filter_frame, this filter did not support slicesAnton Khirnov2012-11-281-20/+27
* | Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'Michael Niedermayer2012-10-131-1/+1
|\ \ | |/
| * avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-121-1/+1
* | 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-11/+23
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-6/+6
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-6/+6
* | 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
* | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer2012-07-291-36/+1
|\ \ | |/
| * factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-281-36/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-9/+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-4/+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-11/+11
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-4/+1
|\ \ | |/
| * 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_gradfun: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-201-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-021-7/+2
|\ \ | |/
| * vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard2012-07-021-7/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-1/+1
|\ \ | |/
| * lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-1/+2
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
OpenPOWER on IntegriCloud