Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-24avformat/hlsenc: refine the code readable for time unitSteven Liu
2017-01-20avformat/hlsenc: fix too many open files bugSteven Liu
2017-01-19avformat/hlsenc: fix bug of hlsenc http delete old segmentsSteven Liu
2017-01-18avformat/hlsenc: remove debug message used error level logSteven Liu
2017-01-13avformat/hlsenc: refine the hlsenc codeSteven Liu
2017-01-13avformat/hlsenc: fix hlsenc bug at windows systemSteven Liu
2017-01-12lavf/hlsenc: fix typo in last commit.Nicolas George
2017-01-12avformat/hlsenc: hls_start_number_source and start_numberBodecs Bela
2017-01-10avformat/hlsenc: fix the bug when the largest segment duration pointer right ...Steven Liu
2017-01-10avformat/hlsenc: fix hls start and tail segment durationSteven Liu
2017-01-06avformat/hlsenc: fix Explicit null dereferenced in hlsencSteven Liu
2017-01-05vformat/hlsenc: typo in default localtime patternBela Bodecs
2017-01-05avformat/hlsenc: fix memleak in hlsencSteven Liu
2017-01-05avformat/hlsenc: bugfix in duplicate filename detectionBela Bodecs
2017-01-03avformat/hlsenc: size and duration in segment filenamesBela Bodecs
2017-01-01avformat/hlsenc: Duplicated segment filenames and use_localtime_mkdirBela Bodecs
2017-01-01libavformat/hlsenc: default segment name and use_localtimeBela Bodecs
2016-12-29libavformat/hlsenc: fix delete_segments when use_localtime_mkdirBela Bodecs
2016-12-27avformat/hlsenc: strftime identifiers and segment indexBodecs Bela
2016-12-27Fix bug when incrementing initial_prog_date_time when removing segmentsJesper Ek
2016-12-26avformat/hlsenc: detecting duplicated segment filenamesBela Bodecs
2016-12-07avformat/hlsenc: save the EXT-X-DISCONTINUITY from old listSteven Liu
2016-12-05avformat/hlsenc: fix ticket id 5988 for DISCONTINUITYSteven Liu
2016-11-12increment initial_prog_date_time when removing old segmentsRobert Nagy
2016-11-02Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer
2016-11-02img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack
2016-10-09lavf: fix typosMoritz Barsnick
2016-10-04avformat/hlsenc: support multi level path in m3u8 with filenameSteven Liu
2016-10-01avformat/hlsenc: support mkdir_p for use_localtime_mkdirSteven Liu
2016-09-24avformat/hlsenc: refine EXT-X-BYTERANGE support for segmentsSteven Liu
2016-09-15avformat/hlsenc: Emulate strftime("%z") using other functions if it does not ...Michael Niedermayer
2016-09-14avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime()Michael Niedermayer
2016-09-14avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibilityMichael Niedermayer
2016-09-08avformat/hlsenc: implement program_date_timeMichael Niedermayer
2016-09-05avformat/hlsenc: fix incomplete write of subtitle HLS playlistFranklin Phillips
2016-08-31avformat/hlsenc: add warning for append_list and hls_init_time optionSteven Liu
2016-08-29avformat/hlsenc: add option hls_init_time to set init hls window segment dura...Steven Liu
2016-08-21lavf/hlsenc: add append_list flag into hlsencSteven Liu
2016-08-05avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer
2016-07-11add split_by_time flag for support splite mpegts segment at non-keyframeSteven Liu
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-13avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VODAdam Kent
2016-03-11avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8...Michael Niedermayer
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-17hlsenc: add use_localtime_mkdir option to automatically create time-based dir...Johan Ström
2016-02-10avformat/hlsenc: Fix filename and optionsMichael Niedermayer
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2015-12-19lavf/hlsenc: replace round by lrintGanesh Ajjanagadde