summaryrefslogtreecommitdiff
path: root/libavfilter/vf_phase.c
Commit message (Collapse)AuthorAge
* avfilter/phase: make the main loop readable.Clément Bœsch2014-05-08
|
* avfilter/phase: add some constness for RO data pointers.Clément Bœsch2014-05-08
|
* avfilter/phase: add timeline support.Clément Bœsch2014-05-08
|
* avfilter/phase: avoid a memcpy per frame.Clément Bœsch2014-05-08
|
* avfilter/phase: do not pass the whole context to analyze_plane().Clément Bœsch2014-05-08
| | | | | Also make sure the AVFilterContext is only being used for logging by changing the type to void*
* avfilter/phase: add comment on the context cached frame.Clément Bœsch2014-05-08
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* avfilter/vf_phase: remove dead initializationPaul B Mahol2013-10-07
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: various cosmeticsPaul B Mahol2013-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: port phase filter from libmpcodecsPaul B Mahol2013-09-03
Signed-off-by: Paul B Mahol <onemda@gmail.com>