ffmpeg/libavfilter
Stefano Sabatini bca8bd99d0 af_ashowinfo: fix plane size computation for planar layout formats
+10l.
2011-10-16 01:58:31 +02:00
..
libmpcodecs libavfilter/libmpcodecs: add vf_stereo3d support 2011-09-20 05:49:42 +02:00
x86 Merge remote-tracking branch 'qatar/master' 2011-07-05 02:26:17 +02:00
Makefile lavfi: remove align tabs in Makefile. 2011-10-04 07:56:56 +02:00
af_aconvert.c lavfi: add audio convert filter 2011-09-16 20:44:27 +02:00
af_aconvert_rematrix.c lavfi: add audio convert filter 2011-09-16 20:44:27 +02:00
af_aformat.c lavfi: rename avfilter_all_* function names to avfilter_make_all_* 2011-09-16 00:42:47 +02:00
af_anull.c
af_aresample.c af_aresample: fix properties setting in the output buffer 2011-10-16 00:52:23 +02:00
af_ashowinfo.c af_ashowinfo: fix plane size computation for planar layout formats 2011-10-16 01:58:31 +02:00
all_channel_layouts.h lavfi: add avfilter_all_channel_layouts public symbol 2011-09-16 00:46:41 +02:00
allfilters.c libavfilter: add deshake filter 2011-10-04 02:14:21 +02:00
asink_anullsink.c
asrc_abuffer.c lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps 2011-09-12 18:51:46 +02:00
asrc_abuffer.h lavfi: add asrc_abuffer - audio buffer source 2011-08-21 11:37:57 +02:00
asrc_anullsrc.c asrc_anullsrc: amend description to reflect the recent changes 2011-09-18 14:26:37 +02:00
avcodec.c libavfilter: implement avfilter_fill_frame_from_video_buffer_ref() 2011-06-12 22:46:02 +02:00
avcodec.h libavfilter: implement avfilter_fill_frame_from_video_buffer_ref() 2011-06-12 22:46:02 +02:00
avfilter.c lavfi: add debug trace when processing events 2011-09-25 22:47:51 +02:00
avfilter.h Merge remote-tracking branch 'qatar/master' 2011-09-29 01:11:01 +02:00
avfiltergraph.c lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 2011-09-28 08:02:53 +02:00
avfiltergraph.h Merge remote-tracking branch 'qatar/master' 2011-09-29 01:11:01 +02:00
buffersink.h lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h 2011-09-06 18:51:09 +02:00
defaults.c lavfi: rename avfilter_all_* function names to avfilter_make_all_* 2011-09-16 00:42:47 +02:00
drawutils.c
drawutils.h
formats.c lavfi: fix realloc size computation in avfilter_add_format() 2011-09-28 08:03:18 +02:00
gradfun.h Add some forgotten const to function arguments in libavfilter & libavformat. 2011-05-17 03:05:36 +02:00
graphparser.c lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 2011-09-28 08:02:53 +02:00
internal.h lavfi: document AVFilterCommand fields 2011-09-25 22:47:51 +02:00
libavfilter.v
sink_buffer.c sink_buffer: fix typo 2011-09-28 22:28:47 +02:00
src_movie.c Merge remote-tracking branch 'qatar/master' 2011-10-13 06:00:03 +02:00
transform.c doxygen: remove a few @file parameters. 2011-10-04 08:04:17 +02:00
transform.h doxygen: remove a few @file parameters. 2011-10-04 08:04:17 +02:00
vf_aspect.c Merge remote-tracking branch 'qatar/master' 2011-07-04 00:45:21 +02:00
vf_blackframe.c vf_blackframe: port missing features from libmpcodecs blackframe 2011-07-21 13:04:48 +02:00
vf_boxblur.c vf_boxblur: remove useless code. 2011-09-28 16:11:01 +02:00
vf_copy.c
vf_crop.c vf_crop: remove mathematical constants now redundant. 2011-10-13 18:08:51 +02:00
vf_cropdetect.c lavfi: add layout negotiation fields and helper functions. 2011-06-19 22:58:32 +02:00
vf_delogo.c lavfi: remove usage of deprecated av_opt_set_defaults2() function 2011-10-02 15:16:36 +02:00
vf_deshake.c deshake: simplify filename check. 2011-10-04 21:36:54 +02:00
vf_drawbox.c Merge remote-tracking branch 'qatar/master' 2011-08-26 23:18:54 +02:00
vf_drawtext.c vf_drawtext: remove mathematical constants now redundant. 2011-10-13 18:08:50 +02:00
vf_fade.c lavfi: add layout negotiation fields and helper functions. 2011-06-19 22:58:32 +02:00
vf_fieldorder.c Remove unused variables 2011-06-02 20:06:00 +01:00
vf_fifo.c
vf_format.c lavfi: add ff_parse_pixel_format() internal function, and use it 2011-08-23 15:45:44 +02:00
vf_frei0r.c Merge remote-tracking branch 'qatar/master' 2011-07-06 01:34:08 +02:00
vf_gradfun.c lavfi: add layout negotiation fields and helper functions. 2011-06-19 22:58:32 +02:00
vf_hflip.c lavfi: add layout negotiation fields and helper functions. 2011-06-19 22:58:32 +02:00
vf_hqdn3d.c lavfi: add layout negotiation fields and helper functions. 2011-06-19 22:58:32 +02:00
vf_libopencv.c vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h 2011-07-18 12:33:13 +02:00
vf_lut.c vf_lut: remove mathematical constants now redundant. 2011-10-13 18:08:50 +02:00
vf_mp.c libavfilter/libmpcodecs: add vf_stereo3d support 2011-09-20 05:49:42 +02:00
vf_null.c
vf_overlay.c vf_overlay: remove mathematical constants now redundant. 2011-10-13 18:08:50 +02:00
vf_pad.c vf_pad: remove mathematical constants now redundant. 2011-10-13 18:08:50 +02:00
vf_pixdesctest.c
vf_scale.c vf_scale: remove mathematical constants now redundant. 2011-10-13 18:08:50 +02:00
vf_select.c vf_select: remove mathematical constants now redundant. 2011-10-13 18:08:50 +02:00
vf_setpts.c vf_setpts: remove mathematical constants now redundant. 2011-10-13 18:08:50 +02:00
vf_settb.c vf_settb: remove mathematical constants now redundant. 2011-10-13 18:08:50 +02:00
vf_showinfo.c Merge remote-tracking branch 'qatar/master' 2011-09-12 21:01:12 +02:00
vf_slicify.c
vf_split.c lavfi: add split filter from soc. 2011-09-12 08:48:16 +02:00
vf_transpose.c vf_transpose: avoid multiple calls to avfilter_draw_slice() 2011-07-29 20:24:44 +02:00
vf_unsharp.c vf_unsharp: set default chroma size value to 5x5 2011-09-29 07:20:05 +02:00
vf_vflip.c
vf_yadif.c vf_yadif: add support to yuva420p 2011-09-21 09:00:24 +02:00
vsink_nullsink.c
vsrc_buffer.c lavfi: add ff_parse_pixel_format() internal function, and use it 2011-08-23 15:45:44 +02:00
vsrc_buffer.h vsrc_buffer: remove duplicated file description 2011-09-19 12:43:10 +02:00
vsrc_color.c vsrc_color: use internal timebase 2011-09-28 08:03:11 +02:00
vsrc_mptestsrc.c lavfi: remove usage of deprecated av_opt_set_defaults2() function 2011-10-02 15:16:36 +02:00
vsrc_nullsrc.c vsrc_nullsrc: remove mathematical constants now redundant. 2011-10-13 18:08:51 +02:00
vsrc_testsrc.c lavfi: remove usage of deprecated av_opt_set_defaults2() function 2011-10-02 15:16:36 +02:00
yadif.h