summaryrefslogtreecommitdiff
path: root/libavformat/smoothstreamingenc.c
Commit message (Expand)AuthorAge
* avformat/smoothstreamingenc: refactor to use avutil/uuidPierre-Anthony Lemieux2022-06-12
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-10
* smoothstreaming: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat/smoothstreamingenc: Move buffers to the end of structsAndreas Rheinhardt2021-12-05
* avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz2021-12-04
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-09
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avformat/smoothstreaming: Add deinit functionAndreas Rheinhardt2020-06-27
* avformat/smoothstreaming: Don't write trailer of subcontextAndreas Rheinhardt2020-06-27
* avformat/smoothstreaming: Forward errors from copying white/blacklistsAndreas Rheinhardt2020-06-24
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* avformat/smoothstreamingenc: use av_reallocp_array()Limin Wang2020-05-06
* avformat/smoothstreaming: Fix memleaks on errorsAndreas Rheinhardt2020-03-14
* avformat/smoothstreamingenc: removed unused check of avformat_free_contextSteven Liu2019-12-02
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-20
* avformat/smoothstreamingenc:add bitrate calculateJun Li2019-03-20
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-22
* Use the new AVIOContext destructor.Anton Khirnov2017-09-01
* lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö2017-07-04
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-21
|\
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
| * lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* | Merge commit 'e192cd9ce2b51c2e6919f2a78b1ce53e0024e728'Derek Buitenhuis2016-02-29
|\|
| * smoothstreamingenc: do not open the files as read+writeAnton Khirnov2016-02-22
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
|\|
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-15
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
| * smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer2015-01-19
* | avformat/smoothstreamingenc: Add missing "goto fail"Michael Niedermayer2015-01-14
* | avformat/smoothstreamingenc: Use av_freep() avoid leaving stale pointers in m...Michael Niedermayer2014-12-25
* | Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91'Michael Niedermayer2014-11-27
|\|
| * Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-27
* | Merge commit 'b9d08c77a44390b0848c06f20bc0e9e951ba6a3c'Michael Niedermayer2014-11-25
|\|
| * lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-24
* | avformat: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer2014-10-25
* | avformat: Print error message on failure of ff_rename()Michael Niedermayer2014-10-25
* | Merge commit '7785ce1c769369abf85b276148548a5510aabb5f'Michael Niedermayer2014-10-25
|\|
| * lavf: replace rename() with ff_rename()Luca Barbato2014-10-24