summaryrefslogtreecommitdiff
path: root/libavformat/hlsplaylist.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc, hlsplaylist: CosmeticsAndreas Rheinhardt2020-05-281-8/+14
* avformat/hlsplaylist: Add const where appropriateAndreas Rheinhardt2020-05-281-11/+16
* avformat: add subtitle support in master playlist m3u8Limin Wang2020-04-081-1/+16
* avformat/hlsplaylist: simplify code for checking whether the string is emptyLimin Wang2020-04-081-3/+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-3/+8
* avformat/hlsenc: add var_stream_map LANGUAGE field string parameterSteven Liu2019-01-311-3/+6
* avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-241-1/+4
* avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal2018-01-191-1/+4
* avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal2017-12-291-2/+3
* avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal2017-12-291-0/+9
* avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit2017-12-231-1/+3
* avformat/hlsplaylist: add return value check of strftimeSteven Liu2017-12-041-1/+4
* avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu2017-12-041-2/+4
* avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J2017-11-291-0/+138