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
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-07-18avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt
2021-07-07avformat/assdec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-06-15avformat/assdec: Fix memleak upon read header failureAndreas Rheinhardt
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-11-20avformat/assdec: allow ASS files starting with empty linesClément Bœsch
2015-09-21avformat/assdec: do not drop duplicate subtitleswm4
2015-09-10avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2014-10-29assdec: check av_new_packet return valueVittorio Giovara
2014-10-29Print a warning if a subtitle demuxer changes utf16 to utf8.Carl Eugen Hoyos
2014-10-15avformat/assdec: typo fixClément Bœsch
2014-10-04avformat/assdec: make sure pos is initializedClément Bœsch
2014-09-27avformat/assdec: make sure to free allocated data in case of errorClément Bœsch
2014-09-27avformat/assdec: add myself to CopyrightClément Bœsch
2014-09-27avformat/assdec: reindent after previous commitClément Bœsch
2014-09-27avformat/assdec: make sure "Comments:" events end up in the headerClément Bœsch
2014-09-27avformat/assdec: output ASS packetsClément Bœsch
2014-09-06avformat/assdec: UTF-16 supportwm4
2014-03-03Merge commit '5c9c305d14730faf2af206e5d519df4948de0ed2'Michael Niedermayer
2014-03-02ass: K&R formatting cosmeticsPatrice Clement
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2012-12-3110l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch
2012-12-31lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch
2012-12-02lavf/assdec: return appropriate error code instead of -1.Clément Bœsch
2012-12-02lavf/assdec: add ass_ prefix to callbacks.Clément Bœsch
2012-12-02lavf/assdec: rewrite using the demux subtitles API.Clément Bœsch
2012-10-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-27assdec: fix qsort() callback signatureMans Rullgard
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-02assdec: return EOF instead of EIO.Nicolas George
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard