Directories | |
directory | x86 |
Files | |
file | af_anull.c [code] |
null audio filter | |
file | allfilters.c [code] |
file | asink_anullsink.c [code] |
file | asrc_anullsrc.c [code] |
null audio source | |
file | avfilter.c [code] |
file | avfilter.h [code] |
file | avfiltergraph.c [code] |
file | avfiltergraph.h [code] |
file | buffersrc.h [code] |
Memory buffer source API. | |
file | defaults.c [code] |
file | drawutils.c [code] |
file | drawutils.h [code] |
misc drawing utilities | |
file | formats.c [code] |
file | gradfun.h [code] |
file | graphparser.c [code] |
file | internal.h [code] |
internal API functions | |
file | version.h [code] |
Libavfilter version macros. | |
file | vf_aspect.c [code] |
aspect ratio modification video filters | |
file | vf_blackframe.c [code] |
Search for black frames to detect scene transitions. | |
file | vf_boxblur.c [code] |
Apply a boxblur filter to the input video. | |
file | vf_copy.c [code] |
copy video filter | |
file | vf_crop.c [code] |
video crop filter | |
file | vf_cropdetect.c [code] |
border detection filter Ported from MPlayer libmpcodecs/vf_cropdetect.c. | |
file | vf_delogo.c [code] |
A very simple tv station logo remover Ported from MPlayer libmpcodecs/vf_delogo.c. | |
file | vf_drawbox.c [code] |
Box drawing filter. | |
file | vf_drawtext.c [code] |
drawtext filter, based on the original vhook/drawtext.c filter by Gustavo Sverzut Barbieri | |
file | vf_fade.c [code] |
video fade filter based heavily on vf_negate.c by Bobby Bingham | |
file | vf_fieldorder.c [code] |
video field order filter, heavily influenced by vf_pad.c | |
file | vf_fifo.c [code] |
FIFO buffering video filter. | |
file | vf_format.c [code] |
format and noformat video filters | |
file | vf_frei0r.c [code] |
frei0r wrapper | |
file | vf_gradfun.c [code] |
gradfun debanding filter, ported from MPlayer libmpcodecs/vf_gradfun.c | |
file | vf_hflip.c [code] |
horizontal flip filter | |
file | vf_hqdn3d.c [code] |
high quality 3d video denoiser, ported from MPlayer libmpcodecs/vf_hqdn3d.c. | |
file | vf_libopencv.c [code] |
libopencv wrapper functions | |
file | vf_lut.c [code] |
Compute a look-up table for binding the input value to the output value, and apply it to input video. | |
file | vf_null.c [code] |
null video filter | |
file | vf_overlay.c [code] |
overlay one video on top of another | |
file | vf_pad.c [code] |
video padding filter | |
file | vf_pixdesctest.c [code] |
pixdesc test filter | |
file | vf_scale.c [code] |
scale video filter | |
file | vf_select.c [code] |
filter for selecting which frame passes in the filterchain | |
file | vf_setpts.c [code] |
video presentation timestamp (PTS) modification filter | |
file | vf_settb.c [code] |
Set timebase for the output link. | |
file | vf_showinfo.c [code] |
filter for showing textual video frame information | |
file | vf_slicify.c [code] |
video slicing filter | |
file | vf_split.c [code] |
Video splitter. | |
file | vf_transpose.c [code] |
transposition filter Based on MPlayer libmpcodecs/vf_rotate.c. | |
file | vf_unsharp.c [code] |
blur / sharpen filter, ported to Libav from MPlayer libmpcodecs/unsharp.c. | |
file | vf_vflip.c [code] |
video vertical flip filter | |
file | vf_yadif.c [code] |
file | vsink_nullsink.c [code] |
file | vsrc_buffer.c [code] |
memory buffer source filter | |
file | vsrc_buffer.h [code] |
memory buffer source API for video | |
file | vsrc_color.c [code] |
color source | |
file | vsrc_movie.c [code] |
movie video source | |
file | vsrc_nullsrc.c [code] |
null video source | |
file | vsrc_testsrc.c [code] |
Misc test sources. | |
file | yadif.h [code] |