summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* avformat/hlsenc: avformat/hlsenc: add error message for encrypt fmp4 modeSteven Liu2018-04-16
* avformat/hlsenc: add option hls_delete_thresholdSteven Liu2018-04-13
* lavf/hlsenc: use ff_get_chomp_lineJun Zhao2018-04-12
* avformat/hlsenc: fix handling of delete_segments when %v is presentBela Bodecs2018-04-11
* avformat/hlsenc: initialize saveptrsTimo Rothenpieler2018-03-27
* avformat/hlsenc: use stream's maximum bit rate as fall-back advertised rateJan Ekström2018-03-25
* avformat/hlsenc: reindent after previous commitsSteven Liu2018-03-18
* avformat/hlsenc: fix fmp4 single init file problemSteven Liu2018-03-18
* avformat/hlsenc: fix memleak problem about fmp4_init_filenameSteven Liu2018-03-18
* avformat/hlsenc: reindent after previous commitsSteven Liu2018-03-18
* avformat/hlsenc: fix write wrong init file URI string problemSteven Liu2018-03-18
* avformat/hlsenc: Option to set timeout for socket I/O operationRavindra2018-03-14
* avformat/hlsenc: fix for zero EXTINF tag durationVishwanath Dixit2018-03-12
* avformat/hlsenc: add reference stream index for split segmentSteven Liu2018-03-02
* hlsenc: Fixing HLS_TEMP_FILE usage with HLS_SECOND_LEVEL_SEGMENT_...Bela Bodecs2018-02-23
* avformat/hls: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_f...Marton Balint2018-01-28
* avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-24
* avformat/hlsenc: Check that data is setBrendan McGrath2018-01-21
* avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal2018-01-19
* 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