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
*
vf_drawtext: don't leak the expressions.
Anton Khirnov
2013-05-17
1
-0
/
+8
*
vf_drawtext: do not reset the frame number in config_input.
Anton Khirnov
2013-05-17
1
-1
/
+0
*
vf_drawtext: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-156
/
+156
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
1
-1
/
+1
*
vf_drawtext: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-51
/
+37
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-30
/
+28
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-2
/
+0
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-31
/
+7
*
vf_drawtext: do not use deprecated av_tree_node_size
Anton Khirnov
2012-11-02
1
-1
/
+1
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-1
/
+1
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-14
/
+26
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-8
/
+8
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-6
/
+6
*
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-15
/
+15
*
Add more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-16
1
-0
/
+1
*
lavfi: add error handling to end_frame().
Anton Khirnov
2012-07-22
1
-3
/
+6
*
lavfi: add error handling to draw_slice().
Anton Khirnov
2012-07-22
1
-1
/
+4
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
1
-7
/
+9
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-14
/
+14
*
lavfi: unref AVFilterLink.cur_buf in ff_end_frame().
Anton Khirnov
2012-07-20
1
-1
/
+0
*
vf_drawtext: don't give up its own reference to the input buffer.
Anton Khirnov
2012-07-20
1
-1
/
+4
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-1
/
+1
*
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
[next]