aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/drawutils: attempt to fix subsampling.Clément Bœsch2013-05-281-9/+13
* os2threads: move from lavc to compat/Dave Yeo2013-05-281-0/+2
* lavfi/haldclutsrc: 10l remove size options.Clément Bœsch2013-05-271-1/+1
* lavfi/overlay: remove do_blend forward declaration.Clément Bœsch2013-05-271-16/+13
* lavfi/lut3d: move lut3d init to its definition scope.Clément Bœsch2013-05-271-54/+51
* lavfi: add haldclut filter.Clément Bœsch2013-05-274-15/+225
* lavfi: add dual input helpers.Clément Bœsch2013-05-274-135/+227
* lavfi: add haldclutsrc filter.Clément Bœsch2013-05-274-3/+140
* lavfi/ocv: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-7/+2
* lavfi/frei0r: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-16/+6
* lavfi/channelmap: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-7/+2
* lavfi/format: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-12/+4
* lavfi/setpts: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-12/+4
* lavfi/join: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-6/+1
* lavfi/hqdn3d: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-7/+2
* lavfi/interlace: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-9/+3
* lavfi/trim: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-12/+2
* lavfi/interlace: remove request frame hackPaul B Mahol2013-05-271-16/+1
* lavfi/trim: remove request frame hackPaul B Mahol2013-05-271-20/+4
* lavfi/tinterlace: remove request frame hackPaul B Mahol2013-05-271-16/+1
* lavfi/idet: remove request_frame hackPaul B Mahol2013-05-271-16/+7
* lavfi/dctdnoiz: move DC normalization out of loops.Clément Bœsch2013-05-261-11/+13
* lavfi/lut3d: faster tetrahedral interpolation.Clément Bœsch2013-05-261-6/+12
* lavfi/lut3d: restore original interpolation speed.Clément Bœsch2013-05-261-18/+22
* lavfi/bbox: export bbox info to frame metadataPaul B Mahol2013-05-261-0/+14
* lavfi/bbox: timeline supportPaul B Mahol2013-05-261-0/+1
* lavfi/bbox: make min_val user configurablePaul B Mahol2013-05-262-3/+16
* lavfi/bbox: use inlink->frame_countPaul B Mahol2013-05-261-3/+2
* lavfi/noise: use av_image_copy_plane()Paul B Mahol2013-05-261-8/+2
* av_cpu_count: factorize "detected %d logical cores" messageMichael Niedermayer2013-05-261-1/+0
* lavfi/afade: add timeline supportPaul B Mahol2013-05-251-0/+1
* lavfi/blend: support slice threadingPaul B Mahol2013-05-241-26/+53
* vf_fade: remove unused functionMichael Niedermayer2013-05-241-19/+0
* vf_fade: Support slice threaded alphaMichael Niedermayer2013-05-241-8/+27
* vf_fade: Fix alpha flag integrationMichael Niedermayer2013-05-241-1/+1
* lavfi/blend: fix SW/SH calculationPaul B Mahol2013-05-241-2/+2
* fade: fix slice sizesMichael Niedermayer2013-05-241-7/+6
* yadif: fix slice sizesMichael Niedermayer2013-05-241-3/+2
* avfilter/vf_yadif: fix race conditionMichael Niedermayer2013-05-241-9/+12
* lavfi/blend: add yuv(j)411pPaul B Mahol2013-05-241-2/+2
* avfilter/vf_drawtext: Fix doxygen commentMichael Niedermayer2013-05-241-1/+1
* avfilter: remove av_opt_set_defaults() from process_options()Michael Niedermayer2013-05-241-2/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-242-52/+116
|\
| * vf_fade: support slice threadingAnton Khirnov2013-05-241-24/+56
| * vf_yadif: support slice threadingAnton Khirnov2013-05-241-30/+57
* | lavfi/field, il, noise: use av_pix_fmt_count_planes()Paul B Mahol2013-05-243-13/+5
* | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer2013-05-248-14/+435
|\|
| * lavfi: add a slice threading infrastructureAnton Khirnov2013-05-248-1/+434
* | lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch2013-05-232-14/+12
* | lavfi/testsrc: move color options to the color scope filter definition.Clément Bœsch2013-05-231-9/+7