summaryrefslogtreecommitdiff
path: root/libavformat/webmdashenc.c
Commit message (Expand)AuthorAge
* lavf/webmdashenc.c: Allow AV1 video in WebMMatthieu Patou2021-06-20
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/webmdashenc: Don't pass NULL to memcmpAndreas Rheinhardt2021-03-28
* avformat/webmdashenc: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-28
* avformat/webmdashenc: CosmeticsAndreas Rheinhardt2020-07-26
* avformat/webmdashenc: Only check for existence of metadata if it is usedAndreas Rheinhardt2020-07-26
* avformat/webmdashenc: Avoid allocations, fix memleakAndreas Rheinhardt2020-07-26
* avformat/webmdashenc: Fix segfault when no filename is given when liveAndreas Rheinhardt2020-07-26
* avformat/webmdashenc: Simplify parsing stringsAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Don't segfault on invalid argumentsAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Remove possibility of infinite loopAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Be more strict when parsing stream indicesAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Avoid allocation for parsing a numberAndreas Rheinhardt2020-05-23
* avformat/Makefile: Remove false dependencies of WebM and Matroska muxerAndreas Rheinhardt2020-04-14
* avformat/webmdashenc: Remove unnecessary headerAndreas Rheinhardt2020-04-14
* avformat/webmdashenc: Use AVCodecDescriptors for codec namesAndreas Rheinhardt2020-04-07
* avformat/webmdashenc: Check codec typesAndreas Rheinhardt2020-04-07
* lavf, lavfi: Remove uses of sizeof(char).Carl Eugen Hoyos2020-04-04
* avformat/webmdashenc: Fix memleak upon realloc failureAndreas Rheinhardt2020-03-26
* avformat/webmdashenc: Don't use custom option for bitexactnessAndreas Rheinhardt2020-03-25
* avformat/webmdashenc: Remove write_trailerAndreas Rheinhardt2020-03-15
* avformat/webmdashenc: Check id in adaption_setsMichael Niedermayer2019-02-17
* webmdashenc: Fix memory leakDerek Buitenhuis2017-07-16
* avformat/webmdashenc: Validate the 'streams' adaptation sets parameterDerek Buitenhuis2017-04-20
* avformat/webmdashenc: Require the 'adaptation_sets' option to be setDerek Buitenhuis2017-04-20
* webm_dash_manifest: Add option to specify bandwidthVignesh Venkatasubramanian2017-04-17
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* fix: assigning instead of comparingAppChecker2015-10-27
* avformat/webmdashenc: fix uninitialized variableGanesh Ajjanagadde2015-08-20
* lavf/webmdashenc: fix unchecked strftimeVignesh Venkatasubramanian2015-05-15
* webmdashenc: Fix UTCTiming ElementVignesh Venkatasubramanian2015-04-28
* webmdashenc: parameter'ize minimumUpdatePeriodVignesh Venkatasubramanian2015-04-22
* webmdashenc: Add minimumUpdatePeriodVignesh Venkatasubramanian2015-04-22
* webmdashenc: Fix potential memory leakVignesh Venkatasubramanian2015-04-21
* webmdashenc: Add better error handlingVignesh Venkatasubramanian2015-04-17
* webdashenc: replace unchecked av_malloc with stack allocationVignesh Venkatasubramanian2015-04-14
* webmdashenc: Fix fate in MSVCVignesh Venkatasubramanian2015-04-07
* webmdashenc: Support for live stream manifestsVignesh Venkatasubramanian2015-04-05
* avformat/webmdashenc: use AVERROR(ENOMEM) for memory allocation failuresMichael Niedermayer2015-04-01
* lavf/webmdashenc: Representation IDs should be unique.Vignesh Venkatasubramanian2014-11-12
* lavf/webm_dash: some fields should go into RepresentationVignesh Venkatasubramanian2014-10-02
* Add a closing LF to Webm-manifest files.Carl Eugen Hoyos2014-09-16
* avformat/webmdashenc: use av_strlcpy() and allocate enough spaceMichael Niedermayer2014-08-29
* Drop remaining unneeded != NULLMichael Niedermayer2014-08-15
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
* lavf: Add WebM DASH Manifest MuxerVignesh Venkatasubramanian2014-07-15