summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* yadif: correct strides in filter_edges_16bitJames Darnley2013-05-141-0/+2
* yadif: restore speed of the C filtering codeJames Darnley2013-05-143-49/+37
* af_asyncts: fix offset calculationAnton Khirnov2013-05-101-4/+9
* x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun2013-05-081-1/+0
* vf_scale: add endianness conversion pixel format in query_formatsJanne Grunau2013-05-061-2/+4
* lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-05-042-4/+8
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-0411-17/+27
* lavfi: add trim and atrim filters.Anton Khirnov2013-04-303-0/+411
* lavfi: add an asetpts filterAnton Khirnov2013-04-304-7/+75
* vf_setpts: cosmetics, reformatAnton Khirnov2013-04-301-6/+6
* graphparser: only print filter arguments if they are non-NULLAnton Khirnov2013-04-301-1/+4
* af_channelmap: ensure the output channel layout is valid.Anton Khirnov2013-04-301-0/+6
* af_channelmap: remove now unnecessary gotoAnton Khirnov2013-04-301-24/+11
* vf_split: fix descriptionAnton Khirnov2013-04-301-1/+1
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-222-2/+2
* afifo: fix request_samples on the last frame in certain casesAnton Khirnov2013-04-221-17/+19
* af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov2013-04-171-7/+8
* af_channelmap: sanity check input channel indices in all cases.Anton Khirnov2013-04-171-6/+15
* lavfi: new interlace filterVittorio Giovara2013-04-113-0/+254
* 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-113-22/+43
* lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-112-3/+9
* lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-115-0/+28
* lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-112-12/+43
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-116-3/+32
* lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-115-7/+31
* lavfi: add AVFilterContext.graph.Anton Khirnov2013-04-112-0/+6
* lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov2013-04-112-0/+8
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-116-20/+82
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-115-156/+155
* lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov2013-04-112-4/+4
* lavfi: add const to AVFilterContext.filter.Anton Khirnov2013-04-111-1/+1
* af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0...Anton Khirnov2013-04-091-1/+1
* lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov2013-04-091-1/+1
* lavfi: add avfilter_get_class().Anton Khirnov2013-04-092-0/+12
* 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-0934-41/+41
* vsrc_testsrc: switch to an AVOptions-based system.Anton Khirnov2013-04-091-18/+12
* vsrc_movie: switch to an AVOptions-based system.Anton Khirnov2013-04-091-22/+10
* vsrc_nullsrc: switch to an AVOptions-based system.Anton Khirnov2013-04-091-21/+20
* vsrc_color: switch to an AVOptions-based system.Anton Khirnov2013-04-091-11/+27
* split: switch to an AVOptions-based system.Anton Khirnov2013-04-091-11/+37
* af_volume: switch to an AVOptions-based system.Anton Khirnov2013-04-091-11/+2
* af_join: switch to an AVOptions-based system.Anton Khirnov2013-04-091-8/+11
* af_channelsplit: switch to an AVOptions-based system.Anton Khirnov2013-04-091-7/+1
* af_channelmap: switch to an AVOptions-based system.Anton Khirnov2013-04-091-23/+18
* af_asyncts: switch to an AVOptions-based system.Anton Khirnov2013-04-091-10/+1
* af_amix: switch to an AVOptions-based system.Anton Khirnov2013-04-091-10/+2
* vf_yadif: switch to an AVOptions-based system.Anton Khirnov2013-04-092-19/+22
OpenPOWER on IntegriCloud