summaryrefslogtreecommitdiff
path: root/libavformat/hdsenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+7
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-101-2/+1
* avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz2021-12-041-1/+1
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-031-4/+2
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-3/+4
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-091-3/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-1/+1
* avformat/hdsenc: Add explicit deinit functionAndreas Rheinhardt2020-04-301-22/+11
* avformat/hdsenc: removed unused check of avformat_free_contextSteven Liu2019-12-021-2/+1
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-201-1/+1
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-12/+12
* Use the new AVIOContext destructor.Anton Khirnov2017-09-011-1/+1
* hdsenc: Remove dead storeDerek Buitenhuis2017-07-141-1/+0
* avformat/hdsenc: Pass flags to child contextMichael Niedermayer2016-04-111-0/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-7/+7
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-7/+7
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-13/+11
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-15/+10
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-6/+7
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | avformat/hdsenc: Change duration from single to to double precisionMichael Niedermayer2015-06-081-1/+1
* | avformat/hdsenc: Remove redundant NULL pointer checksMichael Niedermayer2015-01-091-3/+2
* | avformat/hdsenc: Simplify code by using avio_closep()Michael Niedermayer2015-01-081-4/+2
* | avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-161-6/+6
* | Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91'Michael Niedermayer2014-11-271-10/+6
|\ \ | |/
| * Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-271-10/+6
* | Merge commit 'b9d08c77a44390b0848c06f20bc0e9e951ba6a3c'Michael Niedermayer2014-11-251-6/+10
|\ \ | |/
| * lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-241-6/+10
* | Merge commit '7fd10f66b722eccc2ada9128766d002f6d751f79'Michael Niedermayer2014-11-191-0/+1
|\ \ | |/
| * hdsenc: Clear the previous codec tag when setting up the chained muxerMartin Storsjö2014-11-191-0/+1
* | Merge commit 'f918b8a2933a65020cbe490ec637d5485c11a692'Michael Niedermayer2014-11-191-1/+1
|\ \ | |/
| * hdsenc: Use the right filename in an error messageMartin Storsjö2014-11-191-1/+1
* | avformat/hdsenc: Read errno before av_log() as the callback from av_log() mig...Michael Niedermayer2014-10-251-1/+1
* | avformat: Print error message on failure of ff_rename()Michael Niedermayer2014-10-251-3/+3
* | Merge commit '7785ce1c769369abf85b276148548a5510aabb5f'Michael Niedermayer2014-10-251-14/+5
|\ \ | |/
| * lavf: replace rename() with ff_rename()Luca Barbato2014-10-241-5/+5
* | 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-7/+4
|\ \ | |/
| * libavformat: Check mkdir return error codesMartin Storsjö2014-09-071-1/+4
* | avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer2014-07-241-1/+1
* | avformat/hdsenc: Use av_mallocz_array()Michael Niedermayer2014-06-301-1/+1
* | avformat/hdsenc: check mkdir() return codeMichael Niedermayer2014-01-311-1/+8
* | Merge commit '797f2a791397210ec1b591b326658805c5dbf104'Michael Niedermayer2013-12-141-1/+1
|\ \ | |/
| * hdsenc: Check the init_file() return codeMichael Niedermayer2013-12-141-1/+3
| * hdsenc: Fix an off by one error in an array size checkMichael Niedermayer2013-12-141-1/+1
| * hdsenc: Avoid integer overflowMichael Niedermayer2013-12-141-1/+1
* | libavformat/hdsenc: check init_file() return codeMichael Niedermayer2013-12-121-1/+3