summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* 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
* avformat/hlsenc: fix hlsenc bug at windows systemSteven Liu2017-01-13
* lavf/hlsenc: fix typo in last commit.Nicolas George2017-01-12
* avformat/hlsenc: hls_start_number_source and start_numberBodecs Bela2017-01-12
* avformat/hlsenc: fix the bug when the largest segment duration pointer right ...Steven Liu2017-01-11
* avformat/hlsenc: fix hls start and tail segment durationSteven Liu2017-01-11
* avformat/hlsenc: fix Explicit null dereferenced in hlsencSteven Liu2017-01-06
* vformat/hlsenc: typo in default localtime patternBela Bodecs2017-01-05
* avformat/hlsenc: fix memleak in hlsencSteven Liu2017-01-05
* avformat/hlsenc: bugfix in duplicate filename detectionBela Bodecs2017-01-05
* avformat/hlsenc: size and duration in segment filenamesBela Bodecs2017-01-03
* avformat/hlsenc: Duplicated segment filenames and use_localtime_mkdirBela Bodecs2017-01-01
* libavformat/hlsenc: default segment name and use_localtimeBela Bodecs2017-01-01
* libavformat/hlsenc: fix delete_segments when use_localtime_mkdirBela Bodecs2016-12-29
* avformat/hlsenc: strftime identifiers and segment indexBodecs Bela2016-12-27
* Fix bug when incrementing initial_prog_date_time when removing segmentsJesper Ek2016-12-27
* avformat/hlsenc: detecting duplicated segment filenamesBela Bodecs2016-12-26
* avformat/hlsenc: save the EXT-X-DISCONTINUITY from old listSteven Liu2016-12-07
* avformat/hlsenc: fix ticket id 5988 for DISCONTINUITYSteven Liu2016-12-05
* increment initial_prog_date_time when removing old segmentsRobert Nagy2016-11-12
* Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer2016-11-01
* img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack2016-11-01
* lavf: fix typosMoritz Barsnick2016-10-09
* avformat/hlsenc: support multi level path in m3u8 with filenameSteven Liu2016-10-04
* avformat/hlsenc: support mkdir_p for use_localtime_mkdirSteven Liu2016-10-01
* avformat/hlsenc: refine EXT-X-BYTERANGE support for segmentsSteven Liu2016-09-24
* avformat/hlsenc: Emulate strftime("%z") using other functions if it does not ...Michael Niedermayer2016-09-15
* avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime()Michael Niedermayer2016-09-13
* avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibilityMichael Niedermayer2016-09-13
* avformat/hlsenc: implement program_date_timeMichael Niedermayer2016-09-08
* avformat/hlsenc: fix incomplete write of subtitle HLS playlistFranklin Phillips2016-09-05
* avformat/hlsenc: add warning for append_list and hls_init_time optionSteven Liu2016-08-31
* avformat/hlsenc: add option hls_init_time to set init hls window segment dura...Steven Liu2016-08-29