| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -1/+2 |
* | avcodec/srtdec: Check ff_htmlmarkup_to_ass() return code | Michael Niedermayer | 2017-05-08 | 1 | -4/+5 |
* | avcodec/srtdec: Fix signed integer overflow: 1811992524 * 384 cannot be repre... | Michael Niedermayer | 2017-02-19 | 1 | -4/+4 |
* | lavc: allow subtitle text format to be ASS without timing | Clément Bœsch | 2016-02-26 | 1 | -10/+7 |
* | avcodec: srtdec: Reindent | Timothy Gu | 2015-10-26 | 1 | -8/+7 |
* | avcodec/srtdec: factor out HTML parsing code | Yayoi | 2015-09-06 | 1 | -147/+2 |
* | avcodec/srtdec: attempt to correct SubRip positioning | Clément Bœsch | 2015-05-14 | 1 | -4/+16 |
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\ |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avcodec/ass: add ASS trailing \r\n in one single place | Clément Bœsch | 2014-10-19 | 1 | -1/+0 |
* | | avcodec/ass: assume raw=0 in ff_ass_add_rect_bprint | Clément Bœsch | 2014-10-19 | 1 | -1/+1 |
* | | avcodec/srtdec: use AVBPrint API | Clément Bœsch | 2014-09-30 | 1 | -43/+35 |
* | | Kill timed SRT | Clément Bœsch | 2014-09-30 | 1 | -30/+3 |
* | | avcodec/srtdec: add some memory checks | Clément Bœsch | 2014-09-21 | 1 | -2/+4 |
* | | avcodec/srtdec: fix potential overread. | Clément Bœsch | 2013-09-08 | 1 | -1/+2 |
* | | lavc/srtdec: make some sscanf to work at the end of a line. | Clément Bœsch | 2012-12-30 | 1 | -5/+7 |
* | | add forgotten AV_ prefix to some CODEC_IDs | Paul B Mahol | 2012-12-09 | 1 | -1/+1 |
* | | srt: make the demuxer output SubRip packets. | Clément Bœsch | 2012-10-25 | 1 | -0/+11 |
* | | srtdec: fix unsafe snprintf() return usage | Michael Niedermayer | 2012-09-09 | 1 | -8/+14 |
* | | 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 |
* | | srtdec: Add timing-less "subrip" decoder. | Philip Langdale | 2012-08-15 | 1 | -4/+27 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| * | Fix format string vulnerability detected by -Wformat-security. | Fabian Greffrath | 2012-03-05 | 1 | -2/+2 |
| * | srtdec: make sure we don't write past the end of buffer | Aurelien Jacobs | 2011-05-12 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | lavc: switch from ts_end to duration in ff_ass_add_rect. | Clément Bœsch | 2012-05-29 | 1 | -1/+1 |
* | | srtdec: fix a format string vulnerability. | Fabian Greffrath | 2012-03-03 | 1 | -2/+2 |
* | | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -2/+0 |
* | | srtdec: make sure we don't write past the end of buffer | Aurelien Jacobs | 2011-03-25 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | srtdec: ensure we don't read 1 byte after buffer end if the buffer is not | Aurelien Jacobs | 2011-01-02 | 1 | -2/+3 |
* | add SubRip decoder | Aurelien Jacobs | 2010-12-28 | 1 | -0/+240 |