Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-09vf_overlay: implement poll_frame()Anton Khirnov
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-17lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame...Stefano Sabatini
2012-01-15overlay: do not leak x/y expressions.Nicolas George
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-11-05Make another PixelFormat list const.Reimar Döffinger
2011-11-05Add const to static arrays where it was forgotten.Reimar Döffinger
2011-11-03vf_overlay: adopts FAST_DIV255 macro for calculating destination alphaStefano Sabatini
2011-10-31vf_overlay: add support to alpha pre-multiplication in the RGBA pathStefano Sabatini
2011-10-31vf_overlay: enable RGB pathStefano Sabatini
2011-10-31vf_overlay: use opt.h API for setting optionsStefano Sabatini
2011-10-13vf_overlay: remove mathematical constants now redundant.Nicolas George
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-11-26Fix timestamp scaling in the overlay filter.Stefano Sabatini
2010-11-21Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini