summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_setpts.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* vf_setpts: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+20
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-7/+4
* avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-251-0/+7
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-17/+14
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-9/+21
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-2/+5
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-9/+9
* 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: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+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-1/+2
* 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 the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-281-2/+2
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-3/+3
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-021-0/+157
OpenPOWER on IntegriCloud