summaryrefslogtreecommitdiff
path: root/libavfilter/vf_settb.c
Commit message (Expand)AuthorAge
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* vf_settb: simplify start_frame().Anton Khirnov2012-07-20
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Implement settb filter.Stefano Sabatini2010-10-11