summaryrefslogtreecommitdiff
path: root/libavfilter/vf_overlay.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21
* | lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame...Stefano Sabatini2012-02-17
* | overlay: do not leak x/y expressions.Nicolas George2012-01-15
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | Make another PixelFormat list const.Reimar Döffinger2011-11-05
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-05
* | vf_overlay: adopts FAST_DIV255 macro for calculating destination alphaStefano Sabatini2011-11-02
* | vf_overlay: add support to alpha pre-multiplication in the RGBA pathStefano Sabatini2011-10-31
* | vf_overlay: enable RGB pathStefano Sabatini2011-10-31
* | vf_overlay: use opt.h API for setting optionsStefano Sabatini2011-10-30
* | vf_overlay: 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
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
|/
* Fix timestamp scaling in the overlay filter.Stefano Sabatini2010-11-25
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-21