Commit History

Author SHA1 Message Date
  Stefano Sabatini 103cb461b0 vf_drawtext: select YUV color for drawbox() in case YUV colorspace is used 12 years ago
  Michael Niedermayer 8e2bab5d4b Merge remote-tracking branch 'qatar/master' 12 years ago
  Luca Barbato 78212cefe1 drawtext: remove typo 12 years ago
  Luca Barbato f5edfc9e92 drawtext: introduce rand(min, max) 12 years ago
  Luca Barbato 73585620b8 drawtext: introduce explicit draw/hide variable 12 years ago
  Michael Niedermayer dda3d716d6 vf_drawtext: support W/H parameters to reduce UI differences to qatar 12 years ago
  Michael Niedermayer f88d5df383 vf_drawtext: cosmetics to reduce diff to qatar 12 years ago
  Michael Niedermayer 297422b338 vf_drawtext: Add main_w/h to improve compatibility with the modified UI 12 years ago
  Luca Barbato 2cf74eca70 drawtext: make x and y parametric 12 years ago
  Luca Barbato ec11ff8407 drawtext: manage memory allocation better 12 years ago
  Luca Barbato a2fb4bcb01 drawtext: refactor draw_text 12 years ago
  Clément Bœsch 2f0f9a87d0 Fix various if parenthesis misplacements. 12 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 12 years ago
  Reimar Döffinger d78473334e Add const to static arrays where it was forgotten. 12 years ago
  Michael Niedermayer 988f585fcb Merge remote-tracking branch 'qatar/master' 12 years ago
  Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 12 years ago
  Nicolas George a2af901295 vf_drawtext: remove mathematical constants now redundant. 12 years ago
  Michael Niedermayer f884ef00de Merge remote-tracking branch 'qatar/master' 12 years ago
  Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 12 years ago
  Stefano Sabatini 9921613e82 vf_drawtext: apply misc style fixes 12 years ago
  Stefano Sabatini 80daa247d8 vf_drawtext: do not reset "n" variable to 0 in case the filter is reinited 13 years ago
  Stefano Sabatini 87f5e79732 vf_drawtext: use ctx for expressing outlink and dtext in end_frame 13 years ago
  Stefano Sabatini 3de684206e vf_drawtext: perform misc cosmetics changes to uninit 13 years ago
  Stefano Sabatini 275516f87c vf_drawtext: set string defaults in the options array 13 years ago
  Stefano Sabatini 482ce0ce4e vf_drawtext: make x and y options parametric 13 years ago
  Stefano Sabatini 163854bca0 vf_drawtext: drop text wrapping feature 13 years ago
  Stefano Sabatini b87d4c2b9f vf_drawtext: do not set limitations on fontsize 13 years ago
  Stefano Sabatini 3a87dce6bf vf_drawtext: remove useless and misnamed intermediary "baseline" variable in draw_text() 13 years ago
  Stefano Sabatini 500b3210da vf_drawtext: fix background box coloring with RGB formats != RGBA 13 years ago
  Stefano Sabatini db56a7507e vf_drawtext: prefer int over unsigned int 13 years ago
  Michael Niedermayer f1b5693027 Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov 79eff91325 AVOptions: deprecate av_opt_set_defaults2 13 years ago
  Michael Niedermayer 845383c358 vf_drawtext: always use expanded_text as we always support strftime() now and dont depend on localtime_r() anymore 13 years ago
  Michael Niedermayer 038a465efc vf_drawtext: make strftime work without localtime_r() 13 years ago
  Michael Niedermayer b881a2e254 vf_drawtext: Fix reinit to allow color changes. 13 years ago
  Michael Niedermayer 595cfdef97 vf_drawtext: add basetime argument to allow specifying the wall clock time of PTS=0 13 years ago
  Michael Niedermayer 3016c7f543 vf_drawtext: fix segfault on reinit 13 years ago
  Michael Niedermayer f782ce3b4d drawtext: Support changing parameters through reinit command at runtime. 13 years ago
  Michael Niedermayer 5d1b39f7e7 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun 965fdda015 vf_drawtext: Remove some write-only variables. 13 years ago
  Stefano Sabatini 702a62a1c6 drawtext: add braces around initialisers for option defaults 13 years ago
  Stefano Sabatini 53a715f576 drawtext: reindent after the previous commit 13 years ago
  Stefano Sabatini 3fd53defaa drawtext: fix strftime() text expansion 13 years ago
  Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 13 years ago
  Diego Biurrun 5ac4952a58 vf_drawtext: Replace FFmpeg by Libav in license boilerplate. 13 years ago
  Stefano Sabatini d8c7a21602 drawtext: specify union type for setting default options 13 years ago
  Stefano Sabatini e8ea9c2179 drawtext: reindent after the previous commit 13 years ago
  Stefano Sabatini ce207e050e drawtext: fix strftime() text expansion 13 years ago
  Michael Niedermayer c5420f100f drawtext: add shadow support. 13 years ago
  Michael Niedermayer e73127a443 drawtext: factor draw_glyphs. 13 years ago