summaryrefslogtreecommitdiff
path: root/libavcodec/ass.c
Commit message (Expand)AuthorAge
* Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-01
|\
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* | subtitles: introduce ASS codec id and use it.Clément Bœsch2013-04-18
* | lavc/ass: use bprint API in ff_ass_add_rect().Clément Bœsch2013-04-09
* | ass: assert that the timsstamps fitted in the buffersMichael Niedermayer2012-09-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | lavc/ass: honor Default style.Clément Bœsch2012-06-29
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-29
* | lavc: switch from ts_end to duration in ff_ass_add_rect.Clément Bœsch2012-05-29
* | ass: use av_asprintf() instead of a temporary stack buffer.Clément Bœsch2012-01-30
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Make ff_ass_subtitle_header static to ass.cDiego Elio Pettenò2011-01-25
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-11
|/
* add SubRip decoderAurelien Jacobs2010-12-28
* ensure the ASS string in AVSubtitleRect is 0 terminatedAurelien Jacobs2010-11-27
* add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs2010-11-13