Clément Bœsch
|
5623a10526
|
avfilter/phase: make the main loop readable.
|
2014-05-08 23:58:34 +02:00 |
|
Clément Bœsch
|
5df10150d4
|
avfilter/phase: add some constness for RO data pointers.
|
2014-05-08 23:34:51 +02:00 |
|
Clément Bœsch
|
69d72140ac
|
avfilter/phase: add timeline support.
|
2014-05-08 23:34:51 +02:00 |
|
Clément Bœsch
|
8de600de55
|
avfilter/phase: avoid a memcpy per frame.
|
2014-05-08 22:59:47 +02:00 |
|
Clément Bœsch
|
687119aa9d
|
avfilter/phase: do not pass the whole context to analyze_plane().
Also make sure the AVFilterContext is only being used for logging by
changing the type to void*
|
2014-05-08 22:59:47 +02:00 |
|
Clément Bœsch
|
362ab940fc
|
avfilter/phase: add comment on the context cached frame.
|
2014-05-08 22:59:47 +02:00 |
|
Michael Niedermayer
|
325f6e0a97
|
Merge remote-tracking branch 'qatar/master'
* 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-10-29 11:58:11 +01:00 |
|
Paul B Mahol
|
ce26a016cd
|
avfilter/vf_phase: remove dead initialization
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2013-10-07 08:28:00 +00:00 |
|
Paul B Mahol
|
b211607b5c
|
avfilter: various cosmetics
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2013-09-12 14:01:43 +00:00 |
|
Paul B Mahol
|
3dd4b6ea41
|
lavfi: port phase filter from libmpcodecs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2013-09-03 14:05:38 +00:00 |
|