88 Commits (e271d534e3f5aa13cbbfe0c487661b5616765330)

Author SHA1 Message Date
Andreas Rheinhardt 228b25ad9b avformat/smoothstreamingenc: Move buffers to the end of structs 3 years ago
Marvin Scholz c6f4e10111 avformat: do not use AVIO_FLAG_* with avio_alloc_context 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 3129897c05 avformat/smoothstreaming: Add deinit function 4 years ago
Andreas Rheinhardt 76a413d961 avformat/smoothstreaming: Don't write trailer of subcontext 4 years ago
Andreas Rheinhardt 6c777a6688 avformat/smoothstreaming: Forward errors from copying white/blacklists 4 years ago
Andreas Rheinhardt 82bf41f3ab avformat: Replace ffurl_close() by ffurl_closep() where appropriate 5 years ago
Limin Wang 1a94456390 avformat/smoothstreamingenc: use av_reallocp_array() 5 years ago
Andreas Rheinhardt abbb466368 avformat/smoothstreaming: Fix memleaks on errors 5 years ago
Steven Liu 9cc88ed4b7 avformat/smoothstreamingenc: removed unused check of avformat_free_context 5 years ago
Carl Eugen Hoyos 9461e4bc69 lavf: Constify AVOutputFormat pointer. 6 years ago
Jun Li 0739d5cd5c avformat/smoothstreamingenc:add bitrate calculate 6 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Carl Eugen Hoyos 724cf83f10 Remove some unneeded casts of bit_rate. 7 years ago
Anton Khirnov 78a7af823b Use the new AVIOContext destructor. 7 years ago
Martin Storsjö d086e40459 lavf: Remove codec_tag from dashenc and smoothstreamingenc 7 years ago
Martin Storsjö 61f589e31e lavf: Remove codec_tag from dashenc and smoothstreamingenc 7 years ago
Anton Khirnov 6f554521af Use the new AVIOContext destructor. 8 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov ec4c483976 lavf: add a protocol whitelist/blacklist for file opened internally 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov e192cd9ce2 smoothstreamingenc: do not open the files as read+write 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 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Michael Niedermayer ea3fc9fe68 smoothstreamingenc: Add a missing "goto fail" 10 years ago
Michael Niedermayer f2e12f8942 avformat/smoothstreamingenc: Add missing "goto fail" 10 years ago
Michael Niedermayer 7dce91368f avformat/smoothstreamingenc: 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
Michael Niedermayer e7513e1286 avformat: 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
Vittorio Giovara e73d26bbd6 smoothstreamingenc: explict cast to avoid overflow 10 years ago
Martin Storsjö 8bef433881 smoothstreamingenc: Simplify code by removing a redundant variable 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
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 10 years ago
Michael Niedermayer a863c97e99 smoothstreamingenc: Fix a memory leak on errors 11 years ago
Michael Niedermayer a53c5d454e avformat/smoothstreamingenc: fix memleak 11 years ago