summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/mandelbrot: fix speedloss with default config after morphing introduction.Clément Bœsch2013-04-081-3/+9
* lavfi/il: use standard option parsingPaul B Mahol2013-04-081-15/+3
* lavfi/histogram: use standard options parsingPaul B Mahol2013-04-081-23/+3
* lavfi/blend,noise: remove unedeed av_opt_free() callPaul B Mahol2013-04-082-2/+0
* vf_noise: Fix av_lfg_get() maximum valueMichael Niedermayer2013-04-061-2/+2
* vf_noise: remove low quality modeMichael Niedermayer2013-04-061-5/+0
* avfilter/vf_mp: fix x86 cpu capsMichael Niedermayer2013-04-061-0/+13
* lavfi/blend: use standard options parsingPaul B Mahol2013-04-051-6/+3
* lavfi/noise: use standard options parsingPaul B Mahol2013-04-051-6/+3
* lavfi/afade: use standard options parsingPaul B Mahol2013-04-051-7/+3
* lavfi/smptebars: fix invalid writesPaul B Mahol2013-04-041-16/+30
* lavfi/blend: add N variablePaul B Mahol2013-04-041-2/+4
* lavfi/smptebars: fix output for subsampled yuvPaul B Mahol2013-04-041-13/+16
* Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'Michael Niedermayer2013-04-041-0/+4
|\
| * avfiltergraph: set deprecated filter_count.Anton Khirnov2013-04-041-0/+4
* | 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
OpenPOWER on IntegriCloud