FFmpeg/libavfilter
Stefano Sabatini ee1748ab53 lavfi: fix signature for default_filter_name()
Return a const char *, fix warnings:
libavfilter/avfilter.c: In function ‘default_filter_name’:
libavfilter/avfilter.c:414:5: warning: return discards ‘const’ qualifier from pointer target type [enabled by default]
libavfilter/avfilter.c: At top level:
libavfilter/avfilter.c:419:5: warning: initialization from incompatible pointer type [enabled by default]
libavfilter/avfilter.c:419:5: warning: (near initialization for ‘avfilter_class.item_name’) [enabled by default]
2012-06-10 17:23:58 +02:00
..
libmpcodecs add bracket around the argument (fixes compilation error with ICL) 2012-06-09 00:34:21 +02:00
x86
af_aconvert.c
af_aformat.c
af_amerge.c amerge: accept multiple inputs. 2012-06-07 22:51:08 +02:00
af_amix.c
af_anull.c
af_aresample.c
af_ashowinfo.c
af_astreamsync.c
af_asyncts.c
af_earwax.c
af_pan.c
af_resample.c
af_silencedetect.c
af_volume.c
all_channel_layouts.inc
allfilters.c
asink_anullsink.c
asrc_abuffer.h
asrc_aevalsrc.c
asrc_anullsrc.c
audio.c lavfi/audio: fix size of copied samples. 2012-06-07 17:03:45 +02:00
audio.h
avcodec.c
avcodec.h
avfilter.c lavfi: fix signature for default_filter_name() 2012-06-10 17:23:58 +02:00
avfilter.h lavfi: add a frame_rate field to AVFilterLink. 2012-06-09 08:42:50 +02:00
avfiltergraph.c
avfiltergraph.h
bbox.c
bbox.h
buffer.c
bufferqueue.h
buffersink.c
buffersink.h buffersink: add av_buffersink_get_frame_rate(). 2012-06-09 08:42:50 +02:00
buffersrc.c buffersrc: deprecate flat options syntax. 2012-06-09 08:42:50 +02:00
buffersrc.h
defaults.c
drawutils.c
drawutils.h
formats.c
formats.h
gradfun.h
graphdump.c
graphparser.c
internal.h libavfilter: make ff_null_start_frame_keep_ref() a non static inline function. 2012-06-10 03:08:19 +02:00
lavfutils.c
lavfutils.h
libavfilter.v
lswsutils.c
lswsutils.h
Makefile
sink_buffer.c sink_buffer: dont return void from void functions. 2012-06-10 03:30:12 +02:00
split.c
src_buffer.c
src_movie.c
transform.c
transform.h
version.h lavfi: remove avfilter_default_item_name() from public API 2012-06-06 23:25:33 +02:00
vf_aspect.c
vf_ass.c
vf_bbox.c
vf_blackdetect.c
vf_blackframe.c
vf_boxblur.c
vf_colormatrix.c
vf_copy.c
vf_crop.c
vf_cropdetect.c
vf_delogo.c
vf_deshake.c
vf_drawbox.c
vf_drawtext.c
vf_fade.c
vf_fieldorder.c
vf_fifo.c
vf_format.c
vf_fps.c vf_fps: set frame_rate. 2012-06-10 10:53:03 +02:00
vf_frei0r.c
vf_gradfun.c
vf_hflip.c
vf_hqdn3d.c
vf_idet.c
vf_libopencv.c
vf_lut.c
vf_mp.c
vf_null.c
vf_overlay.c
vf_pad.c
vf_pixdesctest.c
vf_removelogo.c
vf_scale.c
vf_select.c
vf_setfield.c
vf_setpts.c
vf_settb.c
vf_showinfo.c
vf_slicify.c
vf_super2xsai.c
vf_swapuv.c
vf_thumbnail.c
vf_tile.c vf_tile: update deprecated functions. 2012-06-10 10:40:33 +02:00
vf_tinterlace.c
vf_transpose.c
vf_unsharp.c
vf_vflip.c
vf_yadif.c
video.c libavfilter: make ff_null_start_frame_keep_ref() a non static inline function. 2012-06-10 03:08:19 +02:00
video.h libavfilter: make ff_null_start_frame_keep_ref() a non static inline function. 2012-06-10 03:08:19 +02:00
vsink_nullsink.c
vsrc_buffer.h
vsrc_cellauto.c
vsrc_color.c
vsrc_life.c
vsrc_mandelbrot.c
vsrc_mptestsrc.c
vsrc_testsrc.c
yadif.h