36 Commits (f58bda642d6d95ffafd6297ca909c7dcc4e0b0e5)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Clément Bœsch 30e7685360 lavc/options: add ass_ro_flush_noop to flags2 9 years ago
Clément Bœsch 2941282124 lavc: allow subtitle text format to be ASS without timing 9 years ago
Clément Bœsch 6d32628bf3 lavc/ccaption_dec: improve default style 9 years ago
Michael Niedermayer 05af8608c2 avcodec/ass: check for av_mallocz() failure 9 years ago
Clément Bœsch 56bc0a6736 avcodec/ass: make default playback resolution available to decoders 10 years ago
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