summaryrefslogtreecommitdiff
path: root/libavformat/hdsenc.c
Commit message (Expand)AuthorAge
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-10
* avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz2021-12-04
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-03
* 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/hdsenc: Add explicit deinit functionAndreas Rheinhardt2020-04-30
* avformat/hdsenc: removed unused check of avformat_free_contextSteven Liu2019-12-02
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-20
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* Use the new AVIOContext destructor.Anton Khirnov2017-09-01
* hdsenc: Remove dead storeDerek Buitenhuis2017-07-14
* avformat/hdsenc: Pass flags to child contextMichael Niedermayer2016-04-11
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | 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
* | avformat/hdsenc: Change duration from single to to double precisionMichael Niedermayer2015-06-08
* | avformat/hdsenc: Remove redundant NULL pointer checksMichael Niedermayer2015-01-09
* | avformat/hdsenc: Simplify code by using avio_closep()Michael Niedermayer2015-01-08
* | avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-16
* | 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
* | Merge commit '7fd10f66b722eccc2ada9128766d002f6d751f79'Michael Niedermayer2014-11-19
|\|
| * hdsenc: Clear the previous codec tag when setting up the chained muxerMartin Storsjö2014-11-19
* | Merge commit 'f918b8a2933a65020cbe490ec637d5485c11a692'Michael Niedermayer2014-11-19
|\|
| * hdsenc: Use the right filename in an error messageMartin Storsjö2014-11-19
* | avformat/hdsenc: Read errno before av_log() as the callback from av_log() mig...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
* | Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer2014-10-07
|\|
| * lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-06
* | Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b'Michael Niedermayer2014-09-08
|\|
| * libavformat: Check mkdir return error codesMartin Storsjö2014-09-07
* | avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer2014-07-24
* | avformat/hdsenc: Use av_mallocz_array()Michael Niedermayer2014-06-30
* | avformat/hdsenc: check mkdir() return codeMichael Niedermayer2014-01-31
* | Merge commit '797f2a791397210ec1b591b326658805c5dbf104'Michael Niedermayer2013-12-14
|\|
| * hdsenc: Check the init_file() return codeMichael Niedermayer2013-12-14
| * hdsenc: Fix an off by one error in an array size checkMichael Niedermayer2013-12-14
| * hdsenc: Avoid integer overflowMichael Niedermayer2013-12-14
* | libavformat/hdsenc: check init_file() return codeMichael Niedermayer2013-12-12
* | avformat/hdsenc: fix off by 1 error in array size checkMichael Niedermayer2013-12-11