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
*
drawtext: Move the strftime expansion in a separate function
Luca Barbato
2015-08-02
1
-17
/
+29
*
drawtext: Drop stray guards
Luca Barbato
2015-08-02
1
-5
/
+1
*
drawtext: Add an alpha option
Luca Barbato
2015-04-21
1
-10
/
+38
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-1
/
+1
*
lavfi: Increase drawtext font size limits
Михаил Муковников
2014-12-07
1
-1
/
+1
*
drawtext: Remove the ifdef for localtime_r
Martin Storsjö
2014-10-26
1
-3
/
+1
*
vf_drawtext: Do not leak the mmapped textfile
Luca Barbato
2014-10-18
1
-1
/
+4
*
lavfi: name anonymous structs
Vittorio Giovara
2014-04-19
1
-2
/
+2
*
drawtext: Add fontconfig support
Luca Barbato
2014-04-17
1
-4
/
+96
*
drawtext: Drop pointless header
Luca Barbato
2014-01-06
1
-1
/
+0
*
lavfi: do not export the filters from shared objects
Anton Khirnov
2013-10-28
1
-1
/
+1
*
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
[next]