aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/af_atempo: simplify request_frame loop.Nicolas George2013-04-031-8/+3
* lavfi/af_asetnsamples: simplify request_frame loop.Nicolas George2013-04-031-8/+2
* lavfi/f_ebur128: remove request_frame hack.Nicolas George2013-04-031-19/+4
* lavfi/vf_tile: simplify request_frame loop.Nicolas George2013-04-031-10/+5
* lavfi: reindent after last commit.Nicolas George2013-04-031-10/+9
* lavfi: loop on request_frame if necessary.Nicolas George2013-04-033-2/+40
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-04-031-0/+2
|\
| * Fix make checkheaders without opencl headers.Carl Eugen Hoyos2013-04-031-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-032-7/+8
|\ \ | |/ |/|
| * avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-032-2/+8
| * lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch2013-03-281-2/+2
| * lavfi/gradfun: fix dithering in MMX code.Clément Bœsch2013-03-281-2/+29
| * lavfi/gradfun: fix rounding in MMX code.Clément Bœsch2013-03-282-2/+2
| * lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch2013-03-281-1/+1
* | lavfi/afade * biquads: call av_frame_copy_props()Paul B Mahol2013-04-032-2/+2
* | lavfi/earwax: clip sample, this is what sox doesPaul B Mahol2013-04-031-2/+2
* | vf_deshake: Reorder constant arguments in an if() statement.Carl Eugen Hoyos2013-04-031-3/+3
* | aphaser filterPaul B Mahol2013-04-034-2/+364
* | lavfi/edgedetect: reindent after previous commit.Clément Bœsch2013-04-031-6/+6
* | lavfi/edgedetect: add direct path.Clément Bœsch2013-04-031-1/+8
* | deshake opencl based on comments on 20130402 3rdhighgod04012013-04-029-57/+674
* | lavfi/curves: make use of options to store the preset names.Clément Bœsch2013-04-011-42/+56
* | lavfi/af_asetnsamples: fix EOF handling.Nicolas George2013-04-011-3/+2
* | lavfi: detect merge failure for unknown layouts.Nicolas George2013-04-011-0/+4
* | lavfi/overlay: fix debug PTS output in try_filter_frame()Stefano Sabatini2013-03-311-3/+2
* | lavfi/volume: use designated initializers for the sample_fmts declaration.Clément Bœsch2013-03-311-6/+3
* | lavfi/volume: use copy props helper instead of incomplete manual code.Clément Bœsch2013-03-311-1/+1
* | decimate: check for avctx ptr before closing.Clément Bœsch2013-03-311-2/+4
* | af_join: fix channel count and formatMichael Niedermayer2013-03-281-0/+2
* | af_channelsplit: set output channels, fix assertion failureMichael Niedermayer2013-03-281-0/+1
* | lavfi/biquads: fix min allowed option valuePaul B Mahol2013-03-281-6/+6
* | vsrc_mandelbrot: Mandel morphing supportMichael Niedermayer2013-03-271-3/+12
* | mandelbrot: add outer coloring method showing bailouted zMichael Niedermayer2013-03-271-0/+7
* | vsrc_mandelbrot: support coloring the outside whiteMichael Niedermayer2013-03-271-3/+12
* | lavfi/mptestsrc: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-16/+8
* | lavfi/cellauto: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-15/+5
* | lavfi/life: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-16/+5
* | lavfi/mandelbrot: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-14/+4
* | lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-8/+2
* | lavfi/fps: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-8/+1
* | lavfi/perms: add myself to the copyright header.Clément Bœsch2013-03-261-0/+2
* | lavfi/perms: add seed option.Clément Bœsch2013-03-262-4/+12
* | lavfi/perms: remove unecessary indirection after f7324c06.Clément Bœsch2013-03-261-13/+3
* | lavfi/curves: add forgotten strong_contrast preset.Clément Bœsch2013-03-261-0/+5
* | lavfi/curves: support preset shorthand.Clément Bœsch2013-03-262-8/+4
* | lavfi/curves: add presets support.Clément Bœsch2013-03-252-1/+74
* | blend: Adding yuvj pixelformats to the blend effectBjörn S2013-03-251-1/+1
* | vsrc_testsrc: avoid floats and non bit exactnessMichael Niedermayer2013-03-251-4/+9
* | lavfi: support multiple rounds of format negotiation.Nicolas George2013-03-241-26/+83
* | lavfi/af_amerge: return EAGAIN if the input layouts are not known.Nicolas George2013-03-241-2/+2