summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_overlay.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-1/+1
|\ \ | |/
| * Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* | lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame...Stefano Sabatini2012-02-171-12/+28
* | overlay: do not leak x/y expressions.Nicolas George2012-01-151-0/+2
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* | Make another PixelFormat list const.Reimar Döffinger2011-11-051-1/+1
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-051-1/+1
* | vf_overlay: adopts FAST_DIV255 macro for calculating destination alphaStefano Sabatini2011-11-021-1/+2
* | vf_overlay: add support to alpha pre-multiplication in the RGBA pathStefano Sabatini2011-10-311-0/+29
* | vf_overlay: enable RGB pathStefano Sabatini2011-10-311-18/+103
* | vf_overlay: use opt.h API for setting optionsStefano Sabatini2011-10-301-6/+48
* | vf_overlay: remove mathematical constants now redundant.Nicolas George2011-10-131-10/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+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
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
|/
* Fix timestamp scaling in the overlay filter.Stefano Sabatini2010-11-251-3/+2
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-211-0/+381
OpenPOWER on IntegriCloud