summaryrefslogtreecommitdiff
path: root/libavformat/hlsplaylist.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+0
* avformat/hlsenc, hlsplaylist: CosmeticsAndreas Rheinhardt2020-05-281-4/+5
* avformat/hlsplaylist: Add const where appropriateAndreas Rheinhardt2020-05-281-10/+13
* avformat: add subtitle support in master playlist m3u8Limin Wang2020-04-081-1/+3
* lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for r...Limin Wang2019-09-021-2/+2
* avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag supportSteven Liu2019-06-141-2/+3
* avformat/hlsenc: add var_stream_map LANGUAGE field string parameterSteven Liu2019-01-311-1/+1
* avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-241-1/+1
* avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal2018-01-191-1/+2
* avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal2017-12-291-1/+2
* avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal2017-12-291-0/+1
* avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit2017-12-231-1/+1
* avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)Karthick J2017-12-221-5/+0
* avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu2017-12-041-1/+1
* avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuseKarthick J2017-11-301-0/+5
* avformat/hlsplaylist: add missing header includesJames Almer2017-11-291-0/+4
* avformat/hlsplaylist: fix header include guardJames Almer2017-11-291-2/+2
* avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J2017-11-291-0/+51