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
2020-05-25avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt
2020-05-06avformat/smoothstreamingenc: use av_reallocp_array()Limin Wang
2020-03-15avformat/smoothstreaming: Fix memleaks on errorsAndreas Rheinhardt
2019-12-01avformat/smoothstreamingenc: removed unused check of avformat_free_contextSteven Liu
2019-03-20lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos
2019-03-20avformat/smoothstreamingenc:add bitrate calculateJun Li
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2017-09-01Use the new AVIOContext destructor.Anton Khirnov
2017-07-04lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29Merge commit 'e192cd9ce2b51c2e6919f2a78b1ce53e0024e728'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-22lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-22smoothstreamingenc: do not open the files as read+writeAnton Khirnov
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-01-19smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer
2015-01-14avformat/smoothstreamingenc: Add missing "goto fail"Michael Niedermayer
2014-12-25avformat/smoothstreamingenc: Use av_freep() avoid leaving stale pointers in m...Michael Niedermayer
2014-11-27Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91'Michael Niedermayer
2014-11-27Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö
2014-11-25Merge commit 'b9d08c77a44390b0848c06f20bc0e9e951ba6a3c'Michael Niedermayer
2014-11-25lavf: Don't try to update files atomically with renames on windowsMartin Storsjö
2014-10-25avformat: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer
2014-10-25avformat: Print error message on failure of ff_rename()Michael Niedermayer
2014-10-25Merge commit '7785ce1c769369abf85b276148548a5510aabb5f'Michael Niedermayer
2014-10-25lavf: replace rename() with ff_rename()Luca Barbato
2014-10-22Merge commit 'e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2'Michael Niedermayer
2014-10-21smoothstreamingenc: explict cast to avoid overflowVittorio Giovara
2014-10-13Merge commit '8bef43388132b53f59a6e90add18900a3bb4cc60'Michael Niedermayer
2014-10-12smoothstreamingenc: Simplify code by removing a redundant variableMartin Storsjö
2014-10-07Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer
2014-10-07lavf: Set the stream time base hint properly for chained muxersMartin Storsjö
2014-09-08Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b'Michael Niedermayer
2014-09-08libavformat: Check mkdir return error codesMartin Storsjö
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-07-25avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer
2014-07-07smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer
2014-07-06avformat/smoothstreamingenc: fix memleakMichael Niedermayer
2014-06-16avformat/smoothstreamingenc: Use av_mallocz_array()Michael Niedermayer