Skip to content

Commit

Permalink
Merge remote-tracking branch 'qatar/master'
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
michaelni committed Oct 29, 2013
2 parents d3e1325 + cd43ca0 commit 325f6e0
Show file tree
Hide file tree
Showing 145 changed files with 176 additions and 176 deletions.
2 changes: 1 addition & 1 deletion libavfilter/af_aconvert.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static const AVFilterPad aconvert_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_aconvert = {
AVFilter ff_af_aconvert = {
.name = "aconvert",
.description = NULL_IF_CONFIG_SMALL("Convert the input audio to sample_fmt:channel_layout."),
.priv_size = sizeof(AConvertContext),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_adelay.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static const AVFilterPad adelay_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_adelay = {
AVFilter ff_af_adelay = {
.name = "adelay",
.description = NULL_IF_CONFIG_SMALL("Delay one or more audio channels."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_aecho.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ static const AVFilterPad aecho_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_aecho = {
AVFilter ff_af_aecho = {
.name = "aecho",
.description = NULL_IF_CONFIG_SMALL("Add echoing to the audio."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_afade.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static const AVFilterPad avfilter_af_afade_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_afade = {
AVFilter ff_af_afade = {
.name = "afade",
.description = NULL_IF_CONFIG_SMALL("Fade in/out input audio."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_aformat.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static const AVFilterPad avfilter_af_aformat_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_aformat = {
AVFilter ff_af_aformat = {
.name = "aformat",
.description = NULL_IF_CONFIG_SMALL("Convert the input audio to one of the specified formats."),
.init = init,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_amerge.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static const AVFilterPad amerge_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_amerge = {
AVFilter ff_af_amerge = {
.name = "amerge",
.description = NULL_IF_CONFIG_SMALL("Merge two or more audio streams into "
"a single multi-channel stream."),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_amix.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ static const AVFilterPad avfilter_af_amix_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_amix = {
AVFilter ff_af_amix = {
.name = "amix",
.description = NULL_IF_CONFIG_SMALL("Audio mixing."),
.priv_size = sizeof(MixContext),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_anull.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static const AVFilterPad avfilter_af_anull_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_anull = {
AVFilter ff_af_anull = {
.name = "anull",
.description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
.query_formats = ff_query_formats_all,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_apad.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static const AVFilterPad apad_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_apad = {
AVFilter ff_af_apad = {
.name = "apad",
.description = NULL_IF_CONFIG_SMALL("Pad audio with silence."),
.init = init,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_aphaser.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static const AVFilterPad aphaser_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_aphaser = {
AVFilter ff_af_aphaser = {
.name = "aphaser",
.description = NULL_IF_CONFIG_SMALL("Add a phasing effect to the audio."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_aresample.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static const AVFilterPad aresample_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_aresample = {
AVFilter ff_af_aresample = {
.name = "aresample",
.description = NULL_IF_CONFIG_SMALL("Resample audio data."),
.init_dict = init_dict,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_asetnsamples.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static const AVFilterPad asetnsamples_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_asetnsamples = {
AVFilter ff_af_asetnsamples = {
.name = "asetnsamples",
.description = NULL_IF_CONFIG_SMALL("Set the number of samples for each output audio frames."),
.priv_size = sizeof(ASNSContext),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_asetrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ static const AVFilterPad asetrate_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_asetrate = {
AVFilter ff_af_asetrate = {
.name = "asetrate",
.description = NULL_IF_CONFIG_SMALL("Change the sample rate without "
"altering the data."),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_ashowinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static const AVFilterPad outputs[] = {
{ NULL }
};

AVFilter avfilter_af_ashowinfo = {
AVFilter ff_af_ashowinfo = {
.name = "ashowinfo",
.description = NULL_IF_CONFIG_SMALL("Show textual information for each audio frame."),
.priv_size = sizeof(AShowInfoContext),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_astats.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static const AVFilterPad astats_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_astats = {
AVFilter ff_af_astats = {
.name = "astats",
.description = NULL_IF_CONFIG_SMALL("Show time domain statistics about audio frames."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_astreamsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static const AVFilterPad astreamsync_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_astreamsync = {
AVFilter ff_af_astreamsync = {
.name = "astreamsync",
.description = NULL_IF_CONFIG_SMALL("Copy two streams of audio data "
"in a configurable order."),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_asyncts.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ static const AVFilterPad avfilter_af_asyncts_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_asyncts = {
AVFilter ff_af_asyncts = {
.name = "asyncts",
.description = NULL_IF_CONFIG_SMALL("Sync audio data to timestamps"),
.init = init,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_atempo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ static const AVFilterPad atempo_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_atempo = {
AVFilter ff_af_atempo = {
.name = "atempo",
.description = NULL_IF_CONFIG_SMALL("Adjust audio tempo."),
.init = init,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_biquads.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ static av_cold int name_##_init(AVFilterContext *ctx) \
return init(ctx); \
} \
\
AVFilter avfilter_af_##name_ = { \
AVFilter ff_af_##name_ = { \
.name = #name_, \
.description = NULL_IF_CONFIG_SMALL(description_), \
.priv_size = sizeof(BiquadsContext), \
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_channelmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ static const AVFilterPad avfilter_af_channelmap_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_channelmap = {
AVFilter ff_af_channelmap = {
.name = "channelmap",
.description = NULL_IF_CONFIG_SMALL("Remap audio channels."),
.init = channelmap_init,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_channelsplit.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static const AVFilterPad avfilter_af_channelsplit_inputs[] = {
{ NULL }
};

AVFilter avfilter_af_channelsplit = {
AVFilter ff_af_channelsplit = {
.name = "channelsplit",
.description = NULL_IF_CONFIG_SMALL("Split audio into per-channel streams."),
.priv_size = sizeof(ChannelSplitContext),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_compand.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ static const AVFilterPad compand_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_compand = {
AVFilter ff_af_compand = {
.name = "compand",
.description = NULL_IF_CONFIG_SMALL("Compress or expand audio dynamic range."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_earwax.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static const AVFilterPad earwax_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_earwax = {
AVFilter ff_af_earwax = {
.name = "earwax",
.description = NULL_IF_CONFIG_SMALL("Widen the stereo image."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_join.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ static const AVFilterPad avfilter_af_join_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_join = {
AVFilter ff_af_join = {
.name = "join",
.description = NULL_IF_CONFIG_SMALL("Join multiple audio streams into "
"multi-channel output."),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_ladspa.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ static const AVFilterPad ladspa_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_ladspa = {
AVFilter ff_af_ladspa = {
.name = "ladspa",
.description = NULL_IF_CONFIG_SMALL("Apply LADSPA effect."),
.priv_size = sizeof(LADSPAContext),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_pan.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ static const AVFilterPad pan_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_pan = {
AVFilter ff_af_pan = {
.name = "pan",
.description = NULL_IF_CONFIG_SMALL("Remix channels with coefficients (panning)."),
.priv_size = sizeof(PanContext),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_replaygain.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ static const AVFilterPad replaygain_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_replaygain = {
AVFilter ff_af_replaygain = {
.name = "replaygain",
.description = NULL_IF_CONFIG_SMALL("ReplayGain scanner."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_resample.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static const AVFilterPad avfilter_af_resample_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_resample = {
AVFilter ff_af_resample = {
.name = "resample",
.description = NULL_IF_CONFIG_SMALL("Audio resampling and conversion."),
.priv_size = sizeof(ResampleContext),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_silencedetect.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static const AVFilterPad silencedetect_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_silencedetect = {
AVFilter ff_af_silencedetect = {
.name = "silencedetect",
.description = NULL_IF_CONFIG_SMALL("Detect silence."),
.priv_size = sizeof(SilenceDetectContext),
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_volume.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static const AVFilterPad avfilter_af_volume_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_volume = {
AVFilter ff_af_volume = {
.name = "volume",
.description = NULL_IF_CONFIG_SMALL("Change input volume."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/af_volumedetect.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static const AVFilterPad volumedetect_outputs[] = {
{ NULL }
};

AVFilter avfilter_af_volumedetect = {
AVFilter ff_af_volumedetect = {
.name = "volumedetect",
.description = NULL_IF_CONFIG_SMALL("Detect audio volume."),
.priv_size = sizeof(VolDetectContext),
Expand Down
8 changes: 4 additions & 4 deletions libavfilter/allfilters.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

#define REGISTER_FILTER(X, x, y) \
{ \
extern AVFilter avfilter_##y##_##x; \
extern AVFilter ff_##y##_##x; \
if (CONFIG_##X##_FILTER) \
avfilter_register(&avfilter_##y##_##x); \
avfilter_register(&ff_##y##_##x); \
}

#define REGISTER_FILTER_UNCONDITIONAL(x) \
{ \
extern AVFilter avfilter_##x; \
avfilter_register(&avfilter_##x); \
extern AVFilter ff_##x; \
avfilter_register(&ff_##x); \
}

void avfilter_register_all(void)
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/asink_anullsink.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static const AVFilterPad avfilter_asink_anullsink_inputs[] = {
{ NULL },
};

AVFilter avfilter_asink_anullsink = {
AVFilter ff_asink_anullsink = {
.name = "anullsink",
.description = NULL_IF_CONFIG_SMALL("Do absolutely nothing with the input audio."),

Expand Down
2 changes: 1 addition & 1 deletion libavfilter/asrc_aevalsrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static const AVFilterPad aevalsrc_outputs[] = {
{ NULL }
};

AVFilter avfilter_asrc_aevalsrc = {
AVFilter ff_asrc_aevalsrc = {
.name = "aevalsrc",
.description = NULL_IF_CONFIG_SMALL("Generate an audio signal generated by an expression."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/asrc_anullsrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static const AVFilterPad avfilter_asrc_anullsrc_outputs[] = {
{ NULL }
};

AVFilter avfilter_asrc_anullsrc = {
AVFilter ff_asrc_anullsrc = {
.name = "anullsrc",
.description = NULL_IF_CONFIG_SMALL("Null audio source, return empty audio frames."),
.init = init,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/asrc_flite.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static const AVFilterPad flite_outputs[] = {
{ NULL }
};

AVFilter avfilter_asrc_flite = {
AVFilter ff_asrc_flite = {
.name = "flite",
.description = NULL_IF_CONFIG_SMALL("Synthesize voice from text using libflite."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/asrc_sine.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static const AVFilterPad sine_outputs[] = {
{ NULL }
};

AVFilter avfilter_asrc_sine = {
AVFilter ff_asrc_sine = {
.name = "sine",
.description = NULL_IF_CONFIG_SMALL("Generate sine wave audio signal."),
.query_formats = query_formats,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/avf_avectorscope.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static const AVFilterPad audiovectorscope_outputs[] = {
{ NULL }
};

AVFilter avfilter_avf_avectorscope = {
AVFilter ff_avf_avectorscope = {
.name = "avectorscope",
.description = NULL_IF_CONFIG_SMALL("Convert input audio to vectorscope video output."),
.uninit = uninit,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/avf_concat.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static av_cold void uninit(AVFilterContext *ctx)
av_free(cat->in);
}

AVFilter avfilter_avf_concat = {
AVFilter ff_avf_concat = {
.name = "concat",
.description = NULL_IF_CONFIG_SMALL("Concatenate audio and video streams."),
.init = init,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/avf_showspectrum.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ static const AVFilterPad showspectrum_outputs[] = {
{ NULL }
};

AVFilter avfilter_avf_showspectrum = {
AVFilter ff_avf_showspectrum = {
.name = "showspectrum",
.description = NULL_IF_CONFIG_SMALL("Convert input audio to a spectrum video output."),
.uninit = uninit,
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/avf_showwaves.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static const AVFilterPad showwaves_outputs[] = {
{ NULL }
};

AVFilter avfilter_avf_showwaves = {
AVFilter ff_avf_showwaves = {
.name = "showwaves",
.description = NULL_IF_CONFIG_SMALL("Convert input audio to a video output."),
.uninit = uninit,
Expand Down
Loading

0 comments on commit 325f6e0

Please sign in to comment.