55 Commits (ded4478b8b6dbe939113b38df53778972e3af70e)

Author SHA1 Message Date
Andreas Rheinhardt 59c9dc82f4 avformat/avformat: Move AVOutputFormat internals out of public header 2 years ago
Andreas Rheinhardt f4a2d722aa avformat/internal: Move muxing-only functions to new mux.h header 3 years ago
Marvin Scholz c6f4e10111 avformat: do not use AVIO_FLAG_* with avio_alloc_context 3 years ago
Andreas Rheinhardt a4798a5d51 all: Use av_memdup() where appropriate 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
James Almer 591b88e678 avformat: move AVStream.{first,cur}_dts to AVStreamInternal 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 56450a0ee4 avformat: Constify the API wrt AV(In|Out)putFormat 4 years ago
Andreas Rheinhardt 09bac9009e avformat/hdsenc: Add explicit deinit function 5 years ago
Steven Liu e880f4fb38 avformat/hdsenc: removed unused check of avformat_free_context 5 years ago
Carl Eugen Hoyos 9461e4bc69 lavf: Constify AVOutputFormat pointer. 6 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Anton Khirnov 78a7af823b Use the new AVIOContext destructor. 7 years ago
Derek Buitenhuis e10c31f331 hdsenc: Remove dead store 7 years ago
Anton Khirnov 6f554521af Use the new AVIOContext destructor. 8 years ago
Michael Niedermayer 15fa01786c avformat/hdsenc: Pass flags to child context 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer 7856afef52 avformat/hdsenc: Change duration from single to to double precision 10 years ago
Michael Niedermayer b1d223301f avformat/hdsenc: Remove redundant NULL pointer checks 10 years ago
Michael Niedermayer b565fd4464 avformat/hdsenc: Simplify code by using avio_closep() 10 years ago
Michael Niedermayer 16d763fa45 avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Martin Storsjö 675ac56b7e Revert "lavf: Don't try to update files atomically with renames on windows" 10 years ago
Martin Storsjö b9d08c77a4 lavf: Don't try to update files atomically with renames on windows 10 years ago
Martin Storsjö 7fd10f66b7 hdsenc: Clear the previous codec tag when setting up the chained muxer 10 years ago
Martin Storsjö f918b8a293 hdsenc: Use the right filename in an error message 10 years ago
Michael Niedermayer af03ba9aa2 avformat/hdsenc: Read errno before av_log() as the callback from av_log() might affect errno 10 years ago
Michael Niedermayer 92d366f6ab avformat: Print error message on failure of ff_rename() 10 years ago
Luca Barbato 7785ce1c76 lavf: replace rename() with ff_rename() 10 years ago
Martin Storsjö 28816050e4 lavf: Set the stream time base hint properly for chained muxers 10 years ago
Martin Storsjö 803e82276b libavformat: Check mkdir return error codes 10 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 10 years ago
Michael Niedermayer f054d1e7ae avformat/hdsenc: Use av_mallocz_array() 11 years ago
Michael Niedermayer c89f8f80cc avformat/hdsenc: check mkdir() return code 11 years ago
Michael Niedermayer 797f2a7913 hdsenc: Check the init_file() return code 11 years ago
Michael Niedermayer b8ed15d637 hdsenc: Fix an off by one error in an array size check 11 years ago
Michael Niedermayer 417927af3c hdsenc: Avoid integer overflow 11 years ago
Michael Niedermayer 3dbf9afe85 libavformat/hdsenc: check init_file() return code 11 years ago
Michael Niedermayer 6722e564a8 avformat/hdsenc: fix off by 1 error in array size check 11 years ago
Michael Niedermayer 572965c9a6 avformat/hdsenc: fix unintentional integer overflow in hds_write_packet() 11 years ago
Michael Niedermayer 95d2fc6a76 avformat/hdsenc: Check rename() return value 11 years ago
Martin Storsjö 435214a757 Add an HDS live fragmenting muxer 11 years ago