summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* 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
| * hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-16
| * hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes2015-02-20
| * hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes2015-02-20
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | lavf/hlsenc: replace round by lrintGanesh Ajjanagadde2015-12-19
* | avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer2015-12-13
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | hlsenc: Only write PAT/PMT once per segmentDerek Buitenhuis2015-11-02
* | libavformat/hlsenc: Use of uninitialized memory unlinking old filesDHE2015-10-03
* | avformat/hlsenc: Fix the method command line parameterMichael Niedermayer2015-09-14
* | avformat/hlsenc: Fix memleak of pathMichael Niedermayer2015-09-03