summaryrefslogtreecommitdiff
path: root/libavfilter/vf_setpts.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-05
* | vf_setpts: remove mathematical constants now redundant.Nicolas George2011-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-28
* | In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-30
|/
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-02