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
2021-12-05avformat/smoothstreamingenc: Move buffers to the end of structsAndreas Rheinhardt
2021-12-04avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-06-09avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2020-06-28avformat/smoothstreaming: Add deinit functionAndreas Rheinhardt
2020-06-28avformat/smoothstreaming: Don't write trailer of subcontextAndreas Rheinhardt
2020-06-24avformat/smoothstreaming: Forward errors from copying white/blacklistsAndreas Rheinhardt
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