summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: do not segfault on NULL passed to avfilter_get_by_name()Anton Khirnov2013-04-111-0/+3
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-111-22/+24
* lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-111-3/+3
* lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-111-12/+21
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-111-0/+7
* lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-111-0/+3
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-111-7/+13
* lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov2013-04-111-2/+2
* lavfi: add avfilter_get_class().Anton Khirnov2013-04-091-0/+5
* lavfi: make AVFilterContext export filter options.Anton Khirnov2013-04-091-0/+25
* lavfi: error out when options are provided to a filter that does not take anyAnton Khirnov2013-04-091-1/+7
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* vf_libopencv: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+4
* vf_scale: switch to an AVOptions-based system.Anton Khirnov2013-04-091-0/+30
* vf_frei0r: switch to an AVOptions-based system.Anton Khirnov2013-04-091-3/+20
* vf_(no)format: switch to an AVOptions-based system.Anton Khirnov2013-04-091-0/+27
* af_resample: switch to an AVOptions-based system.Anton Khirnov2013-04-091-4/+5
* lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-091-1/+80
* lavfi: use designated initializers in avfilter_classAnton Khirnov2013-03-161-4/+3
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-23/+15
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-0/+69
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-171-0/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* avfilter: Fix printf format string conversion specifierDiego Biurrun2012-07-251-1/+1
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-261-35/+0
* lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-261-6/+0
* lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov2012-06-261-0/+2
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-24/+34
* lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-131-0/+10
* avfilter: Log an error if avfilter fails to configure a link.Alex Converse2012-06-121-2/+10
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-4/+12
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-051-3/+21
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-10/+10
* lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-221-6/+33
* avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun2012-05-151-14/+0
* lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-151-138/+0
* lavfi: move video-related functions to a separate file.Anton Khirnov2012-05-151-184/+0
* lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-141-6/+15
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-091-126/+1
* lavfi: remove some audio-related function from public API.Anton Khirnov2012-05-091-7/+9
* lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2012-05-091-7/+4
* lavfi: cleanup avfilter_get_audio_buffer() and pals.Stefano Sabatini2012-05-091-10/+12
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays().Stefano Sabatini2012-05-091-0/+68
* lavfi: add extended_data to AVFilterBuffer.Anton Khirnov2012-05-091-0/+33
* lavfi: add a function for copying properties from AVFilterBufferRef->AVFrameAnton Khirnov2012-05-091-0/+30
OpenPOWER on IntegriCloud