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
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
2015-12-13avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-02hlsenc: Only write PAT/PMT once per segmentDerek Buitenhuis
2015-10-04libavformat/hlsenc: Use of uninitialized memory unlinking old filesDHE
2015-09-14avformat/hlsenc: Fix the method command line parameterMichael Niedermayer
2015-09-03avformat/hlsenc: Fix memleak of pathMichael Niedermayer
2015-09-03avformat/hlsenc: Initialize vtt_oc to help static analyzersMichael Niedermayer
2015-09-02avformat/hlsenc: add a use_localtime option to expand the segment filename wi...LiuQi
2015-08-25hlsenc: Support outputting specific versionsLuca Barbato
2015-08-16hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato
2015-07-26avformat/hlsenc: Fix wording in commentMichael Niedermayer
2015-07-26avformat/hlsenc: Add WebVtt support in hlsAnshul Maheshwari
2015-06-16avformat/hlsenc: removed empty/unused print_encryption_tag functionChristian Suloway
2015-06-16avformat/hlsenc: added HLS encryptionChristian Suloway
2015-05-17avformat/hlsenc: do not append an endlist tag when the stream endsMrBoogs
2015-05-17avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o...MrBoogs
2015-05-17avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p...MrBoogs
2015-02-23avformat/hlsenc: Warn if a non file protocol is usedMichael Niedermayer
2015-02-21avformat/hlsenc: Use ff_rename() only for local filesMichael Niedermayer
2015-02-21hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes
2015-02-21hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes
2015-02-21hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes
2015-02-20hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes
2015-01-11avformat/hlsenc: more robust error testsMichael Niedermayer
2015-01-08avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-16avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer