summaryrefslogtreecommitdiffstats
path: root/libavcodec/ass.c
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-13/+13
|
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-2/+2
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Make ff_ass_subtitle_header static to ass.cDiego Elio Pettenò2011-01-251-5/+20
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* add SubRip decoderAurelien Jacobs2010-12-281-0/+40
| | | | Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure the ASS string in AVSubtitleRect is 0 terminatedAurelien Jacobs2010-11-271-0/+1
| | | | Originally committed as revision 25832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs2010-11-131-0/+68
Originally committed as revision 25747 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud