FFmpeg git repo
Go to file
Stefano Sabatini 163854bca0 vf_drawtext: drop text wrapping feature
Or in other word, do not go to the next line when the text cannot be
rendered within the frame.

The rationale is that wrapping is hard to manage, as it depends on the
position of the text, thus making hard/impossible to compute the size
occupied by the rendered text, and makes the filter behavior
unpredictible with moving text (implemented in a pending patch).

Also the current wrapping code is very limited (for example it splits
words in the middle), and correctly handling wrapping requires much
more complexity (alignment, gravity, word parsing etc.), while
drawtext is meant to be only a thin wrapper around libfreetype, so
such advanced features don't belong here.
2011-09-24 12:36:39 +02:00
doc vf_drawtext: fix missed update in docs 2011-09-24 12:36:27 +02:00
ffpresets presets: use private options in libx264-ipod ffpresets 2011-09-22 06:27:07 +02:00
libavcodec Add new pix_fmt RGBA64 2011-09-24 06:01:45 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2011-09-21 21:25:43 +02:00
libavfilter vf_drawtext: drop text wrapping feature 2011-09-24 12:36:39 +02:00
libavformat Merge remote-tracking branch 'qatar/master' 2011-09-24 01:03:07 +02:00
libavutil Add new pix_fmt RGBA64 2011-09-24 06:01:45 +02:00
libpostproc postproc: fix compilation failure, now really 2011-09-24 01:51:35 +02:00
libswresample rematrix: dont use floats for int16 code. 2011-09-19 09:25:50 +02:00
libswscale Add new pix_fmt RGBA64 2011-09-24 06:01:45 +02:00
mt-work
tests Merge remote-tracking branch 'qatar/master' 2011-09-24 01:03:07 +02:00
tools graph2dot: show timebase information for audio links 2011-09-17 01:36:32 +02:00
.gitignore gitignore: add libswresample* 2011-09-19 17:39:38 +02:00
avconv.c Merge remote-tracking branch 'qatar/master' 2011-09-24 01:03:07 +02:00
Changelog Merge remote-tracking branch 'qatar/master' 2011-09-23 00:35:31 +02:00
cmdutils_common_opts.h
cmdutils.c Fix compilation without --disable-swscale. 2011-09-18 19:06:49 +02:00
cmdutils.h
common.mak Add libswresample. 2011-09-19 07:04:17 +02:00
configure Merge remote-tracking branch 'qatar/master' 2011-09-23 00:35:31 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Revert "ffmpeg: get rid of useless AVInputStream.nb_streams." 2011-09-21 14:12:00 +02:00
ffplay.c ffplay: fix order of operations for sdl audio open. 2011-09-24 03:09:54 +02:00
ffprobe.c ffprobe: remove misplaced and pointless comment. 2011-09-22 00:22:53 +02:00
ffserver.c
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: loose svn reference 2011-09-23 19:18:58 +02:00
Makefile Add libswresample. 2011-09-19 07:04:17 +02:00
README
RELEASE
subdir.mak
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.