1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libavfilter
Martin Storsjö 2bd67175c7 vf_hqdn3d: Don't declare the loop variable within the for loop
This C99 feature is generally not used in the libav codebase,
since it breaks building with some fringe compilers (GCC 2.95,
MSVC).

Signed-off-by: Martin Storsjö <martin@martin.st>
2012-08-27 15:29:39 +03:00
..
x86 vf_hqdn3d: x86 asm 2012-08-26 10:49:14 +00:00
af_aformat.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
af_amix.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
af_anull.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
af_asyncts.c AVOptions: store defaults for INT64 options in int64 union member. 2012-08-24 11:25:06 +02:00
af_channelmap.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
af_channelsplit.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
af_join.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
af_resample.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
allfilters.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
asink_anullsink.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
asrc_anullsrc.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
audio.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
audio.h lavfi: add error handling to filter_samples(). 2012-07-09 08:25:19 +02:00
avfilter.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
avfilter.h lavfi: add error handling to end_frame(). 2012-07-22 09:14:05 +02:00
avfiltergraph.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
avfiltergraph.h lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft 2012-06-26 13:14:59 +02:00
buffer.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
buffersink.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
buffersink.h doxygen: Fix function parameter names to match the code 2012-08-09 20:05:55 +02:00
buffersrc.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
buffersrc.h buffersrc: add av_buffersrc_write_frame(). 2012-05-14 21:36:11 +02:00
drawutils.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
drawutils.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fifo.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
filtfmts.c lavfi: reclassify showfiltfmts as a TESTPROG 2012-07-04 17:48:25 +01:00
formats.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
formats.h cosmetics: Consistently use C-style comments with multiple inclusion guards 2012-07-03 17:35:12 +02:00
gradfun.h vf_gradfun: move x86 init code to x86/gradfun.c 2012-07-02 01:16:37 +01:00
graphparser.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
internal.h lavfi: add error handling to end_frame(). 2012-07-22 09:14:05 +02:00
libavfilter.v
Makefile lavfi: reclassify showfiltfmts as a TESTPROG 2012-07-04 17:48:25 +01:00
split.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
version.h lavfi: bump minor to mark stabilizing the ABI. 2012-07-28 14:33:48 +02:00
vf_aspect.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_blackframe.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_boxblur.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_copy.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_crop.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_cropdetect.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_delogo.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_drawbox.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_drawtext.c Add more missing includes after removing the implicit common.h 2012-08-16 10:49:54 +03:00
vf_fade.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_fieldorder.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_format.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_fps.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_frei0r.c Add missing includes for code relying on external libraries 2012-08-16 16:47:02 +03:00
vf_gradfun.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_hflip.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_hqdn3d.c vf_hqdn3d: Don't declare the loop variable within the for loop 2012-08-27 15:29:39 +03:00
vf_libopencv.c Add missing includes for code relying on external libraries 2012-08-16 16:47:02 +03:00
vf_lut.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_null.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_overlay.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_pad.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_pixdesctest.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_scale.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_select.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_setpts.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_settb.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_showinfo.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_slicify.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_transpose.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_unsharp.c lavfi: add error handling to end_frame(). 2012-07-22 09:14:05 +02:00
vf_vflip.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_yadif.c vf_yadif: unset cur_buf on the input link. 2012-07-26 00:01:04 +02:00
video.c Add some more missing includes after removing the implicit common.h 2012-08-15 23:48:48 +03:00
video.h factor identical ff_inplace_start_frame out of two filters 2012-07-28 14:15:14 -07:00
vsink_nullsink.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vsrc_color.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vsrc_movie.c lavfi: check all avfilter_ref_buffer() calls for errors. 2012-07-22 09:14:05 +02:00
vsrc_nullsrc.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vsrc_testsrc.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
yadif.h vf_yadif: move x86 init code to x86/yadif.c 2012-07-02 01:16:37 +01:00