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
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-05-14avcodec/ass: make default playback resolution available to decodersClément Bœsch
2015-01-09avcodec/ass: Use av_realloc_array()Michael Niedermayer
2014-10-20avcodec/ass: add ASS trailing \r\n in one single placeClément Bœsch
2014-10-20avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch
2014-10-15avcodec/ass: add FFmpeg signatureClément Bœsch
2014-10-15avcodec/ass: output missing fields in AVSubtitles and output filesClément Bœsch
2014-09-21avcodec/ass: add ff_ass_add_rect_bprint() helperClément Bœsch
2014-06-18avcodec/ass: move playres parameters below scripttypeClément Bœsch
2014-06-18avcodec/ass: explicit PlayRes[XY]Clément Bœsch
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