30 Commits (5ed032fb8b34d5655b606c20bcc238116f96e816)

Author SHA1 Message Date
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
  Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
  Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
  Andrey Utkin e496c45d9b drawtext: add 'fix_bounds' option on coords fixing 13 years ago
  Andrey Utkin 2b43dfce36 drawtext: fix text_{w, h} expression vars 13 years ago
  Andrey Utkin e7f0bc8c0f drawtext: add missing braces around an if() block. 13 years ago
  Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago
  Luca Barbato 78212cefe1 drawtext: remove typo 13 years ago
  Luca Barbato f5edfc9e92 drawtext: introduce rand(min, max) 13 years ago
  Luca Barbato 73585620b8 drawtext: introduce explicit draw/hide variable 13 years ago
  Luca Barbato 2cf74eca70 drawtext: make x and y parametric 13 years ago
  Luca Barbato ec11ff8407 drawtext: manage memory allocation better 13 years ago
  Luca Barbato a2fb4bcb01 drawtext: refactor draw_text 13 years ago
  Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
  Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
  Anton Khirnov 79eff91325 AVOptions: deprecate av_opt_set_defaults2 13 years ago
  Diego Biurrun 965fdda015 vf_drawtext: Remove some write-only variables. 14 years ago
  Stefano Sabatini 702a62a1c6 drawtext: add braces around initialisers for option defaults 14 years ago
  Stefano Sabatini 53a715f576 drawtext: reindent after the previous commit 14 years ago
  Stefano Sabatini 3fd53defaa drawtext: fix strftime() text expansion 14 years ago
  Diego Biurrun 5ac4952a58 vf_drawtext: Replace FFmpeg by Libav in license boilerplate. 14 years ago
  Michael Niedermayer c5420f100f drawtext: add shadow support. 14 years ago
  Michael Niedermayer e73127a443 drawtext: factor draw_glyphs. 14 years ago
  Michael Niedermayer a5b81c317e drawtext: fix and optimize yuv blend. 14 years ago
  Michael Niedermayer 3953a88014 drawtext: get rid of divisions in the inner loop. 14 years ago
  Michael Niedermayer e74bf3f368 drawtext: simplify chroma blend and fix chroma alpha. 14 years ago
  Stefano Sabatini a5b64584f3 lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo 14 years ago