43 Commits (c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4)

Author SHA1 Message Date
  Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
  Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
  Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
  Martin Storsjö 33e112847d Add more missing includes after removing the implicit common.h 12 years ago
  Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
  Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 13 years ago
  Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
  Anton Khirnov 7155763b78 vf_drawtext: don't give up its own reference to the input buffer. 13 years ago
  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