summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* avformat/hlsenc: creation of variant streams in subdirectoriesVishwanath Dixit2018-01-02
* avformat/hlsenc: configurable variant stream index position in filenamesVishwanath Dixit2018-01-02
* avformat/hlsenc: revamped master playlist url creation logicVishwanath Dixit2018-01-02
* avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal2017-12-29
* avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal2017-12-29
* avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal2017-12-29
* avformat/hlsenc: fix resource leakSteven Liu2017-12-25
* avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_clo...Karthick Jeyapal2017-12-25
* avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit2017-12-23
* avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)Karthick J2017-12-22
* avformat/hlsenc: Fix a memory leak when http_persistent is 1Karthick J2017-12-21
* avformat/hlsenc: reindent after previous commitsSteven Liu2017-12-21
* avformat/hlsenc: fix first fragment mp4 do not split bugSteven Liu2017-12-21
* avformat/hlsenc: Extend persistent http connections to playlistsKarthick J2017-12-15
* avformat/hlsenc: Handle NULL input in IO open and close utility functionsKarthick J2017-12-15
* avformat/hlsenc: Call avio_flush during persistent http connectionsKarthick J2017-12-15
* avformat/hlsenc: reindent after previous commitsSteven Liu2017-12-12
* avformat/hlsenc: move init operations from write_header to initSteven Liu2017-12-11
* avformat/hlsenc: fix compiling error when disable-networkSteven Liu2017-12-04
* avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu2017-12-04
* avformat/hlsenc: fix baseurl missing last charRobert Nagy2017-12-04
* avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuseKarthick J2017-11-30
* avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J2017-11-29
* libavformat/hlsenc: Persistent HTTP connections supported as an optionJeyapal, Karthick2017-11-29
* avformat/hlsenc: Fixed initial setting for end_ptsKarthick J2017-11-28
* avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tagKarthick J2017-11-24
* avformat/hlsenc: Refactor an inconsistent variable nameKarthick J2017-11-24
* avformat/hlsenc: Minor fix in setting http options for master playlistKarthick J2017-11-24
* avformat/hlsenc: use FFABS to instead of absSteven Liu2017-11-20
* avformat/hlsenc: creation of hls master playlist fileVishwanath Dixit2017-11-20
* avformat/hlsenc: creation of hls variant streams in a single hlsenc instanceVishwanath Dixit2017-11-20
* avformat/hlsenc: write fmp4 init header after first AV frameSteven Liu2017-11-14
* avformat/hlsenc: allocate space for terminating nullTimo Rothenpieler2017-11-13
* avformat/hlsenc: reindent hlsenc codeSteven Liu2017-11-02
* avformat/hlsenc: check hls segment mode for ignore the init filenameSteven Liu2017-11-02
* avformat/hlsenc: reindent hlsenc codeSteven Liu2017-10-29
* avformat/hlsenc: fix missing first segment bug in fmp4 modeSteven Liu2017-10-29
* avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bugSteven Liu2017-10-29
* avformat/hlsenc: support http method for hls fmp4 init fileSteven Liu2017-09-21
* avformat/hlsenc: fix CID 1418106Steven Liu2017-09-21
* avformat/hlsenc: fix segfault when using -hls_segment_type fmp4 with -hls_seg...Aman Gupta2017-09-16
* avformat/hlsenc: Added configuration to override HTTP User-AgentKarthick J2017-09-05
* avformat/hlsenc: move free fmp4_init_filename after hls_window operationSteven Liu2017-08-22
* avformat/hlsenc: allow dynamic encryption key rotationDeHackEd2017-08-06
* avformat/hlsenc: support fmp4 single file modeSteven Liu2017-08-04
* avformat/hlsenc: improve hls encrypt get key file operationSteven Liu2017-07-25
* avformat/hlsenc: fix hls fmp4 extention name bugSteven Liu2017-07-24
* avformat/hlsenc: Add missing error checkDerek Buitenhuis2017-07-07
* avformat/hlsenc: add warn message when use both fmp4 and single_fileSteven Liu2017-07-07
* avformat/hlsenc: copy codec_tag when stream copySteven Liu2017-07-05