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
2014-07-08avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer
2014-07-05lavfi/drawtext: do not allocate FT_Glyph, but keep it in the Glyph structureStefano Sabatini
2014-07-03avfilter/vf_drawtext: fix resource leakLeandro Santiago
2014-06-22drawtext: drop unused draw_glyphs() arg "rgbcolor"Andrey Utkin
2014-04-29lavfi/drawtext: allow to format pts as HH:MM:SS.mmm.Nicolas George
2014-04-27avfilter/vf_drawtext: fix resource leaksMichael Niedermayer
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-04-17Merge commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432'Michael Niedermayer
2014-04-17drawtext: Add fontconfig supportLuca Barbato
2014-02-03Fix compilation with msvc/icl due to missing header and define.Matt Oliver
2014-02-02lavfi/drawtext: fix reinit commandAndrey Utkin
2014-01-25lavfi/drawtext: add option for drawing border around textRamiro Polla
2014-01-25lavfi/drawtext: get bitmap from glyph in a separate stepRamiro Polla
2014-01-06drawtext: Drop pointless headerLuca Barbato
2013-12-08configure: Special case libfreetype testAlexander Strasser
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-07avfilter/vf_drawtext: remove dead initializationPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-09-03lavfi/drawtext: add generic timeline interface and deprecate "draw".Clément Bœsch
2013-07-09lavfi/drawtext: add support for printing frame metadataPaul B Mahol
2013-06-19add the start_number offset to var_values[VAR_N] directly, instead of adding ...Mark Visser
2013-06-15added start_number parameter to drawtext to permit an offset to n/frame_num varMark Visser
2013-05-24avfilter/vf_drawtext: Fix doxygen commentMichael Niedermayer
2013-05-17lavfi/drawtext: switch to AV_OPT_TYPE_COLORPaul B Mahol
2013-05-17Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer
2013-05-17Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b'Michael Niedermayer
2013-05-17vf_drawtext: don't leak the expressions.Anton Khirnov
2013-05-17vf_drawtext: do not reset the frame number in config_input.Anton Khirnov
2013-05-16Merge commit 'c0279956b3ca3e5fd0a6a25253893d6f07000e68'Michael Niedermayer
2013-05-16vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov
2013-04-23avfilter/drawtext: add pict_type supportMichael Niedermayer
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-15lavfi/drawtext: make options array more readable.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-10Merge commit '8ec464c61c46a5d088b43d24e384d6c37b7ef14a'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_drawtext: switch to an AVOptions-based system.Anton Khirnov
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-26lavfi/vf_drawtext: default to expansion=normal.Nicolas George
2012-12-06lavfi/drawtext: make use of outlink variable in filter_frame()Stefano Sabatini
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-04lavfi/drawtext: add the reload option.Nicolas George
2012-11-28vf_drawtext: switch to filter_frame, this filter did not support slicesMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov