ffmpeg/libavfilter
Janne Grunau 79e6e8eba2 avfilter: correct memcpy size avfilter_copy_buf_props()
Does not make a difference in this case since sizeof(uint8_t*) ==
sizeof(uint8_t**). Fixes CID703814.
2012-10-09 21:05:14 +02:00
..
x86 x86: Split inline and external assembly #ifdefs 2012-08-31 01:53:25 +02:00
Makefile lavfi: reclassify showfiltfmts as a TESTPROG 2012-07-04 17:48:25 +01:00
af_aformat.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
af_amix.c af_amix: prevent memory leak on error path 2012-10-09 16:15:15 +02:00
af_anull.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
af_asyncts.c lavr: change the type of the data buffers to uint8_t**. 2012-10-05 13:49:44 +02:00
af_channelmap.c af_channelmap: free old extended_data on reallocation 2012-10-09 15:41:24 +02:00
af_channelsplit.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
af_join.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
af_resample.c af_resample: unref out_buf when avresample_convert returns 0 2012-10-09 18:43:30 +02:00
allfilters.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
asink_anullsink.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
asrc_anullsrc.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
audio.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
audio.h lavfi: add error handling to filter_samples(). 2012-07-09 08:25:19 +02:00
avfilter.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avfilter.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avfiltergraph.c avfiltergraph: silence an uninitialized variable warning 2012-09-17 15:48:20 +02:00
avfiltergraph.h lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft 2012-06-26 13:14:59 +02:00
buffer.c avfilter: correct memcpy size avfilter_copy_buf_props() 2012-10-09 21:05:14 +02:00
buffersink.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
buffersink.h doxygen: Fix function parameter names to match the code 2012-08-09 20:05:55 +02:00
buffersrc.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
buffersrc.h buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() 2012-09-17 15:48:20 +02:00
drawutils.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
drawutils.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
fifo.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
filtfmts.c lavfi: reclassify showfiltfmts as a TESTPROG 2012-07-04 17:48:25 +01:00
formats.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
formats.h cosmetics: Consistently use C-style comments with multiple inclusion guards 2012-07-03 17:35:12 +02:00
gradfun.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
graphparser.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
internal.h lavfi: add error handling to end_frame(). 2012-07-22 09:14:05 +02:00
libavfilter.v Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
split.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
version.h lavfi: bump minor to mark stabilizing the ABI. 2012-07-28 14:33:48 +02:00
vf_aspect.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_blackframe.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_boxblur.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_copy.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_crop.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_cropdetect.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_delogo.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_drawbox.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_drawtext.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_fade.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_fieldorder.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_format.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_fps.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_frei0r.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_gradfun.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_hflip.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_hqdn3d.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_libopencv.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_lut.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_null.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_overlay.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_pad.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_pixdesctest.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_scale.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_select.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_setpts.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_settb.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_showinfo.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_slicify.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_transpose.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_unsharp.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vf_vflip.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
vf_yadif.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
video.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
video.h factor identical ff_inplace_start_frame out of two filters 2012-07-28 14:15:14 -07:00
vsink_nullsink.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
vsrc_color.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vsrc_movie.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
vsrc_nullsrc.c lavfi: replace empty input/output lists with null pointers 2012-09-17 14:35:06 +01:00
vsrc_testsrc.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
yadif.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00