| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/hlsenc: add append_list flag into hlsenc | Steven Liu | 2016-08-21 | 1 | -0/+62 |
* | avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee: | Michael Niedermayer | 2016-08-04 | 1 | -4/+6 |
* | add split_by_time flag for support splite mpegts segment at non-keyframe | Steven Liu | 2016-07-11 | 1 | -1/+3 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -9/+9 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -3/+3 |
* | | avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VOD | Adam Kent | 2016-03-12 | 1 | -0/+20 |
* | | avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8... | Michael Niedermayer | 2016-03-11 | 1 | -1/+1 |
* | | hlsenc: add use_localtime_mkdir option to automatically create time-based dir... | Johan Ström | 2016-02-17 | 1 | -7/+43 |
* | | avformat/hlsenc: Fix filename and options | Michael Niedermayer | 2016-02-10 | 1 | -1/+1 |
* | | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' | Derek Buitenhuis | 2016-02-10 | 1 | -22/+18 |
|\| |
|
| * | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -7/+8 |
| * | hlsenc: Support outputting specific versions | Luca Barbato | 2015-08-25 | 1 | -4/+11 |
| * | hlsenc: Use AV_TIME_BASE units for all the computations | Luca Barbato | 2015-08-16 | 1 | -13/+15 |
| * | hlsenc: write playlist into a temp file and replace the original atomically | Hendrik Leppkes | 2015-02-20 | 1 | -1/+5 |
| * | hlsenc: remove the AVIOContext for the playlist from the muxer context | Hendrik Leppkes | 2015-02-20 | 1 | -13/+12 |
* | | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -14/+15 |
* | | lavf/hlsenc: replace round by lrint | Ganesh Ajjanagadde | 2015-12-19 | 1 | -1/+1 |
* | | avformat/hlsenc: Check the return code of avformat_write_header() | Michael Niedermayer | 2015-12-13 | 1 | -2/+5 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | hlsenc: Only write PAT/PMT once per segment | Derek Buitenhuis | 2015-11-02 | 1 | -1/+9 |
* | | libavformat/hlsenc: Use of uninitialized memory unlinking old files | DHE | 2015-10-03 | 1 | -12/+17 |
* | | avformat/hlsenc: Fix the method command line parameter | Michael Niedermayer | 2015-09-14 | 1 | -11/+31 |
* | | avformat/hlsenc: Fix memleak of path | Michael Niedermayer | 2015-09-03 | 1 | -2/+4 |
* | | avformat/hlsenc: Initialize vtt_oc to help static analyzers | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | | avformat/hlsenc: add a use_localtime option to expand the segment filename wi... | LiuQi | 2015-09-02 | 1 | -4/+25 |
* | | avformat/hlsenc: Fix wording in comment | Michael Niedermayer | 2015-07-26 | 1 | -1/+1 |
* | | avformat/hlsenc: Add WebVtt support in hls | Anshul Maheshwari | 2015-07-26 | 1 | -10/+192 |
* | | avformat/hlsenc: removed empty/unused print_encryption_tag function | Christian Suloway | 2015-06-16 | 1 | -4/+0 |
* | | avformat/hlsenc: added HLS encryption | Christian Suloway | 2015-06-16 | 1 | -2/+116 |
* | | avformat/hlsenc: do not append an endlist tag when the stream ends | MrBoogs | 2015-05-17 | 1 | -1/+3 |
* | | avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o... | MrBoogs | 2015-05-17 | 1 | -2/+8 |
* | | avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p... | MrBoogs | 2015-05-17 | 1 | -1/+7 |
* | | avformat/hlsenc: Warn if a non file protocol is used | Michael Niedermayer | 2015-02-23 | 1 | -0/+4 |
* | | avformat/hlsenc: Use ff_rename() only for local files | Michael Niedermayer | 2015-02-21 | 1 | -2/+4 |
* | | hlsenc: write playlist into a temp file and replace the original atomically | Hendrik Leppkes | 2015-02-21 | 1 | -1/+5 |
* | | hlsenc: remove the AVIOContext for the playlist from the muxer context | Hendrik Leppkes | 2015-02-20 | 1 | -15/+13 |
* | | avformat/hlsenc: more robust error tests | Michael Niedermayer | 2015-01-11 | 1 | -3/+3 |
* | | avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | | avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-16 | 1 | -2/+2 |
* | | avformat/hlsenc: fix hls_write_trailer() on hls_start() failure | Christian Suloway | 2014-12-16 | 1 | -4/+6 |
* | | avformat/hlsenc: added segment file deletion | Christian Suloway | 2014-12-10 | 1 | -4/+86 |
* | | avformat/hlsenc: added segment filename option | Christian Suloway | 2014-12-06 | 1 | -16/+24 |
* | | avformat/hlsenc: Free context after hls_append_segment | Michael Niedermayer | 2014-11-16 | 1 | -1/+2 |
* | | hlsenc.c, segment.c: propagate defaults to mpegts | Mika Raento | 2014-10-17 | 1 | -4/+6 |
* | | Merge commit '28816050e47b6dba430a52e429d21a864cffda8e' | Michael Niedermayer | 2014-10-07 | 1 | -0/+1 |
|\| |
|
| * | lavf: Set the stream time base hint properly for chained muxers | Martin Storsjö | 2014-10-06 | 1 | -0/+1 |
* | | Merge commit '55f03d872640175a00bfa262da4652b7312b905f' | Michael Niedermayer | 2014-10-03 | 1 | -1/+0 |
|\| |
|
| * | hlsenc: Add parameter -hls_allow_cache | Joakim Roubert | 2014-10-03 | 1 | -0/+5 |
* | | avformat/hlsenc: fix outter typo | Michael Niedermayer | 2014-09-29 | 1 | -2/+2 |
* | | avformat/hlsenc: export inner muxer timebase | Michael Niedermayer | 2014-09-28 | 1 | -1/+7 |