summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* 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
* | avformat/hlsenc: Initialize vtt_oc to help static analyzersMichael Niedermayer2015-09-03
* | avformat/hlsenc: add a use_localtime option to expand the segment filename wi...LiuQi2015-09-02
* | avformat/hlsenc: Fix wording in commentMichael Niedermayer2015-07-26
* | avformat/hlsenc: Add WebVtt support in hlsAnshul Maheshwari2015-07-26
* | avformat/hlsenc: removed empty/unused print_encryption_tag functionChristian Suloway2015-06-16
* | avformat/hlsenc: added HLS encryptionChristian Suloway2015-06-16
* | avformat/hlsenc: do not append an endlist tag when the stream endsMrBoogs2015-05-17
* | avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o...MrBoogs2015-05-17
* | avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p...MrBoogs2015-05-17
* | avformat/hlsenc: Warn if a non file protocol is usedMichael Niedermayer2015-02-23
* | avformat/hlsenc: Use ff_rename() only for local filesMichael Niedermayer2015-02-21
* | hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes2015-02-21
* | hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes2015-02-20
* | avformat/hlsenc: more robust error testsMichael Niedermayer2015-01-11
* | avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-16
* | avformat/hlsenc: fix hls_write_trailer() on hls_start() failureChristian Suloway2014-12-16
* | avformat/hlsenc: added segment file deletionChristian Suloway2014-12-10
* | avformat/hlsenc: added segment filename optionChristian Suloway2014-12-06
* | avformat/hlsenc: Free context after hls_append_segmentMichael Niedermayer2014-11-16
* | hlsenc.c, segment.c: propagate defaults to mpegtsMika Raento2014-10-17
* | Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer2014-10-07
|\|
| * lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-06
* | Merge commit '55f03d872640175a00bfa262da4652b7312b905f'Michael Niedermayer2014-10-03
|\|
| * hlsenc: Add parameter -hls_allow_cacheJoakim Roubert2014-10-03