summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* 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
* avformat/hlsenc: optimize help message default value.Steven Liu2017-07-05
* avfomat/hlsenc: support fmp4 format in hlsSteven Liu2017-07-03
* avformat/hlsenc: donnot show duplicate segment warning at byterange modeSteven Liu2017-06-19
* avformat/hlsenc: move old_filename free operation earlierSteven Liu2017-05-11
* avformat/hlsenc: fix CID 1405135Steven Liu2017-04-28
* avformat/hlsenc: hold old key info when append listSteven Liu2017-04-28
* avformat/hlsenc: add hls encrypt optionsSteven Liu2017-04-14
* avformat/hlsenc: fix duration wrong when no pkt durationSteven Liu2017-03-15
* avformat/hlsenc: fix ticket 6231Steven Liu2017-03-14
* avformat/hlsenc: second_levels flags process function extractSteven Liu2017-03-13
* avformat/hlsenc: move the segment files handler close to before temp flags pr...Steven Liu2017-03-04
* avformat/hlsenc: don't use %s for strftime on msvcHendrik Leppkes2017-02-25
* avformat/hlsenc: fix hls_flags temp_file bugSteven Liu2017-02-25
* avformat/hlsenc: fix cid 1401346 Dereferencing pointer errorSteven Liu2017-02-21
* avformat/hlsenc: set default http method to PUT when method is nullSteven Liu2017-02-18
* avformat/hlsenc: fix stream level metadata handlingBela Bodecs2017-02-13
* avformat/hlsenc: deprecate hls_wrap optionSteven Liu2017-02-11
* avformat/hlsenc: add hls_flag option to write segments to temporary file unti...Aman Gupta2017-02-07
* avformat/hlsenc: improve to write m3u8 head blockSteven Liu2017-01-24
* avformat/hlsenc: refine the code readable for time unitSteven Liu2017-01-24
* avformat/hlsenc: fix too many open files bugSteven Liu2017-01-20
* avformat/hlsenc: fix bug of hlsenc http delete old segmentsSteven Liu2017-01-19
* avformat/hlsenc: remove debug message used error level logSteven Liu2017-01-18
* avformat/hlsenc: refine the hlsenc codeSteven Liu2017-01-13