| Commit message (Expand) | Author | Age | Files | Lines |
* | avocdec/ass: simplify linebreaks | Oneric | 2024-04-06 | 1 | -14/+14 |
* | avcodec/ass,webvttdec: implement more portable curly brace escapes | Oneric | 2024-04-06 | 1 | -4/+8 |
* | avcodec/ass,webvttdec: fix handling of backslashes | Oneric | 2024-04-06 | 1 | -1/+8 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+1 |
* | avcodec/ass: specify a permissive encoding | Oneric | 2022-12-03 | 1 | -1/+1 |
* | avcodec/ass: accurately preserve colours | Oneric | 2022-12-03 | 1 | -0/+1 |
* | avcodec/ass: fix comment | Oneric | 2022-12-03 | 1 | -1/+1 |
* | lavc/ass: Add missing version.h include | Carl Eugen Hoyos | 2022-08-31 | 1 | -0/+1 |
* | avcodec/ass: Faster ff_ass_add_rect() | Michael Niedermayer | 2022-03-18 | 1 | -6/+30 |
* | avcodec/ass: Fix leaks upon ff_ass_add_rect() error | Andreas Rheinhardt | 2021-12-16 | 1 | -6/+6 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/ass: explicitly set ScaledBorderAndShadow | Oneric | 2020-05-23 | 1 | -0/+1 |
* | lavc/movtextdec: allow setting subtitle frame dimensions | John Stebbins | 2020-04-10 | 1 | -7/+23 |
* | avcodec/ass: remove the unneeded () | Limin Wang | 2019-12-26 | 1 | -1/+1 |
* | lavc/options: add ass_ro_flush_noop to flags2 | Clément Bœsch | 2016-02-26 | 1 | -1/+2 |
* | lavc: allow subtitle text format to be ASS without timing | Clément Bœsch | 2016-02-26 | 1 | -78/+18 |
* | lavc/ccaption_dec: improve default style | Clément Bœsch | 2016-01-10 | 1 | -3/+4 |
* | avcodec/ass: check for av_mallocz() failure | Michael Niedermayer | 2015-12-22 | 1 | -0/+2 |
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
* | | avcodec/ass: make default playback resolution available to decoders | Clément Bœsch | 2015-05-14 | 1 | -2/+3 |
* | | avcodec/ass: Use av_realloc_array() | Michael Niedermayer | 2015-01-09 | 1 | -1/+1 |
* | | avcodec/ass: add ASS trailing \r\n in one single place | Clément Bœsch | 2014-10-19 | 1 | -2/+2 |
* | | avcodec/ass: assume raw=0 in ff_ass_add_rect_bprint | Clément Bœsch | 2014-10-19 | 1 | -2/+2 |
* | | avcodec/ass: add FFmpeg signature | Clément Bœsch | 2014-10-15 | 1 | -0/+2 |
* | | avcodec/ass: output missing fields in AVSubtitles and output files | Clément Bœsch | 2014-10-15 | 1 | -4/+25 |
* | | avcodec/ass: add ff_ass_add_rect_bprint() helper | Clément Bœsch | 2014-09-21 | 1 | -0/+8 |
* | | avcodec/ass: move playres parameters below scripttype | Clément Bœsch | 2014-06-18 | 1 | -1/+1 |
* | | avcodec/ass: explicit PlayRes[XY] | Clément Bœsch | 2014-06-18 | 1 | -0/+2 |
* | | ass: move text_event_to_ass from textdec.c to ass.c and export it | Marton Balint | 2013-11-10 | 1 | -0/+39 |
* | | ass: fix error handling in ff_ass_add_subrect | Marton Balint | 2013-11-10 | 1 | -5/+12 |
* | | ass: factor out ff_ass_bprint_dialog | Marton Balint | 2013-11-10 | 1 | -12/+23 |
* | | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' | Michael Niedermayer | 2013-05-01 | 1 | -7/+7 |
|\| |
|
| * | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -13/+13 |
* | | subtitles: introduce ASS codec id and use it. | Clément Bœsch | 2013-04-18 | 1 | -3/+21 |
* | | lavc/ass: use bprint API in ff_ass_add_rect(). | Clément Bœsch | 2013-04-09 | 1 | -19/+26 |
* | | ass: assert that the timsstamps fitted in the buffers | Michael Niedermayer | 2012-09-09 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | lavc/ass: honor Default style. | Clément Bœsch | 2012-06-29 | 1 | -2/+2 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
* | | lavc: switch from ts_end to duration in ff_ass_add_rect. | Clément Bœsch | 2012-05-29 | 1 | -3/+6 |
* | | ass: use av_asprintf() instead of a temporary stack buffer. | Clément Bœsch | 2012-01-30 | 1 | -4/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -2/+2 |
|\| |
|
| * | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Make ff_ass_subtitle_header static to ass.c | Diego Elio Pettenò | 2011-01-25 | 1 | -5/+20 |
* | | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -5/+0 |
|/ |
|
* | add SubRip decoder | Aurelien Jacobs | 2010-12-28 | 1 | -0/+40 |
* | ensure the ASS string in AVSubtitleRect is 0 terminated | Aurelien Jacobs | 2010-11-27 | 1 | -0/+1 |
* | add missing files in previous commit (ASS encoder and decoder) | Aurelien Jacobs | 2010-11-13 | 1 | -0/+68 |