You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Anton Khirnov 7b3b24a8ee lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. 13 years ago
..
x86
Makefile lavfi: move buffer management function to a separate file. 13 years ago
af_aformat.c lavfi: add aformat filter 13 years ago
af_anull.c lavfi: remove some audio-related function from public API. 13 years ago
af_asyncts.c lavfi: add asyncts filter. 13 years ago
af_resample.c lavfi: add channel layout/sample rate negotiation. 13 years ago
allfilters.c lavfi: add asyncts filter. 13 years ago
asink_anullsink.c
asrc_anullsrc.c
audio.c lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. 13 years ago
audio.h lavfi: remove some audio-related function from public API. 13 years ago
avfilter.c avfilter: Move ff_get_ref_perms_string() to where it is used. 13 years ago
avfilter.h lavfi: add types and functions for channel layout/samplerate negotiation 13 years ago
avfiltergraph.c avfiltergraph: reindent 13 years ago
avfiltergraph.h avfiltergraph: make the AVFilterInOut alloc/free API public 13 years ago
buffer.c lavfi: move buffer management function to a separate file. 13 years ago
buffersink.c lavfi: add an audio buffer sink. 13 years ago
buffersink.h lavfi: add an audio buffer sink. 13 years ago
buffersrc.c lavfi: add an audio buffer source. 13 years ago
buffersrc.h buffersrc: add av_buffersrc_write_frame(). 13 years ago
defaults.c lavfi: move buffer management function to a separate file. 13 years ago
drawutils.c
drawutils.h
formats.c lavfi: move formats-related functions from default.c to formats.c 13 years ago
formats.h lavfi: add types and functions for channel layout/samplerate negotiation 13 years ago
gradfun.h
graphparser.c graphparser: set next to NULL on an entry extracted from inputs list 13 years ago
internal.h lavfi: move audio-related functions to a separate file. 13 years ago
libavfilter.v
version.h Add missing version bumps and APIchanges/Changelog entries. 13 years ago
vf_aspect.c
vf_blackframe.c
vf_boxblur.c Mark mutable static data const where appropriate. 13 years ago
vf_copy.c
vf_crop.c Mark mutable static data const where appropriate. 13 years ago
vf_cropdetect.c
vf_delogo.c
vf_drawbox.c
vf_drawtext.c Mark mutable static data const where appropriate. 13 years ago
vf_fade.c
vf_fieldorder.c
vf_fifo.c
vf_format.c
vf_frei0r.c
vf_gradfun.c Drop some completely unnecessary av_unused attributes. 13 years ago
vf_hflip.c
vf_hqdn3d.c
vf_libopencv.c
vf_lut.c Mark mutable static data const where appropriate. 13 years ago
vf_null.c
vf_overlay.c vf_overlay: implement poll_frame() 13 years ago
vf_pad.c Mark mutable static data const where appropriate. 13 years ago
vf_pixdesctest.c
vf_scale.c vf_scale: support named constants for sws flags. 13 years ago
vf_select.c Mark mutable static data const where appropriate. 13 years ago
vf_setpts.c Mark mutable static data const where appropriate. 13 years ago
vf_settb.c Mark mutable static data const where appropriate. 13 years ago
vf_showinfo.c
vf_slicify.c
vf_split.c vf_split: support user-specifiable number of outputs. 13 years ago
vf_transpose.c
vf_unsharp.c vf_unsharp: Mark readonly variable as const. 13 years ago
vf_vflip.c
vf_yadif.c yadif: Flush filter on eof. 13 years ago
video.c lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. 13 years ago
vsink_nullsink.c
vsrc_buffer.h buffersrc: add av_buffersrc_write_frame(). 13 years ago
vsrc_color.c
vsrc_movie.c
vsrc_nullsrc.c Mark mutable static data const where appropriate. 13 years ago
vsrc_testsrc.c
yadif.h