213 Commits (18c9d5d3e80dc0b47e0a260b51f5230bdd499e8b)

Author SHA1 Message Date
  Kieran Kunhya 4cca2f74f2 vf_drawtext: Fix memory leak 8 years ago
  Steven Liu 90096e42e1 avfilter:vf_drawtext: add new line space size set parameter 8 years ago
  Nicolas George 183ce55b0d lavfi: split frame_count between input and output. 8 years ago
  Diego Biurrun 8ddfa5ae5e vf_drawtext: Drop wrong void* cast 9 years ago
  Alex Agranovsky 88db6c2890 avfilter/vf_drawtext: fixed default/flt formatting ignoring offset parameter 8 years ago
  Diego Biurrun 85baef4ff1 vf_drawtext: Move static keyword to beginning of variable declaration 9 years ago
  Paul B Mahol 9d16e46d9e avfilter/drawutils: allow drawing opaque text on transparent background 8 years ago
  Michael Niedermayer 2e67a99fbc avfilter/vf_drawtext: Check return code of load_glyph() 9 years ago
  Tobias Rapp ee104580c5 avfilter/vf_drawtext: add optional default value to metadata function 9 years ago
  Carl Eugen Hoyos ae9f2e6f28 lavfi/drawtext: Fix microsecond display. 9 years ago
  Ganesh Ajjanagadde ff1442a51d lavfi/vf_drawtext: replace round by llrint 9 years ago
  Clément Bœsch d3dbae1c71 lavfi/drawtext: fix shadow[xy] descriptions 9 years ago
  Clément Bœsch 1d6308dbc6 lavfi/drawtext: hide first font load warning when fontconfig is present 9 years ago
  Clément Bœsch 4cb26c3c35 lavfi/drawtext: fix crash when no text, file or timecode provided 9 years ago
  Ganesh Ajjanagadde 7c8fcbbde3 avutil/tree: add additional const qualifier to the comparator 9 years ago
  Ganesh Ajjanagadde 4c96985af1 all: remove some casts of function pointer to void * 9 years ago
  Alex Agranovsky cf28490e56 avfilter/drawtext: allow to format pts with strftime 9 years ago
  Clément Bœsch 1cab6a33cd avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few options 9 years ago
  Luca Barbato 98c9ade985 drawtext: Move the strftime expansion in a separate function 9 years ago
  Luca Barbato fe026ba960 drawtext: Drop stray guards 9 years ago
  Luca Barbato 9b2c57bef5 drawtext: Add an alpha option 10 years ago
  Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
  Ivan Efimov 2051b401cc avfilter/drawtext: fix frame mem leak 10 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
  Marton Balint c84b75c89c vf_drawtext: add support for setting box border width 10 years ago
  Michael Niedermayer ee7b5d4ef8 avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as int 10 years ago
  Михаил Муковников 71f29410e7 lavfi: Increase drawtext font size limits 10 years ago
  Michael Niedermayer 013c3eb05c avfilter/vf_drawtext: use gm_time_r() for thread saftey 10 years ago
  Martin Storsjö 6b9b42cc55 drawtext: Remove the ifdef for localtime_r 10 years ago
  Luca Barbato f401792595 vf_drawtext: Do not leak the mmapped textfile 10 years ago
  James Almer 59d8050df1 avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruft 10 years ago
  Karl Kiniger 903156aa8a vf_drawtext: add missing clear of pointers after av_expr_free() 10 years ago
  Reimar Döffinger 6d7aa437e1 vf_drawtext: move "static const" before "struct". 10 years ago
  Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
  Andrey Utkin cb8cb85da7 lavfi/drawtext: add alias "expr_int_format" to expansion function "eif" 10 years ago
  Andrey Utkin e9ff5df0b5 lavfi/drawtext: add fontcolor_expr option 11 years ago
  Andrey Utkin dec87454de lavfi/drawtext: add expansion function eif() 11 years ago
  Marc Jeffreys a0b71e9f3e avfilter/drawtext: Add basic text shaping using libfribidi 11 years ago
  Michael Niedermayer 576ced5530 avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include <unistd.h> 11 years ago
  Stefano Sabatini 85eabd748b lavfi/drawtext: do not allocate FT_Glyph, but keep it in the Glyph structure 11 years ago
  Leandro Santiago 4582e1162a avfilter/vf_drawtext: fix resource leak 11 years ago
  Andrey Utkin 3bb4d26a5d drawtext: drop unused draw_glyphs() arg "rgbcolor" 11 years ago
  Nicolas George 41334fcab4 lavfi/drawtext: allow to format pts as HH:MM:SS.mmm. 11 years ago
  Michael Niedermayer 6956b048d8 avfilter/vf_drawtext: fix resource leaks 11 years ago
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Luca Barbato f1b239ec8b drawtext: Add fontconfig support 11 years ago
  Matt Oliver 3e309c5d18 Fix compilation with msvc/icl due to missing header and define. 11 years ago
  Andrey Utkin 6d7119dbd2 lavfi/drawtext: fix reinit command 11 years ago
  Ramiro Polla 78a9f185eb lavfi/drawtext: add option for drawing border around text 11 years ago
  Ramiro Polla 222fb8276d lavfi/drawtext: get bitmap from glyph in a separate step 11 years ago