summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/hlsenc: Do not mix declarations and code.n4.1.5Carl Eugen Hoyos2020-01-071-5/+5
* avformat/hlsenc.c: fix the output's duration smaller than input's in sub-rang...Charles Liu2018-10-301-2/+1
* avformat/hlsenc.c: the size of init.mp4 is zero.Charles Liu2018-10-301-0/+19
* avformat/hlsenc.c: remove the useless variable fmp4_init_mode.Charles Liu2018-10-301-4/+0
* avformat/hlsenc.c: fix memory leak in fmp4 mode.Charles Liu2018-10-301-0/+1
* avformat/hlsenc: fix the duration of m4s segment is unusually smaller than ex...Charles Liu2018-10-301-4/+0
* avformat/utils: move mkdir_p to utilsSteven Liu2018-09-251-35/+2
* avformat/hlsenc: rename option from use_localtime to strftimeSteven Liu2018-09-051-8/+14
* lavf/hlsenc: fix mixed declarations and code warning.Jun Zhao2018-08-221-1/+1
* Improve hls VOD mode hls performance problem.Ronak Patel2018-08-191-11/+33
* avformat/hlsenc: improve compute after_init_list_durSteven Liu2018-07-111-1/+1
* avformat/hlsenc: support http method for hls fmp4Steven Liu2018-05-241-1/+3
* avformat/hlsenc: set AVFMT_NODIMENSIONSAman Gupta2018-05-121-1/+1
* avformat/hlsenc: avformat/hlsenc: add error message for encrypt fmp4 modeSteven Liu2018-04-161-1/+6
* avformat/hlsenc: add option hls_delete_thresholdSteven Liu2018-04-131-0/+9
* lavf/hlsenc: use ff_get_chomp_lineJun Zhao2018-04-121-10/+2
* avformat/hlsenc: fix handling of delete_segments when %v is presentBela Bodecs2018-04-111-3/+23
* avformat/hlsenc: initialize saveptrsTimo Rothenpieler2018-03-271-1/+2
* avformat/hlsenc: use stream's maximum bit rate as fall-back advertised rateJan Ekström2018-03-251-2/+17
* avformat/hlsenc: reindent after previous commitsSteven Liu2018-03-181-125/+125
* avformat/hlsenc: fix fmp4 single init file problemSteven Liu2018-03-181-16/+50
* avformat/hlsenc: fix memleak problem about fmp4_init_filenameSteven Liu2018-03-181-7/+8
* avformat/hlsenc: reindent after previous commitsSteven Liu2018-03-181-22/+22
* avformat/hlsenc: fix write wrong init file URI string problemSteven Liu2018-03-181-16/+0
* avformat/hlsenc: Option to set timeout for socket I/O operationRavindra2018-03-141-1/+4
* avformat/hlsenc: fix for zero EXTINF tag durationVishwanath Dixit2018-03-121-1/+1
* avformat/hlsenc: add reference stream index for split segmentSteven Liu2018-03-021-1/+7
* hlsenc: Fixing HLS_TEMP_FILE usage with HLS_SECOND_LEVEL_SEGMENT_...Bela Bodecs2018-02-231-7/+13
* avformat/hls: migrate to AVFormatContext->urlMarton Balint2018-01-281-72/+94
* avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_f...Marton Balint2018-01-281-55/+58
* avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-241-2/+153
* avformat/hlsenc: Check that data is setBrendan McGrath2018-01-211-1/+1
* avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal2018-01-191-1/+66
* avformat/hlsenc: creation of variant streams in subdirectoriesVishwanath Dixit2018-01-021-8/+60
* avformat/hlsenc: configurable variant stream index position in filenamesVishwanath Dixit2018-01-021-52/+101
* avformat/hlsenc: revamped master playlist url creation logicVishwanath Dixit2018-01-021-16/+18
* avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal2017-12-291-9/+3
* avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal2017-12-291-1/+1
* avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal2017-12-291-4/+2
* avformat/hlsenc: fix resource leakSteven Liu2017-12-251-2/+5
* avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_clo...Karthick Jeyapal2017-12-251-0/+5
* avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit2017-12-231-3/+61
* avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)Karthick J2017-12-221-1/+1
* avformat/hlsenc: Fix a memory leak when http_persistent is 1Karthick J2017-12-211-0/+2
* avformat/hlsenc: reindent after previous commitsSteven Liu2017-12-211-12/+12
* avformat/hlsenc: fix first fragment mp4 do not split bugSteven Liu2017-12-211-10/+62
* avformat/hlsenc: Extend persistent http connections to playlistsKarthick J2017-12-151-29/+27
* avformat/hlsenc: Handle NULL input in IO open and close utility functionsKarthick J2017-12-151-2/+2
* avformat/hlsenc: Call avio_flush during persistent http connectionsKarthick J2017-12-151-0/+2
* avformat/hlsenc: reindent after previous commitsSteven Liu2017-12-121-30/+30