summaryrefslogtreecommitdiff
path: root/libavcodec/ass_split.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/ass_split: Rename ff_ass_split_dialog2->ff_ass_split_dialogAndreas Rheinhardt2021-08-081-2/+2
| | | | | Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/ass_split: Remove unused ff_ass_split_dialogue()Andreas Rheinhardt2021-08-071-16/+0
| | | | | | | Unused since 1f63665ca567fbc49fa80166d468a822c2999efa. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fix some a/an typosLou Logan2016-03-281-1/+1
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-0/+15
|
* doc: fix spelling errorsAndreas Cadhalpun2015-06-141-1/+1
| | | | | | | | | | | Neccessary -> Necessary formated -> formatted thee -> the eventhough -> even though seperately -> separately Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* avcodec/ass_split: extend recognized fields in ASS splitterClément Bœsch2014-10-151-0/+20
| | | | This simplifies the logic for the fix in the next commit.
* ass_split: Do not use the function name as a parameter name in a declaration.Carl Eugen Hoyos2013-04-171-1/+1
| | | | Fixes compilation of srtenc.o with PGC 13.4-0.
* lavc/ass_split: add ff_ prefix to ass_style_get().Clément Bœsch2012-09-161-1/+1
|
* ass_split: fix invalid doxygen group end markers.Clément Bœsch2011-10-041-3/+3
|
* add SubRip encoderAurelien Jacobs2011-03-281-0/+172
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>