summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAge
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat/dashenc: Remove deprecated min_seg_duration optionAndreas Rheinhardt2021-04-27
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* libavformat/dashenc: Reduce confusion in par error messageChris Miceli2020-08-31
* libavformat/dashenc.c: Support mpd update periodSiyuan Huang2020-07-09
* avformat/dashenc: Calculate average bitrate for adaptation sets in static man...Przemysław Sobala2020-06-22
* Revert "avformat/dashenc: use AVStream timebase when computing missing bitrate"Przemysław Sobala2020-06-22
* avformat/dashenc: Add hls_master_name optionPrzemysław Sobala2020-06-15
* avformat/dashenc: use AVStream timebase when computing missing bitratePrzemysław Sobala2020-06-01
* avformat/dashenc: remove the arbitrary restrictions for filenameLimin Wang2020-05-01
* avformat/dashenc: use av_reallocp_array()Limin Wang2020-04-29
* avformat/dashenc: use local variable and avoid calculate duration multiple timesLimin Wang2020-04-29
* avformat/dashenc: cosmeticsLimin Wang2020-04-29
* avformat: only allow a single bitstream filter when muxingMarton Balint2020-04-26
* avformat/dashenc: add missing startWithSap attribute to AdaptationSet elementsJames Almer2020-04-20
* avformat/dashenc: add a PlaybackRate elementJames Almer2020-04-20
* avformat/dashenc: add a maxSegmentDuration attribute to the ManifestJames Almer2020-04-20
* avformat/dashenc: fix typo in ProducerReferenceTime elementsJames Almer2020-04-15
* avformat: add subtitle support in master playlist m3u8Limin Wang2020-04-08
* avformat/dashenc: use a quieter log lever when informing prft was automatical...James Almer2020-02-26
* avformat/dashenc: always attempt to enable prft in ldash modeJames Almer2020-02-22
* avformat/dashenc: write a capture time Producer Reference Time element when n...James Almer2020-02-22
* avformat/dashenc: write the styp box when the first frame of a segment is readyJames Almer2020-02-22
* avformat/dashenc: warn if Producer Reference Time element option is missing w...James Almer2020-02-17
* avformat/dashenc: disable Resync elements when using DVB-DASH profileJames Almer2020-02-17
* avformat/dashenc: always set coding_dependency to 1 if a parser isn't usedJames Almer2020-02-16
* avformat/dashenc: include an availabilityTimeComplete element in all streamin...James Almer2020-02-16
* avformat/dashenc: add Trick Mode support for AdaptationSetsJames Almer2020-02-16
* avformat/dashenc: make AdaptationSet id an integer valueJames Almer2020-02-16
* avformat/dashenc: use AV_OPT_TYPE_DICT for http_optsMarton Balint2020-02-03
* dashenc: check pts to prevent division by zero errorAlfred E. Heggestad2020-01-31
* avformat/dashenc: use ff_rename instead of avpriv_io_moveMarton Balint2020-01-19
* avformat/dashenc: add an option to write a Latency elementJames Almer2020-01-15
* dashenc: support setting arbitrary HTTP protocol optionsAnton Khirnov2020-01-15
* avformat/dashenc: allow setting custom movflags using format_optionsJames Almer2020-01-15
* avformat/dashenc: implement DVB-DASH profileJames Almer2020-01-15
* avformat/dashenc: add an option to enable low latency Dash manifestJames Almer2020-01-15
* avformat/dashenc: Write a Producer Reference Time elementJames Almer2020-01-15
* avformat/dashenc: allow splitting fragments following P-Frame reorderingJames Almer2020-01-15
* avformat/dashenc: allow setting fragment durationsJames Almer2020-01-15
* avformat/dashenc: allow setting segment durations per AdaptationSetJames Almer2020-01-15
* avformat/dashenc: Fix leak of AVFormatContext on errorAndreas Rheinhardt2020-01-08
* avformat/dashenc: use AV_OPT_TYPE_DICT for format_optionsMarton Balint2020-01-01
* avformat/dashenc: remove unused check of avformat_free_contextSteven Liu2019-12-02
* avformat/dashenc: fix writing the AV1 codec string in mp4 modeJames Almer2019-08-03
* avformat/dashenc: update stream extradata from packet side dataJames Almer2019-08-03
* avformat/dashenc: add descriptor which is useful to the scheme defined by ISO...Leo Zhang2019-07-22
* avformat/dashenc: split extension for MP4 into .mp4 or .m4sAlfred E. Heggestad2019-06-25
* avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag supportSteven Liu2019-06-14