summaryrefslogtreecommitdiffstats
path: root/libavformat/webmdashenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/webmdashenc: Check id in adaption_setsMichael Niedermayer2019-02-171-0/+6
* webmdashenc: Fix memory leakDerek Buitenhuis2017-07-161-8/+30
* avformat/webmdashenc: Validate the 'streams' adaptation sets parameterDerek Buitenhuis2017-04-201-1/+5
* avformat/webmdashenc: Require the 'adaptation_sets' option to be setDerek Buitenhuis2017-04-201-0/+4
* webm_dash_manifest: Add option to specify bandwidthVignesh Venkatasubramanian2017-04-171-3/+8
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-31/+31
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* fix: assigning instead of comparingAppChecker2015-10-271-1/+1
* avformat/webmdashenc: fix uninitialized variableGanesh Ajjanagadde2015-08-201-3/+3
* lavf/webmdashenc: fix unchecked strftimeVignesh Venkatasubramanian2015-05-151-8/+14
* webmdashenc: Fix UTCTiming ElementVignesh Venkatasubramanian2015-04-281-5/+5
* webmdashenc: parameter'ize minimumUpdatePeriodVignesh Venkatasubramanian2015-04-221-1/+3
* webmdashenc: Add minimumUpdatePeriodVignesh Venkatasubramanian2015-04-221-1/+2
* webmdashenc: Fix potential memory leakVignesh Venkatasubramanian2015-04-211-1/+1
* webmdashenc: Add better error handlingVignesh Venkatasubramanian2015-04-171-18/+37
* webdashenc: replace unchecked av_malloc with stack allocationVignesh Venkatasubramanian2015-04-141-2/+1
* webmdashenc: Fix fate in MSVCVignesh Venkatasubramanian2015-04-071-10/+9
* webmdashenc: Support for live stream manifestsVignesh Venkatasubramanian2015-04-051-27/+162
* avformat/webmdashenc: use AVERROR(ENOMEM) for memory allocation failuresMichael Niedermayer2015-04-011-3/+6
* lavf/webmdashenc: Representation IDs should be unique.Vignesh Venkatasubramanian2014-11-121-1/+2
* lavf/webm_dash: some fields should go into RepresentationVignesh Venkatasubramanian2014-10-021-24/+92
* Add a closing LF to Webm-manifest files.Carl Eugen Hoyos2014-09-161-1/+1
* avformat/webmdashenc: use av_strlcpy() and allocate enough spaceMichael Niedermayer2014-08-291-2/+2
* Drop remaining unneeded != NULLMichael Niedermayer2014-08-151-1/+1
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-9/+9
* lavf: Add WebM DASH Manifest MuxerVignesh Venkatasubramanian2014-07-151-0/+317
OpenPOWER on IntegriCloud