summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer13-104/+107
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun13-114/+117
2013-04-18subtitles: introduce ASS codec id and use it.Clément Bœsch16-20/+205
2013-04-09lavc/ass: use bprint API in ff_ass_add_rect().Clément Bœsch1-19/+26
2012-09-09ass: assert that the timsstamps fitted in the buffersMichael Niedermayer1-0/+2
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-06-29lavc/ass: honor Default style.Clément Bœsch2-3/+3
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan25-31/+31
2012-05-29lavc: switch from ts_end to duration in ff_ass_add_rect.Clément Bœsch5-15/+19
2012-01-30ass: use av_asprintf() instead of a temporary stack buffer.Clément Bœsch1-4/+1
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer25-319/+490
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse7-29/+32
2011-04-11add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs9-23/+7
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-25Make ff_ass_subtitle_header static to ass.cDiego Elio Pettenò2-26/+20
2010-12-28add SubRip decoderAurelien Jacobs11-3/+335
2010-11-27ensure the ASS string in AVSubtitleRect is 0 terminatedAurelien Jacobs1-0/+1
2010-11-13add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs4-0/+250