30 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Michael Niedermayer 727cb2bda9 avcodec/ass: Use av_realloc_array() 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 52b0a0ecaa avcodec/ass: add FFmpeg signature 10 years ago
Clément Bœsch 40b9f28641 avcodec/ass: output missing fields in AVSubtitles and output files 10 years ago
Clément Bœsch d210c0e777 avcodec/ass: add ff_ass_add_rect_bprint() helper 10 years ago
Clément Bœsch 88514378ba avcodec/ass: move playres parameters below scripttype 11 years ago
Clément Bœsch 5039aadf68 avcodec/ass: explicit PlayRes[XY] 11 years ago
Marton Balint b96325e023 ass: move text_event_to_ass from textdec.c to ass.c and export it 11 years ago
Marton Balint 0f0a8d9859 ass: fix error handling in ff_ass_add_subrect 11 years ago
Marton Balint f148954b0a ass: factor out ff_ass_bprint_dialog 11 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Clément Bœsch 7c1a002c78 subtitles: introduce ASS codec id and use it. 12 years ago
Clément Bœsch 1043cb8e80 lavc/ass: use bprint API in ff_ass_add_rect(). 12 years ago
Michael Niedermayer 9fea619f19 ass: assert that the timsstamps fitted in the buffers 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Clément Bœsch 0e7782c08e lavc/ass: honor Default style. 13 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Clément Bœsch d51e08bb89 lavc: switch from ts_end to duration in ff_ass_add_rect. 13 years ago
Clément Bœsch 7c0d30b57b ass: use av_asprintf() instead of a temporary stack buffer. 13 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò cf1d794a49 Make ff_ass_subtitle_header static to ass.c 14 years ago
Aurelien Jacobs 2c77c90684 add SubRip decoder 14 years ago
Aurelien Jacobs 4ab4d65f35 ensure the ASS string in AVSubtitleRect is 0 terminated 14 years ago
Aurelien Jacobs 5952be07dc add missing files in previous commit (ASS encoder and decoder) 14 years ago