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
2016-09-21avfilter/drawutils: allow drawing opaque text on transparent backgroundPaul B Mahol
2016-04-24avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer
2016-04-13avfilter/vf_drawtext: add optional default value to metadata functionTobias Rapp
2016-01-04lavfi/drawtext: Fix microsecond display.Carl Eugen Hoyos
2015-12-21lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde
2015-12-21lavfi/drawtext: fix shadow[xy] descriptionsClément Bœsch
2015-12-21lavfi/drawtext: hide first font load warning when fontconfig is presentClément Bœsch
2015-12-21lavfi/drawtext: fix crash when no text, file or timecode providedClément Bœsch
2015-10-25avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde
2015-10-24all: remove some casts of function pointer to void *Ganesh Ajjanagadde
2015-10-12avfilter/drawtext: allow to format pts with strftimeAlex Agranovsky
2015-09-09avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few optionsClément Bœsch
2015-04-21Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'Michael Niedermayer
2015-04-21drawtext: Add an alpha optionLuca Barbato
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-14avfilter/drawtext: fix frame mem leakIvan Efimov
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-31vf_drawtext: add support for setting box border widthMarton Balint
2015-03-08avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as...Michael Niedermayer
2014-12-07lavfi: Increase drawtext font size limitsМихаил Муковников
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