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-08avformat/samidec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-03-15avformat/samidec: Deallocate hdr_bufMichael Niedermayer
2021-02-10avformat/samidec: Sanity check ptsMichael Niedermayer
2020-06-15avformat/samidec: 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
2015-09-10avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch
2015-09-06avformat/samidec: do not include trailing sami footer in the last packetYayoi
2014-10-29Print a warning if a subtitle demuxer changes utf16 to utf8.Carl Eugen Hoyos
2014-09-06avformat/samidec: UTF-16 supportwm4
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2013-01-02lavf: remove generic index flag from text subtitles.Clément Bœsch
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: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-29SAMI demuxer and decoder.Clément Bœsch