108 Commits (3402871f36f9d5ec5670190663ebe30c8e15c436)

Author SHA1 Message Date
Adam Kent 77e355ffb1 avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VOD 9 years ago
Michael Niedermayer b2ab3398f5 avformat/hlsenc: Fix passing options, regression since bc9a5965c8 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Johan Ström 6c31c99289 hlsenc: add use_localtime_mkdir option to automatically create time-based directory 9 years ago
Michael Niedermayer a73b23e3df avformat/hlsenc: Fix filename and options 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Ganesh Ajjanagadde 18bc3dc768 lavf/hlsenc: replace round by lrint 9 years ago
Michael Niedermayer c62d1780ff avformat/hlsenc: Check the return code of avformat_write_header() 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Derek Buitenhuis 9ae73d0644 hlsenc: Only write PAT/PMT once per segment 9 years ago
DHE 76e3f8242d libavformat/hlsenc: Use of uninitialized memory unlinking old files 9 years ago
Michael Niedermayer 8b47e10651 avformat/hlsenc: Fix the method command line parameter 9 years ago
Michael Niedermayer 4cad4bd4ca avformat/hlsenc: Fix memleak of path 9 years ago
Michael Niedermayer e3d8504fd0 avformat/hlsenc: Initialize vtt_oc to help static analyzers 9 years ago
LiuQi a4055d3e5d avformat/hlsenc: add a use_localtime option to expand the segment filename with localtime 9 years ago
Luca Barbato 2157df425b hlsenc: Support outputting specific versions 9 years ago
Luca Barbato 72839fce64 hlsenc: Use AV_TIME_BASE units for all the computations 9 years ago
Michael Niedermayer 29a43bd588 avformat/hlsenc: Fix wording in comment 9 years ago
Anshul Maheshwari 379ddc6af4 avformat/hlsenc: Add WebVtt support in hls 9 years ago
Christian Suloway 7e871d6999 avformat/hlsenc: removed empty/unused print_encryption_tag function 10 years ago
Christian Suloway 907ac20aa2 avformat/hlsenc: added HLS encryption 10 years ago
MrBoogs 4f2fcac290 avformat/hlsenc: do not append an endlist tag when the stream ends 10 years ago
MrBoogs 572a8292cb avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity on startup 10 years ago
MrBoogs 8fd01b4a79 avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, problems with floats on some devices 10 years ago
Michael Niedermayer 6c9537b807 avformat/hlsenc: Warn if a non file protocol is used 10 years ago
Michael Niedermayer e78a729163 avformat/hlsenc: Use ff_rename() only for local files 10 years ago
Hendrik Leppkes da97e4c64a hlsenc: write playlist into a temp file and replace the original atomically 10 years ago
Hendrik Leppkes 3fe26bb608 hlsenc: write playlist into a temp file and replace the original atomically 10 years ago
Hendrik Leppkes ff48ae94f9 hlsenc: remove the AVIOContext for the playlist from the muxer context 10 years ago
Hendrik Leppkes 28bf05e7b5 hlsenc: remove the AVIOContext for the playlist from the muxer context 10 years ago
Michael Niedermayer aa6545e1f3 avformat/hlsenc: more robust error tests 10 years ago
Michael Niedermayer bf3126db6a avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer b8eb8b0310 avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Christian Suloway 92a596f13b avformat/hlsenc: fix hls_write_trailer() on hls_start() failure 10 years ago
Christian Suloway 97b65f6126 avformat/hlsenc: added segment file deletion 10 years ago
Christian Suloway 1c639fa6e0 avformat/hlsenc: added segment filename option 10 years ago
Michael Niedermayer 530eb6acf8 avformat/hlsenc: Free context after hls_append_segment 10 years ago
Mika Raento 75c8d7c2b4 hlsenc.c, segment.c: propagate defaults to mpegts 10 years ago
Martin Storsjö 28816050e4 lavf: Set the stream time base hint properly for chained muxers 10 years ago
Joakim Roubert 55f03d8726 hlsenc: Add parameter -hls_allow_cache 10 years ago
Michael Niedermayer 3f5095f213 avformat/hlsenc: fix outter typo 10 years ago
Michael Niedermayer b1a0fccd02 avformat/hlsenc: export inner muxer timebase 10 years ago
Joakim Roubert 3edb9aaea6 avformat/hlsenc: Added parameter -hls_allow_cache 10 years ago
Steven Liu 2c21e8b1a4 lavf/hls: add hls_ts_option 10 years ago
Mika Raento f685f7d7a8 hlsenc: single_file, support HLS ver 4 byteranges 10 years ago
Nicolas Martyanoff 467e9d6186 avformat/hlsenc: add some empty lines to make the code easier to read 10 years ago
Nicolas Martyanoff 706fcffce1 avformat/hlsenc: rename some identifers to make the code easier to read 10 years ago
Nicolas Martyanoff 53f10e0368 avformat/hlsenc: Add some comments to make the code easier to read 10 years ago
Nicolas Martyanoff 0c889da8cb avformat/hlsenc: fix cleanup after avformat_write_header() 10 years ago