summaryrefslogtreecommitdiff
path: root/libavformat/hlsplaylist.h
Commit message (Collapse)AuthorAge
* avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-24
|
* avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal2018-01-19
|
* avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal2017-12-29
| | | | Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
* avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal2017-12-29
| | | | Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
* avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit2017-12-23
| | | | Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)Karthick J2017-12-22
|
* avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu2017-12-04
| | | | Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuseKarthick J2017-11-30
|
* avformat/hlsplaylist: add missing header includesJames Almer2017-11-29
| | | | | | Fixes checkheaders. Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/hlsplaylist: fix header include guardJames Almer2017-11-29
| | | | | | Fixes fate-source Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J2017-11-29