ffmpeg/libavfilter
Timo Rothenpieler 1eb43af1a0 lavfi: Move new field to the end of AVFilterLink
Even though this is not part of the public API, some external
applications access fields after it, thus breaking after updating from
ffmpeg 3.0 or earlier.
Since it is not public, it can be freely moved to the end to avoid
that problem in the future.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
2016-06-29 12:53:07 +02:00
..
tests Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196' 2016-06-22 13:44:34 +02:00
x86 asm: FF_-prefix internal macros used in inline assembly 2016-06-27 17:21:18 +02:00
aeval.c
af_adelay.c
af_aecho.c
af_aemphasis.c
af_afade.c
af_afftfilt.c avfilter/af_afftfilt: add option for 17 fft case 2016-03-04 22:20:12 +01:00
af_aformat.c
af_agate.c
af_alimiter.c
af_amerge.c
af_amix.c avfilter/af_amix: dont fail if there are no samples in output_frame() 2016-06-06 00:31:05 +02:00
af_anequalizer.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 2016-03-22 10:15:31 -07:00
af_anull.c
af_apad.c
af_aphaser.c
af_apulsator.c
af_aresample.c
af_asetnsamples.c
af_asetrate.c
af_ashowinfo.c
af_astats.c avfilter/af_astats: do not clear previous sample value 2016-02-26 11:12:45 +01:00
af_asyncts.c
af_atempo.c
af_biquads.c
af_bs2b.c
af_channelmap.c
af_channelsplit.c
af_chorus.c
af_compand.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 2016-03-22 10:15:31 -07:00
af_compensationdelay.c
af_dcshift.c
af_dynaudnorm.c
af_earwax.c
af_extrastereo.c
af_firequalizer.c avfilter/af_firequalizer: add zero_phase option 2016-06-07 07:55:48 +07:00
af_flanger.c
af_hdcd.c avfilter/af_hdcd: Use int32_t instead of int for gaintable in hdcd filter. 2016-06-15 14:30:50 +02:00
af_join.c
af_ladspa.c
af_loudnorm.c avfilter/af_loudnorm: add dual_mono option 2016-06-09 13:06:30 -05:00
af_pan.c
af_replaygain.c
af_resample.c
af_rubberband.c
af_sidechaincompress.c
af_silencedetect.c
af_silenceremove.c
af_sofalizer.c avfilter/af_sofalizer: allow user to setup custom virtual speakers positions 2016-03-28 21:27:59 +02:00
af_stereotools.c
af_stereowiden.c
af_tremolo.c
af_vibrato.c
af_volume.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 2016-03-22 10:15:31 -07:00
af_volume.h
af_volumedetect.c
all_channel_layouts.inc
allfilters.c avfilter: add loudnorm 2016-05-18 22:15:01 +02:00
asink_anullsink.c
asrc_anoisesrc.c
asrc_anullsrc.c
asrc_flite.c
asrc_sine.c
audio.c
audio.h
avf_ahistogram.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
avf_aphasemeter.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
avf_avectorscope.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
avf_concat.c
avf_showcqt.c avfilter/showcqt: set some frame properties 2016-06-24 15:33:16 +07:00
avf_showcqt.h avfilter/avf_showcqt: cqt_calc optimization on x86 2016-06-08 16:09:43 +07:00
avf_showfreqs.c
avf_showspectrum.c
avf_showvolume.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
avf_showwaves.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
avfilter.c Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c' 2016-04-14 13:59:45 +01:00
avfilter.h lavfi: Move new field to the end of AVFilterLink 2016-06-29 12:53:07 +02:00
avfiltergraph.c avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter() 2016-05-27 16:30:25 +02:00
avfiltergraph.h
avfilterres.rc
bbox.c
bbox.h
blend.h avfilter/vf_blend: fix incorrect Y variable when threading is used 2016-05-23 21:49:15 +02:00
bufferqueue.h
buffersink.c
buffersink.h
buffersrc.c
buffersrc.h
bwdif.h avfilter/vf_bwdif: add x86 SIMD 2016-03-13 10:06:21 +01:00
colorspacedsp_template.c vf_colorspace: add const to yuv_stride[] argument in DSP functions. 2016-05-10 08:37:55 -04:00
colorspacedsp_yuv2yuv_template.c vf_colorspace: add const to yuv_stride[] argument in DSP functions. 2016-05-10 08:37:55 -04:00
colorspacedsp.c vf_colorspace: use enums for bpp/subsampling array indices. 2016-05-10 08:37:56 -04:00
colorspacedsp.h vf_colorspace: use enums for bpp/subsampling array indices. 2016-05-10 08:37:56 -04:00
deshake_opencl_kernel.h
deshake_opencl.c
deshake_opencl.h
deshake.h
drawutils.c Split drawutils test out into separate file 2016-05-11 20:43:19 +01:00
drawutils.h
dualinput.c avfilter/dualinput: Add support to skip initial unpaired frames 2016-06-26 01:01:28 +02:00
dualinput.h avfilter/dualinput: Add support to skip initial unpaired frames 2016-06-26 01:01:28 +02:00
f_bench.c avfilter/f_bench: Fix comparission condition 2016-03-05 02:04:57 +01:00
f_drawgraph.c
f_ebur128.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 2016-03-22 10:15:31 -07:00
f_interleave.c
f_loop.c avfilter/f_loop: Fix leak on error 2016-05-29 21:21:59 +02:00
f_metadata.c avfilter/f_metadata: update print output header line format 2016-05-10 00:07:22 +02:00
f_perms.c
f_realtime.c
f_reverse.c
f_select.c
f_sendcmd.c
f_streamselect.c
f_zmq.c
fifo.c
formats.c Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' 2016-05-11 19:13:03 +01:00
formats.h
framepool.c
framepool.h
framesync.c
framesync.h
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c
graphparser.c avfilter/graphparser: remove '\n' from parse_filter 2016-06-13 16:17:53 +07:00
hermite.h
interlace.h Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 2016-06-21 21:55:34 +02:00
internal.h
lavfutils.c
lavfutils.h
libavfilter.v build: Change structure of the linker version script templates 2016-05-29 16:43:11 +02:00
log2_tab.c
lswsutils.c
lswsutils.h
Makefile avfilter: add loudnorm 2016-05-18 22:15:01 +02:00
maskedmerge.h
opencl_allkernels.c
opencl_allkernels.h
psnr.h
pthread.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
removegrain.h
setpts.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
settb.c
split.c avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing 2016-04-21 20:20:42 +02:00
src_movie.c avfilter/src_movie: Add option to remove timestamp discontinuities 2016-06-26 00:20:00 +02:00
ssim.h
stereo3d.h
thread.h
tinterlace.h
transform.c
transform.h
trim.c Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg" 2016-06-19 01:19:32 +02:00
unsharp_opencl_kernel.h
unsharp_opencl.c
unsharp_opencl.h
unsharp.h
vaf_spectrumsynth.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 2016-03-22 10:15:31 -07:00
version.h avfilter/vf_bwdif: Change default to deinterlace all frames 2016-06-19 17:02:09 -03:00
vf_alphamerge.c
vf_aspect.c
vf_atadenoise.c
vf_bbox.c
vf_blackdetect.c
vf_blackframe.c
vf_blend.c avfilter/vf_blend: fix incorrect Y variable when threading is used 2016-05-23 21:49:15 +02:00
vf_boxblur.c
vf_bwdif.c avfilter/vf_bwdif: Change default to deinterlace all frames 2016-06-19 17:02:09 -03:00
vf_chromakey.c
vf_ciescope.c avfilter/vf_ciescope: Fix 'ISO C90 forbids mixed declarations and code' 2016-03-03 21:20:08 +01:00
vf_codecview.c vf_codecview: added new options 2016-06-15 13:56:07 +02:00
vf_colorbalance.c
vf_colorchannelmixer.c
vf_colorkey.c
vf_colorlevels.c
vf_colormatrix.c avfilter/vf_colormatrix: add bt.2020 colorspace 2016-06-05 19:46:38 +02:00
vf_colorspace.c vf_colorspace: don't enable passthrough if bitdepth doesn't match. 2016-05-10 09:26:17 -04:00
vf_convolution.c
vf_copy.c vf_copy: exclude hwaccel formats 2016-02-27 21:35:20 +01:00
vf_coreimage.m avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
vf_cover_rect.c
vf_crop.c
vf_cropdetect.c
vf_curves.c
vf_datascope.c avfilter: add datascope filter 2016-02-26 22:22:05 +01:00
vf_dctdnoiz.c
vf_deband.c
vf_decimate.c avfilter/vf_decimate: Use the correct frame in difference calculation 2016-03-13 00:38:54 +01:00
vf_dejudder.c
vf_delogo.c avfilter/delogo: Check that logo area is inside the picture 2016-05-10 18:18:47 +02:00
vf_deshake.c
vf_detelecine.c avfilter/vf_detelecine: Remove redundant declaration 2016-03-19 12:26:14 +01:00
vf_displace.c
vf_drawbox.c
vf_drawtext.c avfilter/vf_drawtext: Check return code of load_glyph() 2016-04-24 12:39:25 +02:00
vf_edgedetect.c
vf_elbg.c
vf_eq.c Timeline function for the eq filter 2016-06-13 01:57:22 +02:00
vf_eq.h
vf_extractplanes.c lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts. 2016-03-07 12:05:42 +01:00
vf_fade.c Merge commit 'a638e9184d63e57e67901f34afe919fd56fd3ac4' 2016-04-21 16:52:03 +01:00
vf_fftfilt.c
vf_field.c
vf_fieldhint.c avfilter/vf_fieldhint: Reorder operation to prevent hypothetical integer overflow 2016-05-29 19:00:15 +02:00
vf_fieldmatch.c
vf_fieldorder.c
vf_find_rect.c
vf_format.c avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing 2016-04-21 20:20:42 +02:00
vf_fps.c avfilter/vf_fps: set fps value boundaries 2016-05-09 15:01:07 +02:00
vf_framepack.c
vf_framerate.c
vf_framestep.c
vf_frei0r.c Merge commit 'def03d14687b9d089950ba8e45083e666de4eb68' 2016-06-21 22:00:12 +02:00
vf_fspp.c
vf_fspp.h
vf_geq.c
vf_gradfun.c Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 2016-06-21 21:55:34 +02:00
vf_hflip.c
vf_histeq.c
vf_histogram.c avfilter/vf_histogram: indent histogram options 2016-06-11 18:40:55 +02:00
vf_hqdn3d.c Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 2016-06-21 21:55:34 +02:00
vf_hqdn3d.h
vf_hqx.c
vf_hue.c
vf_hwdownload.c Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4' 2016-06-21 15:26:20 +02:00
vf_hwupload_cuda.c avfilter/hwupload_cuda: Add missing semicolon. 2016-02-25 15:52:01 +11:00
vf_hwupload.c Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c' 2016-04-14 13:59:45 +01:00
vf_idet.c
vf_idet.h
vf_il.c
vf_interlace.c
vf_kerndeint.c
vf_lenscorrection.c
vf_libopencv.c
vf_lut3d.c
vf_lut.c
vf_maskedmerge.c
vf_mcdeint.c fix some a/an typos 2016-03-28 14:13:17 -08:00
vf_mergeplanes.c
vf_mpdecimate.c
vf_neighbor.c
vf_nnedi.c
vf_noise.c
vf_noise.h
vf_null.c
vf_ocr.c
vf_overlay.c Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 2016-06-21 21:55:34 +02:00
vf_owdenoise.c libavfilter/vf_owdenoise.c: skip processing when strength is 0 2016-04-12 22:57:32 +02:00
vf_pad.c Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4' 2016-06-21 15:26:20 +02:00
vf_palettegen.c
vf_paletteuse.c avfilter/vf_paletteuse: enable skip_initial_unpaired 2016-06-26 01:08:28 +02:00
vf_perspective.c lavfi/perspective: Add basic timeline editing. 2016-04-17 21:12:34 +02:00
vf_phase.c
vf_pixdesctest.c
vf_pp7.c
vf_pp7.h
vf_pp.c
vf_psnr.c
vf_pullup.c
vf_pullup.h
vf_qp.c
vf_random.c
vf_readvitc.c avfilter/vf_readvitc: Use avpriv_frame_get_metadatap() avoid direct access to AVFrame.metadata (to comply to API) 2016-04-17 18:21:42 +02:00
vf_remap.c avfilter: add remap filter 2016-04-07 14:02:46 +02:00
vf_removegrain.c
vf_removelogo.c
vf_repeatfields.c
vf_rotate.c
vf_sab.c
vf_scale_npp.c avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing 2016-04-21 20:20:42 +02:00
vf_scale_vaapi.c avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing 2016-04-21 20:20:42 +02:00
vf_scale.c vf_scale: support bt2020 in in/out_color_matrix properties. 2016-04-17 09:28:30 -04:00
vf_selectivecolor.c
vf_separatefields.c
vf_setfield.c
vf_showinfo.c
vf_showpalette.c
vf_shuffleframes.c
vf_shuffleplanes.c
vf_signalstats.c
vf_smartblur.c
vf_spp.c
vf_spp.h
vf_ssim.c
vf_stack.c
vf_stereo3d.c
vf_subtitles.c lavfi/subtitles: remove unecessary checks 2016-06-25 19:14:21 +02:00
vf_super2xsai.c
vf_swaprect.c
vf_swapuv.c
vf_telecine.c avfilter/vf_telecine: Make frame writable before writing into it 2016-06-14 18:08:56 +02:00
vf_thumbnail.c
vf_tile.c
vf_tinterlace.c
vf_transpose.c
vf_unsharp.c
vf_uspp.c
vf_vectorscope.c avfilter/vf_vectorscope: always flip output vertically 2016-03-20 21:10:45 +01:00
vf_vflip.c
vf_vidstabdetect.c
vf_vidstabtransform.c
vf_vignette.c
vf_w3fdif.c
vf_waveform.c avfilter/vf_waveform: fix order of graticule scale items 2016-05-05 10:38:37 +02:00
vf_xbr.c
vf_yadif.c cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
vf_zoompan.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
vf_zscale.c avfilter/vf_zscale: unbreak RGB support 2016-03-03 13:28:25 +01:00
video.c
video.h
vidstabutils.c
vidstabutils.h
vsink_nullsink.c
vsrc_cellauto.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
vsrc_life.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
vsrc_mandelbrot.c
vsrc_mptestsrc.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
vsrc_testsrc.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:35:13 +02:00
w3fdif.h
window_func.c
window_func.h
yadif.h