35 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Michael Niedermayer c11d3634b0 avcodec/srtdec: Fix signed integer overflow: 1811992524 * 384 cannot be represented in type 'int' 8 years ago
Clément Bœsch 2941282124 lavc: allow subtitle text format to be ASS without timing 9 years ago
Timothy Gu 9b40ce5a45 avcodec: srtdec: Reindent 9 years ago
Yayoi 50332f8a6b avcodec/srtdec: factor out HTML parsing code 9 years ago
Clément Bœsch 5c219e289e avcodec/srtdec: attempt to correct SubRip positioning 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Clément Bœsch c669af0f24 avcodec/ass: add ASS trailing \r\n in one single place 10 years ago
Clément Bœsch 3d25869605 avcodec/ass: assume raw=0 in ff_ass_add_rect_bprint 10 years ago
Clément Bœsch 0eb4a42812 avcodec/srtdec: use AVBPrint API 10 years ago
Clément Bœsch 55180b3299 Kill timed SRT 10 years ago
Clément Bœsch 592716227c avcodec/srtdec: add some memory checks 10 years ago
Clément Bœsch 3a54c221d5 avcodec/srtdec: fix potential overread. 11 years ago
Clément Bœsch d927d8395d lavc/srtdec: make some sscanf to work at the end of a line. 12 years ago
Paul B Mahol 92f630eaf2 add forgotten AV_ prefix to some CODEC_IDs 12 years ago
Clément Bœsch c27b3816e4 srt: make the demuxer output SubRip packets. 12 years ago
Michael Niedermayer b9a07e787b srtdec: fix unsafe snprintf() return usage 12 years ago
Philip Langdale 6af680fa07 srtdec: Add timing-less "subrip" decoder. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Clément Bœsch d51e08bb89 lavc: switch from ts_end to duration in ff_ass_add_rect. 13 years ago
Fabian Greffrath c9dbac36ad Fix format string vulnerability detected by -Wformat-security. 13 years ago
Fabian Greffrath aaa1173de7 srtdec: fix a format string vulnerability. 13 years ago
Aurelien Jacobs ea5fa19427 srtdec: make sure we don't write past the end of buffer 14 years ago
Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 14 years ago
Aurelien Jacobs 71af7377bf srtdec: make sure we don't write past the end of buffer 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Aurelien Jacobs f5dd1eb7b5 srtdec: ensure we don't read 1 byte after buffer end if the buffer is not 14 years ago
Aurelien Jacobs 2c77c90684 add SubRip decoder 14 years ago