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-05-10avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt
2021-12-04avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz
2021-12-03all: Use av_memdup() where appropriateAndreas Rheinhardt
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-04-30avformat/hdsenc: Add explicit deinit functionAndreas Rheinhardt
2019-12-01avformat/hdsenc: removed unused check of avformat_free_contextSteven Liu
2019-03-20lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-09-01Use the new AVIOContext destructor.Anton Khirnov
2017-07-14hdsenc: Remove dead storeDerek Buitenhuis
2016-04-11avformat/hdsenc: Pass flags to child contextMichael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton 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-06-08avformat/hdsenc: Change duration from single to to double precisionMichael Niedermayer
2015-01-09avformat/hdsenc: Remove redundant NULL pointer checksMichael Niedermayer
2015-01-08avformat/hdsenc: Simplify code by using avio_closep()Michael Niedermayer
2014-12-16avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memoryMichael 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-11-19Merge commit '7fd10f66b722eccc2ada9128766d002f6d751f79'Michael Niedermayer
2014-11-19Merge commit 'f918b8a2933a65020cbe490ec637d5485c11a692'Michael Niedermayer
2014-11-19hdsenc: Clear the previous codec tag when setting up the chained muxerMartin Storsjö
2014-11-19hdsenc: Use the right filename in an error messageMartin Storsjö
2014-10-25avformat/hdsenc: Read errno before av_log() as the callback from av_log() mig...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-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-07-25avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer
2014-06-30avformat/hdsenc: Use av_mallocz_array()Michael Niedermayer
2014-01-31avformat/hdsenc: check mkdir() return codeMichael Niedermayer
2013-12-15Merge commit '797f2a791397210ec1b591b326658805c5dbf104'Michael Niedermayer
2013-12-14hdsenc: Check the init_file() return codeMichael Niedermayer
2013-12-14hdsenc: Fix an off by one error in an array size checkMichael Niedermayer
2013-12-14hdsenc: Avoid integer overflowMichael Niedermayer
2013-12-13libavformat/hdsenc: check init_file() return codeMichael Niedermayer
2013-12-11avformat/hdsenc: fix off by 1 error in array size checkMichael Niedermayer