ffmpeg/libavfilter
Clément Bœsch 21b6991cd5 lavfi/Makefile: make FFLIBS list consistent. 2012-12-31 01:38:31 +01:00
..
libmpcodecs vf_divtc: dont mix av_strdup and free 2012-12-28 17:05:19 +01:00
x86 lavfi/gradfun: remove rounding to match C and SSE code. 2012-12-19 03:13:25 +01:00
Makefile lavfi/Makefile: make FFLIBS list consistent. 2012-12-31 01:38:31 +01:00
af_aconvert.c lavfi/af_aconvert: update audio->channels. 2012-12-20 17:01:35 +01:00
af_aformat.c
af_amerge.c
af_amix.c
af_anull.c
af_apad.c
af_aresample.c lavfi/aresample: fix style 2012-12-26 11:56:35 +01:00
af_asetnsamples.c
af_ashowinfo.c
af_astreamsync.c
af_asyncts.c
af_atempo.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
af_channelmap.c
af_channelsplit.c
af_earwax.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
af_join.c
af_pan.c lavfi: add a channels field to AVFilterLink. 2012-12-20 13:03:41 +01:00
af_resample.c
af_silencedetect.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
af_volume.c
af_volume.h
af_volumedetect.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
all_channel_layouts.inc
allfilters.c lavfi: replace REGISTER_BUILTIN_FILTER() by REGISTER_FILTER_UNCONDITIONAL() 2012-12-29 15:37:05 +01:00
asink_anullsink.c
asrc_abuffer.h
asrc_aevalsrc.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
asrc_anullsrc.c
asrc_flite.c
audio.c lavfi: add an accessor for ref->audio->channels. 2012-12-20 13:03:41 +01:00
audio.h
avcodec.c
avcodec.h
avf_concat.c avf_concat: init pointers to NULL for saftey and to avoid warning of uninitialized use. 2012-12-29 18:56:33 +01:00
avf_showspectrum.c
avf_showwaves.c
avfilter.c lavfi: remove some draw_slice related code that has become unneeded 2012-12-30 16:58:50 +01:00
avfilter.h lavfi: add an accessor for ref->audio->channels. 2012-12-20 13:03:41 +01:00
avfiltergraph.c avfiltergraph: put variables used in #if 0 code themselfs under #if 0 2012-12-24 22:35:27 +01:00
avfiltergraph.h
bbox.c
bbox.h
buffer.c
bufferqueue.h
buffersink.c
buffersink.h
buffersrc.c lavfi/buffersrc: remove init of rate and layout. 2012-12-20 13:03:42 +01:00
buffersrc.h
drawutils.c
drawutils.h
f_ebur128.c
f_select.c lavfi/select: fix compilation with avcodec disabled. 2012-12-20 05:17:36 +01:00
f_sendcmd.c
f_setpts.c lavfi/setpts: enable debug logs, and improve/extend debug messages 2012-12-19 11:49:54 +01:00
f_settb.c
fifo.c
filtfmts.c
formats.c
formats.h
gradfun.h lavfi/gradfun: support named options. 2012-12-19 03:13:26 +01:00
graphdump.c
graphparser.c
internal.h lavfi: remove some draw_slice related code that has become unneeded 2012-12-30 16:58:50 +01:00
lavfutils.c
lavfutils.h
libavfilter.v
lswsutils.c
lswsutils.h
sink_buffer.c lavfi/sink_buffer: switch to filter_frame. 2012-12-30 18:29:57 +01:00
split.c
src_buffer.c
src_movie.c
transform.c
transform.h
version.h lavfi/tinterlace: add low-pass-filter for top/bottom interleave modes 2012-12-30 15:19:23 +01:00
vf_alphaextract.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
vf_alphamerge.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
vf_aspect.c
vf_ass.c
vf_bbox.c
vf_blackdetect.c
vf_blackframe.c
vf_boxblur.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
vf_colormatrix.c
vf_copy.c
vf_crop.c
vf_cropdetect.c
vf_decimate.c lavfi/decimate: remove usage of link->cur_buf. 2012-12-26 21:30:45 +01:00
vf_delogo.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
vf_deshake.c vf_deshake: fix strict aliassing errors 2012-12-29 20:00:48 +01:00
vf_drawbox.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
vf_drawtext.c
vf_edgedetect.c
vf_fade.c
vf_field.c
vf_fieldorder.c
vf_format.c
vf_fps.c
vf_framestep.c
vf_frei0r.c
vf_geq.c
vf_gradfun.c lavfi/gradfun: small align cosmetics. 2012-12-19 03:22:58 +01:00
vf_hflip.c
vf_hqdn3d.c
vf_hue.c
vf_idet.c vf_idet: fix type of stats 2012-12-26 17:27:28 +01:00
vf_libopencv.c
vf_lut.c
vf_mp.c vf_mp: fix 'discards const qualifier from pointer target type' 2012-12-28 17:00:01 +01:00
vf_null.c
vf_overlay.c lavfi/overlay: make use of av_opt_set_from_string() 2012-12-22 16:14:23 +01:00
vf_pad.c
vf_pixdesctest.c
vf_pp.c lavfi: add pp filter. 2012-12-23 19:03:36 +01:00
vf_removelogo.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
vf_scale.c lavfi/scale: remove usage of link->cur_buf. 2012-12-26 21:30:45 +01:00
vf_setfield.c
vf_showinfo.c
vf_smartblur.c
vf_super2xsai.c
vf_swapuv.c lavfi/swapuv: use FFSWAP 2012-12-21 19:04:11 +00:00
vf_thumbnail.c
vf_tile.c lavfi/tile: small align cosmetics. 2012-12-26 21:32:38 +01:00
vf_tinterlace.c vf_tinterlace: dont mix declarations and expressions 2012-12-30 16:59:52 +01:00
vf_transpose.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
vf_unsharp.c lavfi: declare arrays that never change as static const 2012-12-21 22:38:59 +00:00
vf_vflip.c
vf_yadif.c
video.c lavfi/video: ensure that filter_frame is called. 2012-12-30 18:29:57 +01:00
video.h lavfi/video: remove unused ff_inplace_start_frame(). 2012-12-26 21:30:45 +01:00
vsink_nullsink.c
vsrc_cellauto.c
vsrc_life.c
vsrc_mandelbrot.c
vsrc_mptestsrc.c
vsrc_testsrc.c
yadif.h