summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* 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
* lavf/hlsenc: add append_list flag into hlsencSteven Liu2016-08-21
* avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer2016-08-04
* add split_by_time flag for support splite mpegts segment at non-keyframeSteven Liu2016-07-11
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VODAdam Kent2016-03-12
* | avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8...Michael Niedermayer2016-03-11
* | hlsenc: add use_localtime_mkdir option to automatically create time-based dir...Johan Ström2016-02-17
* | avformat/hlsenc: Fix filename and optionsMichael Niedermayer2016-02-10
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
|\|
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-24
| * hlsenc: Support outputting specific versionsLuca Barbato2015-08-25