summaryrefslogtreecommitdiffstats
path: root/libavformat/smoothstreamingenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-201-1/+1
* avformat/smoothstreamingenc:add bitrate calculateJun Li2019-03-201-5/+27
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-6/+6
* Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-221-3/+3
* Use the new AVIOContext destructor.Anton Khirnov2017-09-011-1/+1
* lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö2017-07-041-1/+0
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-3/+3
|\
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-3/+3
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-21/+21
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-21/+21
| * lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-221-1/+1
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-3/+21
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-4/+4
* | Merge commit 'e192cd9ce2b51c2e6919f2a78b1ce53e0024e728'Derek Buitenhuis2016-02-291-2/+2
|\ \ | |/
| * smoothstreamingenc: do not open the files as read+writeAnton Khirnov2016-02-221-2/+2
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-9/+9
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-9/+9
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-8/+11
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-3/+3
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-3/+3
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-3/+3
| * smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer2015-01-191-0/+1
* | avformat/smoothstreamingenc: Add missing "goto fail"Michael Niedermayer2015-01-141-0/+1
* | avformat/smoothstreamingenc: Use av_freep() avoid leaving stale pointers in m...Michael Niedermayer2014-12-251-5/+5
* | Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91'Michael Niedermayer2014-11-271-5/+3
|\ \ | |/
| * Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-271-5/+3
* | Merge commit 'b9d08c77a44390b0848c06f20bc0e9e951ba6a3c'Michael Niedermayer2014-11-251-3/+5
|\ \ | |/
| * lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-241-3/+5
* | avformat: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer2014-10-251-1/+1
* | avformat: Print error message on failure of ff_rename()Michael Niedermayer2014-10-251-2/+2
* | Merge commit '7785ce1c769369abf85b276148548a5510aabb5f'Michael Niedermayer2014-10-251-3/+5
|\ \ | |/
| * lavf: replace rename() with ff_rename()Luca Barbato2014-10-241-3/+5
* | Merge commit 'e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2'Michael Niedermayer2014-10-211-1/+1
|\ \ | |/
| * smoothstreamingenc: explict cast to avoid overflowVittorio Giovara2014-10-211-1/+1
* | Merge commit '8bef43388132b53f59a6e90add18900a3bb4cc60'Michael Niedermayer2014-10-121-3/+4
|\ \ | |/
| * smoothstreamingenc: Simplify code by removing a redundant variableMartin Storsjö2014-10-121-3/+4
* | Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer2014-10-071-0/+1
|\ \ | |/
| * lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-061-0/+1
* | Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b'Michael Niedermayer2014-09-081-2/+2
|\ \ | |/
| * libavformat: Check mkdir return error codesMartin Storsjö2014-09-071-2/+8
| * smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer2014-07-071-1/+2
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-161-3/+1
* | avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer2014-07-241-1/+1
* | avformat/smoothstreamingenc: fix memleakMichael Niedermayer2014-07-061-1/+2
* | avformat/smoothstreamingenc: Use av_mallocz_array()Michael Niedermayer2014-06-151-1/+1
* | Merge commit 'e0d01dc7d7fc3ce4c23f286a10870e9599c8b8b9'Michael Niedermayer2014-05-251-0/+2
|\ \ | |/
| * smoothstream: check malloc callsNidhi Makhijani2014-05-241-0/+2
* | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer2013-09-271-1/+4
|\ \ | |/
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-261-1/+4
OpenPOWER on IntegriCloud