Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-10ass: move text_event_to_ass from textdec.c to ass.c and export itMarton Balint
2013-11-10ass: fix error handling in ff_ass_add_subrectMarton Balint
2013-11-10ass: factor out ff_ass_bprint_dialogMarton Balint
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-19subtitles: introduce ASS codec id and use it.Clément Bœsch
2013-04-09lavc/ass: use bprint API in ff_ass_add_rect().Clément Bœsch
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-31ass: use av_asprintf() instead of a temporary stack buffer.Clément Bœsch
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Make ff_ass_subtitle_header static to ass.cDiego Elio Pettenò
2010-12-29add 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