139 Commits (2deafd98988871f25b0778059ee84a704372ec24)

Author SHA1 Message Date
Steven Liu 2deafd9898 avformat/hlsenc: fix hls start and tail segment duration 8 years ago
Steven Liu 57ae94a3c0 avformat/hlsenc: fix Explicit null dereferenced in hlsenc 8 years ago
Bela Bodecs 4c63910bdb vformat/hlsenc: typo in default localtime pattern 8 years ago
Steven Liu 93593674bc avformat/hlsenc: fix memleak in hlsenc 8 years ago
Bela Bodecs 8c9c43fc43 avformat/hlsenc: bugfix in duplicate filename detection 8 years ago
Bela Bodecs 557c0df9a8 avformat/hlsenc: size and duration in segment filenames 8 years ago
Bela Bodecs 03a69bd897 avformat/hlsenc: Duplicated segment filenames and use_localtime_mkdir 8 years ago
Bela Bodecs 8fd3e02eee libavformat/hlsenc: default segment name and use_localtime 8 years ago
Bela Bodecs 9ec52a0a9b libavformat/hlsenc: fix delete_segments when use_localtime_mkdir 8 years ago
Bodecs Bela 0ff8c6b6d5 avformat/hlsenc: strftime identifiers and segment index 8 years ago
Jesper Ek c7c0046efc Fix bug when incrementing initial_prog_date_time when removing segments 8 years ago
Bela Bodecs e7fbd70189 avformat/hlsenc: detecting duplicated segment filenames 8 years ago
Steven Liu 6b95da9af9 avformat/hlsenc: save the EXT-X-DISCONTINUITY from old list 8 years ago
Steven Liu 55affd95bd avformat/hlsenc: fix ticket id 5988 for DISCONTINUITY 8 years ago
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: 8 years ago
Steven Liu b45a976ed4 add split_by_time flag for support splite mpegts segment at non-keyframe 8 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 9 years ago
Michael Niedermayer 29a43bd588 avformat/hlsenc: Fix wording in comment 9 years ago