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.
 
 
 
 
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
..
x86 x86: Split inline and external assembly #ifdefs 12 years ago
Makefile lavfi: reclassify showfiltfmts as a TESTPROG 13 years ago
af_aformat.c Don't include common.h from avutil.h 12 years ago
af_amix.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
af_anull.c Don't include common.h from avutil.h 12 years ago
af_asyncts.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
af_channelmap.c Don't include common.h from avutil.h 12 years ago
af_channelsplit.c Don't include common.h from avutil.h 12 years ago
af_join.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
af_resample.c Don't include common.h from avutil.h 12 years ago
allfilters.c Don't include common.h from avutil.h 12 years ago
asink_anullsink.c Don't include common.h from avutil.h 12 years ago
asrc_anullsrc.c Don't include common.h from avutil.h 12 years ago
audio.c Don't include common.h from avutil.h 12 years ago
audio.h lavfi: add error handling to filter_samples(). 13 years ago
avfilter.c Don't include common.h from avutil.h 12 years ago
avfilter.h lavfi: add error handling to end_frame(). 12 years ago
avfiltergraph.c Don't include common.h from avutil.h 12 years ago
avfiltergraph.h lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft 13 years ago
buffer.c Don't include common.h from avutil.h 12 years ago
buffersink.c Don't include common.h from avutil.h 12 years ago
buffersink.h doxygen: Fix function parameter names to match the code 12 years ago
buffersrc.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
buffersrc.h buffersrc: add av_buffersrc_write_frame(). 13 years ago
drawutils.c Don't include common.h from avutil.h 12 years ago
drawutils.h Replace FFmpeg with Libav in licence headers 14 years ago
fifo.c Don't include common.h from avutil.h 12 years ago
filtfmts.c lavfi: reclassify showfiltfmts as a TESTPROG 13 years ago
formats.c Don't include common.h from avutil.h 12 years ago
formats.h cosmetics: Consistently use C-style comments with multiple inclusion guards 13 years ago
gradfun.h vf_gradfun: move x86 init code to x86/gradfun.c 13 years ago
graphparser.c Don't include common.h from avutil.h 12 years ago
internal.h lavfi: add error handling to end_frame(). 12 years ago
libavfilter.v Add symbol versioning for shared libraries 15 years ago
split.c Don't include common.h from avutil.h 12 years ago
version.h lavfi: bump minor to mark stabilizing the ABI. 12 years ago
vf_aspect.c Don't include common.h from avutil.h 12 years ago
vf_blackframe.c Don't include common.h from avutil.h 12 years ago
vf_boxblur.c Don't include common.h from avutil.h 12 years ago
vf_copy.c Don't include common.h from avutil.h 12 years ago
vf_crop.c Don't include common.h from avutil.h 12 years ago
vf_cropdetect.c Don't include common.h from avutil.h 12 years ago
vf_delogo.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
vf_drawbox.c Don't include common.h from avutil.h 12 years ago
vf_drawtext.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
vf_fade.c Don't include common.h from avutil.h 12 years ago
vf_fieldorder.c Don't include common.h from avutil.h 12 years ago
vf_format.c Don't include common.h from avutil.h 12 years ago
vf_fps.c Don't include common.h from avutil.h 12 years ago
vf_frei0r.c Add missing includes for code relying on external libraries 12 years ago
vf_gradfun.c Don't include common.h from avutil.h 12 years ago
vf_hflip.c Don't include common.h from avutil.h 12 years ago
vf_hqdn3d.c vf_hqdn3d: Remove a duplicate inline declaration 12 years ago
vf_libopencv.c Add missing includes for code relying on external libraries 12 years ago
vf_lut.c Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* 12 years ago
vf_null.c Don't include common.h from avutil.h 12 years ago
vf_overlay.c Don't include common.h from avutil.h 12 years ago
vf_pad.c Don't include common.h from avutil.h 12 years ago
vf_pixdesctest.c Don't include common.h from avutil.h 12 years ago
vf_scale.c Don't include common.h from avutil.h 12 years ago
vf_select.c Don't include common.h from avutil.h 12 years ago
vf_setpts.c Don't include common.h from avutil.h 12 years ago
vf_settb.c Don't include common.h from avutil.h 12 years ago
vf_showinfo.c Don't include common.h from avutil.h 12 years ago
vf_slicify.c Don't include common.h from avutil.h 12 years ago
vf_transpose.c Don't include common.h from avutil.h 12 years ago
vf_unsharp.c lavfi: add error handling to end_frame(). 12 years ago
vf_vflip.c Don't include common.h from avutil.h 12 years ago
vf_yadif.c vf_yadif: unset cur_buf on the input link. 12 years ago
video.c Add some more missing includes after removing the implicit common.h 12 years ago
video.h factor identical ff_inplace_start_frame out of two filters 12 years ago
vsink_nullsink.c Don't include common.h from avutil.h 12 years ago
vsrc_color.c Don't include common.h from avutil.h 12 years ago
vsrc_movie.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
vsrc_nullsrc.c Don't include common.h from avutil.h 12 years ago
vsrc_testsrc.c Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* 12 years ago
yadif.h vf_yadif: move x86 init code to x86/yadif.c 13 years ago