summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2012-05-093-33/+18
* lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_ge...Stefano Sabatini2012-05-091-64/+18
* lavfi: cleanup avfilter_get_audio_buffer() and pals.Stefano Sabatini2012-05-093-32/+33
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays().Stefano Sabatini2012-05-092-0/+86
* lavfi: add extended_data to AVFilterBuffer.Anton Khirnov2012-05-093-0/+67
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-094-0/+163
* lavfi: add a function for copying properties from AVFilterBufferRef->AVFrameAnton Khirnov2012-05-092-0/+38
* lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov2012-05-073-13/+15
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-071-1/+1
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-2/+7
* vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy2012-05-071-0/+4
* lavfi: support audio in avfilter_copy_frame_props().Anton Khirnov2012-05-071-10/+17
* lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki2012-05-071-0/+3
* lavfi/formats: use sizeof(var) instead of sizeof(type).Anton Khirnov2012-05-061-7/+7
* lavfi: remove avfilter_default_config_input_link() declarationStefano Sabatini2012-05-061-3/+0
* lavfi: always enable the scale filter and depend on sws.Anton Khirnov2012-05-062-5/+8
* vf_split: support user-specifiable number of outputs.Anton Khirnov2012-05-061-13/+55
* vsrc_buffer: return EAGAIN if no frame is available.Nicolas George2012-05-051-3/+1
* graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov2012-04-161-2/+3
* graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov2012-04-151-1/+1
* vsrc_buffer: fix check from 7ae7c41.Anton Khirnov2012-04-141-1/+1
* avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-143-16/+34
* graphparser: allow specifying sws flags in the graph description.Anton Khirnov2012-04-141-0/+29
* graphparser: fix the order of connecting unlabeled links.Anton Khirnov2012-04-141-3/+7
* graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-142-39/+141
* vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov2012-04-142-1/+20
* vf_overlay: implement poll_frame()Anton Khirnov2012-04-091-1/+14
* vf_scale: support named constants for sws flags.Anton Khirnov2012-04-091-1/+10
* vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov2012-04-051-1/+1
* vf_unsharp: Mark readonly variable as const.Diego Biurrun2012-04-041-2/+2
* vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov2012-04-011-30/+42
* vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-011-5/+20
* avfiltergraph: try to reduce format conversions in filters.Anton Khirnov2012-04-011-1/+47
* avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-013-1/+27
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-261-2/+0
* Mark mutable static data const where appropriate.Alex Converse2012-02-2111-13/+13
* Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-132-2/+2
* yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau2012-02-091-4/+4
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-1/+0
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-083-3/+6
* drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin2012-02-061-6/+11
* drawtext: fix text_{w, h} expression varsAndrey Utkin2012-02-061-0/+2
* drawtext: add missing braces around an if() block.Andrey Utkin2012-02-051-2/+4
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-274-4/+0
* build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun2012-01-251-2/+0
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-251-2/+0
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-141-1/+1
* lavfi: move version macros to a new installed header version.hAnton Khirnov2012-01-123-13/+46
* vsrc_buffer: release the buffer on uninit.Anton Khirnov2012-01-121-0/+9
* vsrc_buffer: error on changing frame parameters.Anton Khirnov2012-01-101-0/+10
OpenPOWER on IntegriCloud