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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-08avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as...Michael Niedermayer
2014-11-02avfilter/vf_drawtext: use gm_time_r() for thread safteyMichael Niedermayer
2014-10-26Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6'Michael Niedermayer
2014-10-26drawtext: Remove the ifdef for localtime_rMartin Storsjö
2014-10-18Merge commit 'f401792595dd7760f531e8a3bd2336e9033bd45a'Michael Niedermayer
2014-10-18vf_drawtext: Do not leak the mmapped textfileLuca Barbato
2014-10-12avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruftJames Almer
2014-10-12vf_drawtext: add missing clear of pointers after av_expr_free()Karl Kiniger
2014-08-31vf_drawtext: move "static const" before "struct".Reimar Döffinger
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-07-18lavfi/drawtext: add alias "expr_int_format" to expansion function "eif"Andrey Utkin
2014-07-17lavfi/drawtext: add fontcolor_expr optionAndrey Utkin
2014-07-17lavfi/drawtext: add expansion function eif()Andrey Utkin
2014-07-16avfilter/drawtext: Add basic text shaping using libfribidiMarc Jeffreys
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