index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_drawtext.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: make AVFilterPad opaque after two major bumps.
Anton Khirnov
2012-06-13
1
-0
/
+1
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-3
/
+3
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-1
/
+2
*
lavfi: remove avfilter_null_* from public API on next bump.
Anton Khirnov
2012-05-22
1
-1
/
+2
*
Mark mutable static data const where appropriate.
Alex Converse
2012-02-21
1
-3
/
+3
*
drawtext: add 'fix_bounds' option on coords fixing
Andrey Utkin
2012-02-06
1
-6
/
+11
*
drawtext: fix text_{w, h} expression vars
Andrey Utkin
2012-02-06
1
-0
/
+2
*
drawtext: add missing braces around an if() block.
Andrey Utkin
2012-02-05
1
-2
/
+4
*
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-12-30
1
-1
/
+1
*
drawtext: remove typo
Luca Barbato
2011-12-07
1
-1
/
+1
*
drawtext: introduce rand(min, max)
Luca Barbato
2011-12-07
1
-7
/
+27
*
drawtext: introduce explicit draw/hide variable
Luca Barbato
2011-12-07
1
-1
/
+10
*
drawtext: make x and y parametric
Luca Barbato
2011-12-03
1
-8
/
+125
*
drawtext: manage memory allocation better
Luca Barbato
2011-12-03
1
-132
/
+132
*
drawtext: refactor draw_text
Luca Barbato
2011-12-03
1
-21
/
+46
*
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-11-02
1
-1
/
+1
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-29
/
+29
*
AVOptions: deprecate av_opt_set_defaults2
Anton Khirnov
2011-09-07
1
-1
/
+1
*
vf_drawtext: Remove some write-only variables.
Diego Biurrun
2011-07-07
1
-15
/
+2
*
drawtext: add braces around initialisers for option defaults
Stefano Sabatini
2011-06-20
1
-29
/
+29
*
drawtext: reindent after the previous commit
Stefano Sabatini
2011-06-20
1
-20
/
+20
*
drawtext: fix strftime() text expansion
Stefano Sabatini
2011-06-20
1
-18
/
+27
*
vf_drawtext: Replace FFmpeg by Libav in license boilerplate.
Diego Biurrun
2011-05-31
1
-4
/
+4
*
drawtext: add shadow support.
Michael Niedermayer
2011-05-07
1
-6
/
+33
*
drawtext: factor draw_glyphs.
Michael Niedermayer
2011-05-07
1
-27
/
+41
*
drawtext: fix and optimize yuv blend.
Michael Niedermayer
2011-05-07
1
-4
/
+6
*
drawtext: get rid of divisions in the inner loop.
Michael Niedermayer
2011-05-07
1
-8
/
+8
*
drawtext: simplify chroma blend and fix chroma alpha.
Michael Niedermayer
2011-05-07
1
-3
/
+2
*
lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
Stefano Sabatini
2011-05-07
1
-0
/
+672