ffmpeg/libavfilter
Michael Niedermayer bb7bc3443d af_biquads: memset(0) cache
Fixes valgrind warnings

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-25 04:39:26 +01:00
..
libmpcodecs vf_mp: Set pseudo pal 2013-02-23 19:32:24 +01:00
x86 Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82' 2013-02-16 09:09:38 +01:00
Makefile blend filter 2013-02-21 20:16:23 +00:00
af_aconvert.c
af_afade.c
af_aformat.c
af_amerge.c libavfilter/af_amerge: fix segfault if init fails. 2013-02-24 11:23:51 +01:00
af_amix.c
af_anull.c
af_apad.c
af_aresample.c
af_asetnsamples.c
af_ashowinfo.c
af_astreamsync.c
af_asyncts.c
af_atempo.c
af_biquads.c af_biquads: memset(0) cache 2013-02-25 04:39:26 +01:00
af_channelmap.c
af_channelsplit.c
af_earwax.c
af_join.c
af_pan.c
af_resample.c lavfi: connect libavresample options to af_resample via AVFilterGraph 2013-02-23 17:07:54 -05:00
af_silencedetect.c
af_volume.c
af_volume.h
af_volumedetect.c
all_channel_layouts.inc
allfilters.c blend filter 2013-02-21 20:16:23 +00:00
asink_anullsink.c
asrc_abuffer.h
asrc_aevalsrc.c
asrc_anullsrc.c
asrc_flite.c
audio.c
audio.h
avcodec.c
avcodec.h
avf_concat.c
avf_showspectrum.c lavf/showspectrum: add divVerent in the (c) for his recent work on the filter. 2013-02-18 13:34:37 +01:00
avf_showwaves.c
avfilter.c avfilter: Silence warning: passing argument 3 of av_image_copy from incompatible pointer type 2013-02-23 12:08:05 +01:00
avfilter.h
avfiltergraph.c Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf' 2013-02-24 17:10:55 +01:00
avfiltergraph.h avfilter/avfiltergraph.h: Move public field out of the private fields 2013-02-24 20:31:56 +01:00
bbox.c
bbox.h
buffer.c
bufferqueue.h
buffersink.c
buffersink.h lavfi/abuffersink: add sample_rates field to AVABufferSinkParams 2013-02-24 23:21:28 +01:00
buffersrc.c lavfi/buffersrc: set channel layout if it is known. 2013-02-21 12:36:35 +01:00
buffersrc.h
drawutils.c
drawutils.h
f_ebur128.c lavfi/ebur128: advance pointer to samples 2013-02-15 16:39:25 +01:00
f_select.c lavfi/select: correctly set prev_t and prev_pts 2013-02-07 21:28:46 +01:00
f_sendcmd.c
f_setpts.c
f_settb.c
fifo.c
filtfmts.c
formats.c lavfi/formats: reindent after last commit. 2013-02-24 12:05:06 +01:00
formats.h lavfi: fix merging of formats and clarify exception. 2013-02-24 11:58:52 +01:00
gradfun.h
graphdump.c
graphparser.c
internal.h
lavfutils.c
lavfutils.h
libavfilter.v
lswsutils.c
lswsutils.h
sink_buffer.c lavfi/abuffersink: fix weird indent and spacing 2013-02-24 23:22:23 +01:00
split.c
src_buffer.c
src_movie.c
transform.c
transform.h
version.h lavfi/abuffersink: add sample_rates field to AVABufferSinkParams 2013-02-24 23:21:28 +01:00
vf_alphaextract.c
vf_alphamerge.c
vf_aspect.c avfilter: fix segfault with setsar/dar 2013-02-20 12:34:05 +01:00
vf_bbox.c
vf_blackdetect.c
vf_blackframe.c
vf_blend.c blend filter 2013-02-21 20:16:23 +00:00
vf_boxblur.c lavfi/boxblur: add support to named options 2013-02-22 19:57:20 +01:00
vf_colormatrix.c
vf_copy.c
vf_crop.c lavfi/crop: fix help message for the keep_aspect option 2013-02-02 15:32:34 +01:00
vf_cropdetect.c
vf_decimate.c lavfi/decimate: use named options 2013-02-20 19:07:48 +01:00
vf_delogo.c
vf_deshake.c
vf_drawbox.c
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 lavfi/geq: add T variable and example 2012-12-01 16:05:15 +01:00
vf_gradfun.c
vf_hflip.c
vf_histeq.c
vf_histogram.c lavfi/histogram: overlay display mode for levels histogram mode 2013-02-18 20:13:07 +00:00
vf_hqdn3d.c
vf_hqdn3d.h avfilter/vf_hqdn3d.h: restore author attribution, history and project name 2013-02-02 13:18:10 +01:00
vf_hue.c lavfi/hue: reindent after previous commit 2013-02-20 11:29:12 +01:00
vf_idet.c vf_idet: adapt default scores due to bugfix 2013-02-21 01:58:07 +01:00
vf_il.c lavfi/il: filter out hwaccels formats from the list of supported formats 2013-02-10 21:00:56 +01:00
vf_kerndeint.c lavfi/kerndeint: move is_rgb_packed definition to the internal context 2013-02-16 00:08:31 +01:00
vf_libopencv.c
vf_lut.c
vf_mp.c vf_mp: Set pseudo pal 2013-02-23 19:32:24 +01:00
vf_noise.c lavfi/noise: switch to AVLFG noise generator 2013-02-17 21:45:21 +00:00
vf_null.c
vf_overlay.c vf_overlay: silence warning: X may be used uninitialized in this function 2013-02-23 12:10:35 +01:00
vf_pad.c lavfi/pad: add support to named options 2013-02-03 17:01:56 +01:00
vf_pixdesctest.c
vf_pp.c
vf_removelogo.c
vf_scale.c
vf_setfield.c
vf_showinfo.c
vf_smartblur.c
vf_subtitles.c lavfi/subtitles: fix recently introduced warning about discarded const qualifier. 2013-02-20 19:47:32 +01:00
vf_super2xsai.c
vf_swapuv.c
vf_thumbnail.c
vf_tile.c
vf_tinterlace.c
vf_transpose.c lavfi/transpose: support more pix fmts 2013-02-13 16:29:47 +00:00
vf_unsharp.c lavfi/unsharp: add missing NULL check 2013-02-17 11:48:31 +01:00
vf_vflip.c
vf_yadif.c yadif: remove unused variable 2013-02-16 13:24:43 +01:00
video.c
video.h
vsink_nullsink.c
vsrc_cellauto.c
vsrc_life.c
vsrc_mandelbrot.c
vsrc_mptestsrc.c
vsrc_testsrc.c
yadif.h Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82' 2013-02-16 09:09:38 +01:00