summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAge
* 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
* avformat/dashenc: Handled the error from dashenc_io_open()kjeyapal@akamai.com2018-12-02
* lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set.Andrey Semashev2018-12-02
* lavf/dashenc: Don't put non-mp4 streams in HLS manifests.Andrey Semashev2018-12-02
* lavf/dashenc: Fix segment duration overflow on fine time bases.Andrey Semashev2018-11-23
* avformat/dashenc : Handled error from ff_http_do_new_request() cleanlykjeyapal@akamai.com2018-11-22
* lavf/dashenc: Fix AVDictionary leaks in case of various init errors.Andrey Semashev2018-11-21
* lavf/dashenc: Add support for format-specific file extensions.Andrey Semashev2018-11-21
* lavf/dashenc: Add DASH segment type auto and make it the defaultAndrey Semashev2018-11-21
* lavf/dashenc: set FLAC manifest codec string to "flac"Jan Ekström2018-11-14
* avformat/dashenc: Disable writing CODECS tag for HEVC streamskjeyapal@akamai.com2018-11-02
* avformat/dashenc: Support HTTP persistent for init segments as wellkjeyapal@akamai.com2018-10-26
* avformat/dashenc: URL close unconditionally after DELETE segmentskjeyapal@akamai.com2018-10-21
* avformat/dashenc: Support HTTP Persistent for master.m3u8 as wellkjeyapal@akamai.com2018-10-21
* avformat/dashenc: Dont ignore the codec tag from codec parametersKarthick Jeyapal2018-10-18
* avformat/dashenc: only write video streams into HLS master playlistJian Yang2018-10-11
* avformat/dashenc: Reduce Muxing overhead for chunked CMAF formatKarthick Jeyapal2018-09-19
* avformat/dashenc: Format VP9 profile as decimal instead of HexadecimalJames Almer2018-09-17
* avformat/dashenc: Format VP9 bitdepth as decimal instead of HexadecimalKarthick Jeyapal2018-09-17
* avformat/dashenc: Format VP9 level as decimal instead of hexadecimalKarthick Jeyapal2018-09-17
* avformat/dashenc: Remove muxer overhead from Bandwidth field in DASH manifestKarthick Jeyapal2018-09-11
* avformat/dashenc: Add CODECS tag to HLS master playlistKarthick Jeyapal2018-09-11
* libavformat/dashenc: Fix relative URI of HLS master playlistAntonio Morell2018-07-30
* avformat/dashenc: Added a warning for incorrect segment name extensionKarthick Jeyapal2018-05-28
* avformat/dashenc: Added option for Segment file formatKarthick Jeyapal2018-05-28
* avformat/dashenc: configuring container format optionsVishwanath Dixit2018-05-15