summaryrefslogtreecommitdiffstats
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer2016-11-011-3/+3
* img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack2016-11-011-3/+3
* lavf: fix typosMoritz Barsnick2016-10-091-2/+2
* avformat/hlsenc: support multi level path in m3u8 with filenameSteven Liu2016-10-041-15/+2
* avformat/hlsenc: support mkdir_p for use_localtime_mkdirSteven Liu2016-10-011-1/+34
* avformat/hlsenc: refine EXT-X-BYTERANGE support for segmentsSteven Liu2016-09-241-3/+46
* avformat/hlsenc: Emulate strftime("%z") using other functions if it does not ...Michael Niedermayer2016-09-151-3/+13
* avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime()Michael Niedermayer2016-09-131-1/+2
* avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibilityMichael Niedermayer2016-09-131-1/+1
* avformat/hlsenc: implement program_date_timeMichael Niedermayer2016-09-081-0/+23
* avformat/hlsenc: fix incomplete write of subtitle HLS playlistFranklin Phillips2016-09-051-3/+3
* avformat/hlsenc: add warning for append_list and hls_init_time optionSteven Liu2016-08-311-0/+6
* avformat/hlsenc: add option hls_init_time to set init hls window segment dura...Steven Liu2016-08-291-1/+11
* lavf/hlsenc: add append_list flag into hlsencSteven Liu2016-08-211-0/+62
* avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer2016-08-041-4/+6
* add split_by_time flag for support splite mpegts segment at non-keyframeSteven Liu2016-07-111-1/+3
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-9/+9
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-3/+3
* | avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VODAdam Kent2016-03-121-0/+20
* | avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8...Michael Niedermayer2016-03-111-1/+1
* | hlsenc: add use_localtime_mkdir option to automatically create time-based dir...Johan Ström2016-02-171-7/+43
* | avformat/hlsenc: Fix filename and optionsMichael Niedermayer2016-02-101-1/+1
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-22/+18
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-7/+8
| * hlsenc: Support outputting specific versionsLuca Barbato2015-08-251-4/+11
| * hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-161-13/+15
| * hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes2015-02-201-1/+5
| * hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes2015-02-201-13/+12
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-14/+15
* | lavf/hlsenc: replace round by lrintGanesh Ajjanagadde2015-12-191-1/+1
* | avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer2015-12-131-2/+5
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | hlsenc: Only write PAT/PMT once per segmentDerek Buitenhuis2015-11-021-1/+9
* | libavformat/hlsenc: Use of uninitialized memory unlinking old filesDHE2015-10-031-12/+17
* | avformat/hlsenc: Fix the method command line parameterMichael Niedermayer2015-09-141-11/+31
* | avformat/hlsenc: Fix memleak of pathMichael Niedermayer2015-09-031-2/+4
* | avformat/hlsenc: Initialize vtt_oc to help static analyzersMichael Niedermayer2015-09-031-1/+1
* | avformat/hlsenc: add a use_localtime option to expand the segment filename wi...LiuQi2015-09-021-4/+25
* | avformat/hlsenc: Fix wording in commentMichael Niedermayer2015-07-261-1/+1
* | avformat/hlsenc: Add WebVtt support in hlsAnshul Maheshwari2015-07-261-10/+192
* | avformat/hlsenc: removed empty/unused print_encryption_tag functionChristian Suloway2015-06-161-4/+0
* | avformat/hlsenc: added HLS encryptionChristian Suloway2015-06-161-2/+116
* | avformat/hlsenc: do not append an endlist tag when the stream endsMrBoogs2015-05-171-1/+3
* | avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o...MrBoogs2015-05-171-2/+8
* | avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p...MrBoogs2015-05-171-1/+7
* | avformat/hlsenc: Warn if a non file protocol is usedMichael Niedermayer2015-02-231-0/+4
* | avformat/hlsenc: Use ff_rename() only for local filesMichael Niedermayer2015-02-211-2/+4
* | hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes2015-02-211-1/+5
* | hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes2015-02-201-15/+13
* | avformat/hlsenc: more robust error testsMichael Niedermayer2015-01-111-3/+3
OpenPOWER on IntegriCloud