summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_settb.c
Commit message (Expand)AuthorAgeFilesLines
* vf_settb: switch to an AVOptions-based system.Anton Khirnov2013-04-091-13/+18
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-1/+1
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-8/+6
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-11/+23
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+4
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-2/+2
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-11/+11
* vf_settb: simplify start_frame().Anton Khirnov2012-07-201-7/+6
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-1/+1
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-2/+3
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-1/+1
* Implement settb filter.Stefano Sabatini2010-10-111-0/+141
OpenPOWER on IntegriCloud