125 Commits (a8d51bb42474b1641f45b5b3815864ea323a3e59)

Author SHA1 Message Date
Robert Nagy c0dc9df2cc increment initial_prog_date_time when removing old segments 8 years ago
Michael Niedermayer 2b09a3ad19 Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam" 8 years ago
rogerdpack 1a956c64c8 img2 encoder: allow %t in filename, based on patch from Yuval Adam 8 years ago
Moritz Barsnick 468c596a31 lavf: fix typos 8 years ago
Steven Liu be1d32492e avformat/hlsenc: support multi level path in m3u8 with filename 8 years ago
Steven Liu 0d2dd5d96d avformat/hlsenc: support mkdir_p for use_localtime_mkdir 8 years ago
Steven Liu 1212e3468e avformat/hlsenc: refine EXT-X-BYTERANGE support for segments 8 years ago
Michael Niedermayer 6f062eb8d0 avformat/hlsenc: Emulate strftime("%z") using other functions if it does not work 8 years ago
Michael Niedermayer 9f18a970b2 avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime() 8 years ago
Michael Niedermayer 22ba9a3cb8 avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibility 8 years ago
Michael Niedermayer 2793ebd6cb avformat/hlsenc: implement program_date_time 8 years ago
Franklin Phillips cefce6e2c1 avformat/hlsenc: fix incomplete write of subtitle HLS playlist 8 years ago
Steven Liu 3aab6fa6ba avformat/hlsenc: add warning for append_list and hls_init_time option 8 years ago
Steven Liu 557ad3a474 avformat/hlsenc: add option hls_init_time to set init hls window segment duration 8 years ago
Steven Liu 445c30ba07 lavf/hlsenc: add append_list flag into hlsenc 8 years ago
Michael Niedermayer dd96a58473 avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee: 9 years ago
Steven Liu b45a976ed4 add split_by_time flag for support splite mpegts segment at non-keyframe 9 years ago
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 10 years ago
Michael Niedermayer 29a43bd588 avformat/hlsenc: Fix wording in comment 10 years ago
Anshul Maheshwari 379ddc6af4 avformat/hlsenc: Add WebVtt support in hls 10 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