ffmpeg/libavfilter
Anton Khirnov 56e4ce0d13 vf_hqdn3d: use the name 's' for the pointer to the private context
This is shorter and consistent across filters.
2013-05-16 07:35:48 +02:00
..
x86 yadif: restore speed of the C filtering code 2013-05-14 09:23:55 +02:00
Makefile lavfi: add trim and atrim filters. 2013-04-30 11:24:57 +02:00
af_aformat.c lavfi: remove now unused args parameter from AVFilter.init 2013-04-09 19:12:38 +02:00
af_amix.c avfilter: Add av_cold attributes to init/uninit functions 2013-05-04 21:10:05 +02:00
af_anull.c
af_ashowinfo.c avfilter: Add av_cold attributes to init/uninit functions 2013-05-04 21:10:05 +02:00
af_asyncts.c af_asyncts: fix offset calculation 2013-05-10 09:31:27 +02:00
af_channelmap.c af_channelmap: ensure the output channel layout is valid. 2013-04-30 11:16:37 +02:00
af_channelsplit.c avfilter: Add av_cold attributes to init/uninit functions 2013-05-04 21:10:05 +02:00
af_join.c avfilter: Add av_cold attributes to init/uninit functions 2013-05-04 21:10:05 +02:00
af_resample.c
af_volume.c avfilter: Add av_cold attributes to init/uninit functions 2013-05-04 21:10:05 +02:00
af_volume.h
allfilters.c lavfi: add trim and atrim filters. 2013-04-30 11:24:57 +02:00
asink_anullsink.c
asrc_anullsrc.c
audio.c
audio.h
avfilter.c Remove commented-out debug #define cruft 2013-05-16 00:23:30 +02:00
avfilter.h lavfi: change the filter registering system to match the other libraries 2013-04-11 20:44:03 +02:00
avfiltergraph.c avfiltergraph: simplify inserting conversion filters. 2013-05-15 07:45:51 +02:00
avfiltergraph.h lavfi: merge avfiltergraph.h into avfilter.h 2013-04-11 20:33:33 +02:00
buffer.c
buffersink.c lavfi: let gcc realign the stack on public graph driving functions 2013-05-04 23:40:13 +03:00
buffersink.h
buffersrc.c lavfi: let gcc realign the stack on public graph driving functions 2013-05-04 23:40:13 +03:00
buffersrc.h
drawutils.c
drawutils.h
fifo.c afifo: fix request_samples on the last frame in certain cases 2013-04-22 02:29:56 +02:00
filtfmts.c lavfi: add avfilter_init_str() to replace avfilter_init_filter(). 2013-04-11 20:39:13 +02:00
formats.c pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 2013-05-15 07:46:51 +02:00
formats.h
gradfun.h
graphparser.c graphparser: only print filter arguments if they are non-NULL 2013-04-30 11:16:57 +02:00
internal.h lavfi: make avfilter_free() remove the filter from its graph. 2013-04-11 20:38:48 +02:00
libavfilter.v
setpts.c Remove commented-out debug #define cruft 2013-05-16 00:23:30 +02:00
split.c avfilter: Add av_cold attributes to init/uninit functions 2013-05-04 21:10:05 +02:00
trim.c lavfi: add trim and atrim filters. 2013-04-30 11:24:57 +02:00
version.h lavfi: add an asetpts filter 2013-04-30 11:17:57 +02:00
vf_aspect.c vf_aspect: use the name 's' for the pointer to the private context 2013-05-16 07:30:28 +02:00
vf_blackframe.c vf_blackframe: use the name 's' for the pointer to the private context 2013-05-16 07:30:41 +02:00
vf_boxblur.c vf_boxblur: use the name 's' for the pointer to the private context 2013-05-16 07:30:56 +02:00
vf_copy.c
vf_crop.c vf_crop: cosmetics, break lines 2013-05-16 07:31:31 +02:00
vf_cropdetect.c vf_cropdetect: use the name 's' for the pointer to the private context 2013-05-16 07:31:50 +02:00
vf_delogo.c vf_delogo: use the name 's' for the pointer to the private context 2013-05-16 07:31:57 +02:00
vf_drawbox.c vf_drawbox: use the name 's' for the pointer to the private context 2013-05-16 07:32:27 +02:00
vf_drawtext.c vf_drawtext: use the name 's' for the pointer to the private context 2013-05-16 07:32:34 +02:00
vf_fade.c vf_fade: use the name 's' for the pointer to the private context 2013-05-16 07:32:43 +02:00
vf_fieldorder.c vf_fieldorder: use the name 's' for the pointer to the private context 2013-05-16 07:33:07 +02:00
vf_format.c vf_format: use the name 's' for the pointer to the private context 2013-05-16 07:33:17 +02:00
vf_fps.c lavfi: remove now unused args parameter from AVFilter.init 2013-04-09 19:12:38 +02:00
vf_frei0r.c vf_frei0r: use the name 's' for the pointer to the private context 2013-05-16 07:33:23 +02:00
vf_gradfun.c vf_gradfun: use the name 's' for the pointer to the private context 2013-05-16 07:33:29 +02:00
vf_hflip.c vf_hflip: use the name 's' for the pointer to the private context 2013-05-16 07:33:38 +02:00
vf_hqdn3d.c vf_hqdn3d: use the name 's' for the pointer to the private context 2013-05-16 07:35:48 +02:00
vf_hqdn3d.h
vf_interlace.c lavfi: new interlace filter 2013-04-11 21:33:07 +02:00
vf_libopencv.c Remove commented-out debug #define cruft 2013-05-16 00:23:30 +02:00
vf_lut.c avfilter: Add av_cold attributes to init/uninit functions 2013-05-04 21:10:05 +02:00
vf_null.c
vf_overlay.c vf_overlay: switch to an AVOptions-based system. 2013-04-09 19:06:13 +02:00
vf_pad.c lavfi: remove now unused args parameter from AVFilter.init 2013-04-09 19:12:38 +02:00
vf_pixdesctest.c pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 2013-05-15 07:46:51 +02:00
vf_scale.c pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 2013-05-15 07:46:51 +02:00
vf_select.c lavfi: remove now unused args parameter from AVFilter.init 2013-04-09 19:12:38 +02:00
vf_settb.c vf_settb: switch to an AVOptions-based system. 2013-04-09 19:07:44 +02:00
vf_showinfo.c
vf_transpose.c vf_transpose: switch to an AVOptions-based system. 2013-04-09 19:08:04 +02:00
vf_unsharp.c lavfi: remove now unused args parameter from AVFilter.init 2013-04-09 19:12:38 +02:00
vf_vflip.c
vf_yadif.c yadif: correct strides in filter_edges_16bit 2013-05-14 09:24:13 +02:00
video.c
video.h
vsink_nullsink.c
vsrc_color.c lavfi: remove now unused args parameter from AVFilter.init 2013-04-09 19:12:38 +02:00
vsrc_movie.c Remove commented-out debug #define cruft 2013-05-16 00:23:30 +02:00
vsrc_nullsrc.c vsrc_nullsrc: switch to an AVOptions-based system. 2013-04-09 19:11:12 +02:00
vsrc_testsrc.c lavfi: remove now unused args parameter from AVFilter.init 2013-04-09 19:12:38 +02:00
yadif.h yadif: restore speed of the C filtering code 2013-05-14 09:23:55 +02:00