summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov2012-04-16
* graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov2012-04-15
* vsrc_buffer: fix check from 7ae7c41.Anton Khirnov2012-04-14
* avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-14
* graphparser: allow specifying sws flags in the graph description.Anton Khirnov2012-04-14
* graphparser: fix the order of connecting unlabeled links.Anton Khirnov2012-04-14
* graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-14
* vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov2012-04-14
* vf_overlay: implement poll_frame()Anton Khirnov2012-04-09
* vf_scale: support named constants for sws flags.Anton Khirnov2012-04-09
* vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov2012-04-05
* vf_unsharp: Mark readonly variable as const.Diego Biurrun2012-04-04
* vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov2012-04-01
* vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-01
* avfiltergraph: try to reduce format conversions in filters.Anton Khirnov2012-04-01
* avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-01
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-26
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-13
* yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau2012-02-09
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-09
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin2012-02-06
* drawtext: fix text_{w, h} expression varsAndrey Utkin2012-02-06
* drawtext: add missing braces around an if() block.Andrey Utkin2012-02-05
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun2012-01-25
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-25
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
* lavfi: move version macros to a new installed header version.hAnton Khirnov2012-01-12
* vsrc_buffer: release the buffer on uninit.Anton Khirnov2012-01-12
* vsrc_buffer: error on changing frame parameters.Anton Khirnov2012-01-10
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* Disable annoying warning without changing behaviorAndrey Utkin2012-01-07
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov2011-12-25
* lavfi: add a new function av_buffersrc_buffer().Anton Khirnov2011-12-25
* lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-25
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
* allfilters: fix type of avfilter_vsrc_buffer.Anton Khirnov2011-12-23
* lavfi: always build vsrc_buffer.Anton Khirnov2011-12-22
* yadif: support 10bit YUVLuca Barbato2011-12-13
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* lavfi: install libavfilter/vsrc_buffer.hAndrey Utkin2011-12-11
* drawtext: remove typoLuca Barbato2011-12-07
* drawtext: introduce rand(min, max)Luca Barbato2011-12-07
* drawtext: introduce explicit draw/hide variableLuca Barbato2011-12-07
* drawtext: make x and y parametricLuca Barbato2011-12-03