summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-07
|\
| * AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* | vf_drawtext: always use expanded_text as we always support strftime() now and...Michael Niedermayer2011-09-05
* | vf_drawtext: make strftime work without localtime_r()Michael Niedermayer2011-09-05
* | vf_drawtext: Fix reinit to allow color changes.Michael Niedermayer2011-09-04
* | vf_drawtext: add basetime argument to allow specifying the wall clock time of...Michael Niedermayer2011-08-30
* | vf_drawtext: fix segfault on reinitMichael Niedermayer2011-08-30
* | drawtext: Support changing parameters through reinit command at runtime.Michael Niedermayer2011-08-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-08
|\|
| * vf_drawtext: Remove some write-only variables.Diego Biurrun2011-07-07
| * drawtext: add braces around initialisers for option defaultsStefano Sabatini2011-06-20
| * drawtext: reindent after the previous commitStefano Sabatini2011-06-20
| * drawtext: fix strftime() text expansionStefano Sabatini2011-06-20
| * vf_drawtext: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-05-31
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | drawtext: specify union type for setting default optionsStefano Sabatini2011-05-16
* | drawtext: reindent after the previous commitStefano Sabatini2011-05-16
* | drawtext: fix strftime() text expansionStefano Sabatini2011-05-16
|/
* drawtext: add shadow support.Michael Niedermayer2011-05-07
* drawtext: factor draw_glyphs.Michael Niedermayer2011-05-07
* drawtext: fix and optimize yuv blend.Michael Niedermayer2011-05-07
* drawtext: get rid of divisions in the inner loop.Michael Niedermayer2011-05-07
* drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer2011-05-07
* lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-07