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: Add pkt_pos, pkt_duration, pkt_size as variables
Calvin Walton
2019-07-07
1
-0
/
+9
*
avfilter/drawtext: stop resource leak
Gyan Doshi
2019-05-16
1
-2
/
+2
*
avfilter/drawtext: make command processing error-resilient
Gyan Doshi
2019-05-13
1
-9
/
+38
*
avfilter/drawtext: fix box sizing
Gyan Doshi
2018-07-13
1
-2
/
+2
*
avfilter/drawtext: present 'hms' formatted 'pts' in 24h format
Vishwanath Dixit
2018-06-04
1
-0
/
+8
*
avfilter: add comments for duplicate line
Steven Liu
2018-02-01
1
-0
/
+1
*
avfilter/drawtext - implement fix_bounds
Gyan Doshi
2018-01-20
1
-1
/
+27
*
avfilter: do not use AVFrame accessor
Muhammad Faiz
2017-04-23
1
-1
/
+1
*
avfilter/vf_drawtext: added expr evaluation to drawtext fontsize
Brett Harrison
2017-04-19
1
-17
/
+116
*
Merge commit '85baef4ff1512bcc2544928bfa5f42072903a691'
Clément Bœsch
2017-03-29
1
-2
/
+1
|
\
|
*
vf_drawtext: Move static keyword to beginning of variable declaration
Diego Biurrun
2016-11-02
1
-3
/
+2
|
*
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
*
|
vf_drawtext: Fix memory leak
Kieran Kunhya
2017-03-21
1
-2
/
+4
*
|
avfilter:vf_drawtext: add new line space size set parameter
Steven Liu
2017-01-19
1
-1
/
+3
*
|
lavfi: split frame_count between input and output.
Nicolas George
2016-11-13
1
-2
/
+2
*
|
avfilter/vf_drawtext: fixed default/flt formatting ignoring offset parameter
Alex Agranovsky
2016-11-06
1
-1
/
+1
*
|
avfilter/drawutils: allow drawing opaque text on transparent background
Paul B Mahol
2016-09-21
1
-1
/
+1
*
|
avfilter/vf_drawtext: Check return code of load_glyph()
Michael Niedermayer
2016-04-24
1
-1
/
+3
*
|
avfilter/vf_drawtext: add optional default value to metadata function
Tobias Rapp
2016-04-13
1
-1
/
+3
*
|
lavfi/drawtext: Fix microsecond display.
Carl Eugen Hoyos
2016-01-03
1
-1
/
+1
*
|
lavfi/vf_drawtext: replace round by llrint
Ganesh Ajjanagadde
2015-12-21
1
-1
/
+1
*
|
lavfi/drawtext: fix shadow[xy] descriptions
Clément Bœsch
2015-12-21
1
-2
/
+2
*
|
lavfi/drawtext: hide first font load warning when fontconfig is present
Clément Bœsch
2015-12-21
1
-0
/
+2
*
|
lavfi/drawtext: fix crash when no text, file or timecode provided
Clément Bœsch
2015-12-21
1
-6
/
+6
*
|
avutil/tree: add additional const qualifier to the comparator
Ganesh Ajjanagadde
2015-10-24
1
-1
/
+1
*
|
all: remove some casts of function pointer to void *
Ganesh Ajjanagadde
2015-10-24
1
-1
/
+1
*
|
avfilter/drawtext: allow to format pts with strftime
Alex Agranovsky
2015-10-12
1
-1
/
+11
*
|
avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few options
Clément Bœsch
2015-09-08
1
-5
/
+5
*
|
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
[next]