summaryrefslogtreecommitdiff
path: root/libavcodec/ass_split.h
Commit message (Collapse)AuthorAge
* avcodec/ass_split: Rename ff_ass_split_dialog2->ff_ass_split_dialogAndreas Rheinhardt2021-08-08
| | | | | 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-07
| | | | | | | 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-28
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
|
* doc: fix spelling errorsAndreas Cadhalpun2015-06-14
| | | | | | | | | | | 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-15
| | | | 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-17
| | | | 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-16
|
* ass_split: fix invalid doxygen group end markers.Clément Bœsch2011-10-04
|
* add SubRip encoderAurelien Jacobs2011-03-28
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>