summaryrefslogtreecommitdiff
path: root/libavfilter/af_astats.c
Commit message (Collapse)AuthorAge
...
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_astats: redo zero channel handlingPaul B Mahol2015-03-08
| | | | | Suggested-by: Nicolas George Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_astats: Avoid Zero division in print part.Martin Vignali2015-03-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: various cosmeticsPaul B Mahol2013-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_astats: rename stat()Michael Niedermayer2013-06-03
| | | | | See CID1026741 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/af_astats: fix 64bit printf typeMichael Niedermayer2013-05-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: add av_cold to uninit()Michael Niedermayer2013-05-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* astats filterPaul B Mahol2013-04-27
Signed-off-by: Paul B Mahol <onemda@gmail.com>