aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/ass.c
AgeCommit message (Expand)Author
2012-09-09ass: assert that the timsstamps fitted in the buffersMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-29lavc/ass: honor Default style.Clément Bœsch
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
2012-05-29lavc: switch from ts_end to duration in ff_ass_add_rect.Clément Bœsch
2012-01-30ass: use av_asprintf() instead of a temporary stack buffer.Clément Bœsch
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-03Replace strncpy() with av_strlcpy().Alex Converse
2011-04-11add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-25Make ff_ass_subtitle_header static to ass.cDiego Elio Pettenò
2010-12-28add SubRip decoderAurelien Jacobs
2010-11-27ensure the ASS string in AVSubtitleRect is 0 terminatedAurelien Jacobs
2010-11-13add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs