summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAge
* 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
* avformat/dashenc: use 64bit for handling the return of avio_tell()Michael Niedermayer2019-05-17
* avformat/dashenc: Fix a bug with writing "final" manifestKarthick J2019-04-22
* avformat/dashenc: Disable streaming for webm outputKarthick J2019-04-16
* libavformat/dashenc : Prevent writing manifest files multiple timesjoepadmiraal2019-04-10
* avformat/dashenc: Add support for Global SIDXKarthick J2019-04-02
* avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlistsjoepadmiraal2019-03-06
* avformat/dashenc: Added commentsKarthick J2019-02-25
* avformat/dashenc: Added option to repeatedly publish master playlistKarthick J2019-02-25
* avformat/hlsenc: add var_stream_map LANGUAGE field string parameterSteven Liu2019-01-31
* avformat/dashenc: Skip writing trailer for MP4 output when in streaming modeKarthick J2019-01-28
* avformat/dashenc: Format xs:datetime in millisecond precisionKarthick J2019-01-21
* avformat/dashenc: Added support for Low-latency HLS(Experimental)kjeyapal@akamai.com2018-12-17
* avformat/dashenc : Refactored HLS media playlist related codekjeyapal@akamai.com2018-12-17
* avformat/dashenc: Used the movenc option skip_sidx instead of global_sidxkjeyapal@akamai.com2018-12-11
* lavf/dashenc: Write media trailers when DASH trailer is written.Andrey Semashev2018-12-04
* Revert "lavf/dashenc: Write media trailers when DASH trailer is written."Karthick J2018-12-03
* lavf/dashenc: Use avpriv_io_delete to delete files.Andrey Semashev2018-12-03
* lavf/dashenc: Write media trailers when DASH trailer is written.Andrey Semashev2018-12-03
* avformat/dashenc: Added proper logging when io_open fails for writeKarthick J2018-12-03
* avformat/dashenc: Added an option to ignore io errorskjeyapal@akamai.com2018-12-02