Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-22avfilter/af_ladspa: accepts ' ' as command separator tooPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-21avfilter/af_ladspa: fix av_assert0()Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-15avfilter/af_ladspa: unbreak Mch -> Nch plugins, where M < NPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-10-18avfilter/af_ladspa: check functions return value in query_formatsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-16avfilter/af_ladspa: process all channels for nb_handles > 1Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-12avfilter/af_ladspa: support simpler syntax for controlsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
Fixes playback of some files with ffplay. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-08avfilter/af_ladspa: add special case for 2:2 pluginsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-11-05lavfi/ladspa: cast return value of av_x_if_null to char*, fix warningsStefano Sabatini
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: lavfi: do not export the filters from shared objects Conflicts: libavfilter/af_amix.c libavfilter/af_anull.c libavfilter/asrc_anullsrc.c libavfilter/f_select.c libavfilter/f_settb.c libavfilter/split.c libavfilter/src_movie.c libavfilter/vf_aspect.c libavfilter/vf_blackframe.c libavfilter/vf_colorbalance.c libavfilter/vf_copy.c libavfilter/vf_crop.c libavfilter/vf_cropdetect.c libavfilter/vf_drawbox.c libavfilter/vf_format.c libavfilter/vf_framestep.c libavfilter/vf_frei0r.c libavfilter/vf_hflip.c libavfilter/vf_libopencv.c libavfilter/vf_lut.c libavfilter/vf_null.c libavfilter/vf_overlay.c libavfilter/vf_scale.c libavfilter/vf_transpose.c libavfilter/vf_unsharp.c libavfilter/vf_vflip.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-27avfilter/af_ladspa: set output channel layout for passthrough casePaul B Mahol
For cases when plugin does not return any samples we just return input samples. Previously channel layout for outlink was not set. Set it explicitly instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-27avfilter/af_ladspa: allow changing controls dynamicallyPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-27avfilter/af_ladspa: refactor code setting input control ports valuesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-22avfilter: add ladspa wrapper filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>