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
*
Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'
Michael Niedermayer
2015-04-21
1
-5
/
+46
|
\
|
*
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
*
|
avfilter/drawtext: fix frame mem leak
Ivan Efimov
2015-04-14
1
-2
/
+6
*
|
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-2
/
+1
*
|
vf_drawtext: add support for setting box border width
Marton Balint
2015-03-31
1
-1
/
+4
*
|
avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as...
Michael Niedermayer
2015-03-08
1
-1
/
+1
*
|
avfilter/vf_drawtext: use gm_time_r() for thread saftey
Michael Niedermayer
2014-11-02
1
-1
/
+1
*
|
Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6'
Michael Niedermayer
2014-10-26
1
-7
/
+1
|
\
\
|
|
/
|
*
drawtext: Remove the ifdef for localtime_r
Martin Storsjö
2014-10-26
1
-3
/
+1
*
|
Merge commit 'f401792595dd7760f531e8a3bd2336e9033bd45a'
Michael Niedermayer
2014-10-18
1
-1
/
+1
|
\
\
|
|
/
|
*
vf_drawtext: Do not leak the mmapped textfile
Luca Barbato
2014-10-18
1
-1
/
+4
*
|
avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruft
James Almer
2014-10-12
1
-44
/
+0
*
|
vf_drawtext: add missing clear of pointers after av_expr_free()
Karl Kiniger
2014-10-11
1
-0
/
+2
*
|
vf_drawtext: move "static const" before "struct".
Reimar Döffinger
2014-08-31
1
-2
/
+2
*
|
Add missing "const" all over the place.
Reimar Döffinger
2014-08-29
1
-1
/
+1
*
|
lavfi/drawtext: add alias "expr_int_format" to expansion function "eif"
Andrey Utkin
2014-07-18
1
-1
/
+2
*
|
lavfi/drawtext: add fontcolor_expr option
Andrey Utkin
2014-07-17
1
-5
/
+21
*
|
lavfi/drawtext: add expansion function eif()
Andrey Utkin
2014-07-17
1
-0
/
+62
*
|
avfilter/drawtext: Add basic text shaping using libfribidi
Marc Jeffreys
2014-07-16
1
-6
/
+117
*
|
avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include <unistd.h>
Michael Niedermayer
2014-07-08
1
-0
/
+2
*
|
lavfi/drawtext: do not allocate FT_Glyph, but keep it in the Glyph structure
Stefano Sabatini
2014-07-05
1
-11
/
+9
*
|
avfilter/vf_drawtext: fix resource leak
Leandro Santiago
2014-07-03
1
-4
/
+7
*
|
drawtext: drop unused draw_glyphs() arg "rgbcolor"
Andrey Utkin
2014-06-22
1
-4
/
+4
*
|
lavfi/drawtext: allow to format pts as HH:MM:SS.mmm.
Nicolas George
2014-04-29
1
-2
/
+35
*
|
avfilter/vf_drawtext: fix resource leaks
Michael Niedermayer
2014-04-27
1
-1
/
+5
*
|
Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'
Michael Niedermayer
2014-04-19
1
-2
/
+2
|
\
\
|
|
/
|
*
lavfi: name anonymous structs
Vittorio Giovara
2014-04-19
1
-2
/
+2
*
|
Merge commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432'
Michael Niedermayer
2014-04-17
1
-38
/
+68
|
\
\
|
|
/
|
*
drawtext: Add fontconfig support
Luca Barbato
2014-04-17
1
-4
/
+96
|
*
drawtext: Drop pointless header
Luca Barbato
2014-01-06
1
-1
/
+0
*
|
Fix compilation with msvc/icl due to missing header and define.
Matt Oliver
2014-02-03
1
-1
/
+3
*
|
lavfi/drawtext: fix reinit command
Andrey Utkin
2014-02-02
1
-0
/
+2
*
|
lavfi/drawtext: add option for drawing border around text
Ramiro Polla
2014-01-25
1
-8
/
+45
*
|
lavfi/drawtext: get bitmap from glyph in a separate step
Ramiro Polla
2014-01-25
1
-4
/
+10
*
|
configure: Special case libfreetype test
Alexander Strasser
2013-12-08
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
|
\
\
|
|
/
|
*
lavfi: do not export the filters from shared objects
Anton Khirnov
2013-10-28
1
-1
/
+1
*
|
avfilter/vf_drawtext: remove dead initialization
Paul B Mahol
2013-10-07
1
-1
/
+1
*
|
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-11
/
+10
*
|
avfilter: remove redundant .get_(audio/video)_buffer initializations
Paul B Mahol
2013-09-07
1
-1
/
+0
*
|
lavfi/drawtext: add generic timeline interface and deprecate "draw".
Clément Bœsch
2013-09-03
1
-3
/
+35
*
|
lavfi/drawtext: add support for printing frame metadata
Paul B Mahol
2013-07-09
1
-0
/
+14
*
|
add the start_number offset to var_values[VAR_N] directly, instead of adding ...
Mark Visser
2013-06-18
1
-2
/
+2
*
|
added start_number parameter to drawtext to permit an offset to n/frame_num var
Mark Visser
2013-06-14
1
-1
/
+3
*
|
avfilter/vf_drawtext: Fix doxygen comment
Michael Niedermayer
2013-05-24
1
-1
/
+1
*
|
lavfi/drawtext: switch to AV_OPT_TYPE_COLOR
Paul B Mahol
2013-05-17
1
-24
/
+3
*
|
Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'
Michael Niedermayer
2013-05-17
1
-4
/
+8
|
\
\
|
|
/
|
*
vf_drawtext: don't leak the expressions.
Anton Khirnov
2013-05-17
1
-0
/
+8
[next]