summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-20
* avformat/hlsenc: fix fmp4_init_filename file name with %v problemSteven Liu2019-02-10
* avformat/hlsenc: add var_stream_map LANGUAGE field string parameterSteven Liu2019-01-31
* avformat/hlsenc: add var_stream_map DEFAULT field status parameterSteven Liu2019-01-31
* avformat/hlsenc: make the EXT-X-MEDIA NAME field by stream id.Steven Liu2019-01-31
* avformat/hlsenc: free variant streams after write all variant streams infoSteven Liu2019-01-04
* avformat/hlsenc: remove unused variable to fix compiler warningSteven Liu2018-12-26
* Fix usage of temp_file flag in hls_flags option.Adrian Guzowski2018-12-26
* avformat/hlsenc: remove duplicate operation at hls_write_headerSteven Liu2018-12-24
* avformat/hlsenc : Added an option to ignore IO errorsKarthick J2018-12-10
* avformat/hlsenc: Handled error from ff_http_do_new_request() functionKarthick J2018-12-10
* avformat/hlsenc: remove the cannot reach resultSteven Liu2018-11-25
* lavf/hlsenc: Do not mix declarations and code.Carl Eugen Hoyos2018-11-16
* avformat/hlsenc: check dirname and fix vtt problemSteven Liu2018-11-12
* avformat/hlsenc.c: fix the output's duration smaller than input's in sub-rang...Charles Liu2018-10-30
* avformat/hlsenc.c: the size of init.mp4 is zero.Charles Liu2018-10-30
* avformat/hlsenc.c: remove the useless variable fmp4_init_mode.Charles Liu2018-10-30
* avformat/hlsenc.c: fix memory leak in fmp4 mode.Charles Liu2018-10-30
* avformat/hlsenc: fix the duration of m4s segment is unusually smaller than ex...Charles Liu2018-10-30
* avformat/utils: move mkdir_p to utilsSteven Liu2018-09-25
* avformat/hlsenc: rename option from use_localtime to strftimeSteven Liu2018-09-05
* lavf/hlsenc: fix mixed declarations and code warning.Jun Zhao2018-08-22
* Improve hls VOD mode hls performance problem.Ronak Patel2018-08-19
* avformat/hlsenc: improve compute after_init_list_durSteven Liu2018-07-11
* avformat/hlsenc: support http method for hls fmp4Steven Liu2018-05-24
* avformat/hlsenc: set AVFMT_NODIMENSIONSAman Gupta2018-05-12
* 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