summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-101-2/+3
* libavformat/dashenc: Reduce confusion in par error messageChris Miceli2020-08-311-1/+1
* libavformat/dashenc.c: Support mpd update periodSiyuan Huang2020-07-091-0/+4
* avformat/dashenc: Calculate average bitrate for adaptation sets in static man...Przemysław Sobala2020-06-221-8/+16
* Revert "avformat/dashenc: use AVStream timebase when computing missing bitrate"Przemysław Sobala2020-06-221-1/+1
* avformat/dashenc: Add hls_master_name optionPrzemysław Sobala2020-06-151-3/+5
* avformat/dashenc: use AVStream timebase when computing missing bitratePrzemysław Sobala2020-06-011-1/+1
* avformat/dashenc: remove the arbitrary restrictions for filenameLimin Wang2020-05-011-17/+9
* avformat/dashenc: use av_reallocp_array()Limin Wang2020-04-291-1/+1
* avformat/dashenc: use local variable and avoid calculate duration multiple timesLimin Wang2020-04-291-9/+5
* avformat/dashenc: cosmeticsLimin Wang2020-04-291-14/+14
* avformat: only allow a single bitstream filter when muxingMarton Balint2020-04-261-4/+2
* avformat/dashenc: add missing startWithSap attribute to AdaptationSet elementsJames Almer2020-04-201-1/+1
* avformat/dashenc: add a PlaybackRate elementJames Almer2020-04-201-2/+16
* avformat/dashenc: add a maxSegmentDuration attribute to the ManifestJames Almer2020-04-201-0/+6
* avformat/dashenc: fix typo in ProducerReferenceTime elementsJames Almer2020-04-151-1/+1
* avformat: add subtitle support in master playlist m3u8Limin Wang2020-04-081-1/+1
* avformat/dashenc: use a quieter log lever when informing prft was automatical...James Almer2020-02-261-1/+1
* avformat/dashenc: always attempt to enable prft in ldash modeJames Almer2020-02-221-1/+7
* avformat/dashenc: write a capture time Producer Reference Time element when n...James Almer2020-02-221-13/+37
* avformat/dashenc: write the styp box when the first frame of a segment is readyJames Almer2020-02-221-7/+3
* avformat/dashenc: warn if Producer Reference Time element option is missing w...James Almer2020-02-171-0/+4
* avformat/dashenc: disable Resync elements when using DVB-DASH profileJames Almer2020-02-171-2/+2
* avformat/dashenc: always set coding_dependency to 1 if a parser isn't usedJames Almer2020-02-161-2/+4
* avformat/dashenc: include an availabilityTimeComplete element in all streamin...James Almer2020-02-161-2/+1
* avformat/dashenc: add Trick Mode support for AdaptationSetsJames Almer2020-02-161-10/+61
* avformat/dashenc: make AdaptationSet id an integer valueJames Almer2020-02-161-6/+14
* avformat/dashenc: use AV_OPT_TYPE_DICT for http_optsMarton Balint2020-02-031-4/+3
* dashenc: check pts to prevent division by zero errorAlfred E. Heggestad2020-01-311-1/+1
* avformat/dashenc: use ff_rename instead of avpriv_io_moveMarton Balint2020-01-191-6/+4
* avformat/dashenc: add an option to write a Latency elementJames Almer2020-01-151-1/+26
* dashenc: support setting arbitrary HTTP protocol optionsAnton Khirnov2020-01-151-0/+4
* avformat/dashenc: allow setting custom movflags using format_optionsJames Almer2020-01-151-3/+3
* avformat/dashenc: implement DVB-DASH profileJames Almer2020-01-151-4/+73
* avformat/dashenc: add an option to enable low latency Dash manifestJames Almer2020-01-151-2/+30
* avformat/dashenc: Write a Producer Reference Time elementJames Almer2020-01-151-8/+44
* avformat/dashenc: allow splitting fragments following P-Frame reorderingJames Almer2020-01-151-2/+67
* avformat/dashenc: allow setting fragment durationsJames Almer2020-01-151-17/+100
* avformat/dashenc: allow setting segment durations per AdaptationSetJames Almer2020-01-151-17/+49
* avformat/dashenc: Fix leak of AVFormatContext on errorAndreas Rheinhardt2020-01-081-5/+4
* avformat/dashenc: use AV_OPT_TYPE_DICT for format_optionsMarton Balint2020-01-011-7/+3
* avformat/dashenc: remove unused check of avformat_free_contextSteven Liu2019-12-021-2/+1
* avformat/dashenc: fix writing the AV1 codec string in mp4 modeJames Almer2019-08-031-0/+16
* avformat/dashenc: update stream extradata from packet side dataJames Almer2019-08-031-11/+12
* avformat/dashenc: add descriptor which is useful to the scheme defined by ISO...Leo Zhang2019-07-221-4/+23
* avformat/dashenc: split extension for MP4 into .mp4 or .m4sAlfred E. Heggestad2019-06-251-3/+20
* avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag supportSteven Liu2019-06-141-2/+2
* avformat/dashenc: use 64bit for handling the return of avio_tell()Michael Niedermayer2019-05-171-2/+2
* avformat/dashenc: Fix a bug with writing "final" manifestKarthick J2019-04-221-1/+1
* avformat/dashenc: Disable streaming for webm outputKarthick J2019-04-161-0/+5