summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\
| * Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-161-0/+1
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-091-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-4/+10
|\ \ | |/
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-3/+6
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+4
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-7/+9
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-14/+14
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-14/+14
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
| * vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov2012-07-201-1/+4
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-2/+2
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | lavfi/drawtext: use av_opt_free() to free private contextStefano Sabatini2012-06-251-10/+1
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-7/+1
* | lavfi/drawtext: remove unnecessary parentheses in init()Stefano Sabatini2012-06-221-1/+1
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-171-3/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-0/+1
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-3/+4
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-3/+3
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+2
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-041-1/+1
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-041-6/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-2/+3
|\ \ | |/
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* | lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate optionStefano Sabatini2012-05-031-0/+1
* | lavfi/drawtext: rename and document variables d_expr and d_pexprStefano Sabatini2012-05-031-7/+7
* | lavfi/drawtext: alphabetically sort the expression parametersStefano Sabatini2012-05-031-22/+20
* | vf_drawtext: fontconfig support.Nicolas George2012-04-101-8/+95
* | vf_drawtext: fix memory leak of draw expression.Nicolas George2012-04-101-0/+2
* | vf_drawtext: fix memory leak of glyph data.Nicolas George2012-04-101-0/+4
* | vf_drawtext: use drawutils.Nicolas George2012-04-041-180/+29
* | cosmetics: fix some typosLou Logan2012-03-131-1/+1
* | lavfi/drawtext: add 24 hours wrapping option for timecode.Clément Bœsch2012-03-121-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-3/+3
|\ \ | |/
| * Mark mutable static data const where appropriate.Alex Converse2012-02-211-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-071-1/+5
|\ \ | |/
| * drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin2012-02-061-6/+11
| * drawtext: fix text_{w, h} expression varsAndrey Utkin2012-02-061-0/+2
| * drawtext: add missing braces around an if() block.Andrey Utkin2012-02-051-2/+4
* | drawtext: use new public timecode API.Clément Bœsch2012-02-021-19/+15
* | timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch2012-01-111-1/+1
* | drawtext: fix hard dependency to lavc (timecode).Clément Bœsch2012-01-021-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-311-1/+1
|\ \ | |/
| * cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* | vf_drawtext: select YUV color for drawbox() in case YUV colorspace is usedStefano Sabatini2011-12-241-1/+1
* | timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-121-1/+1
* | drawtext: allow burning the timecode.Clément Bœsch2011-12-121-1/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-081-6/+37
|\ \ | |/
OpenPOWER on IntegriCloud